VenueStyle

open class VenueStyle

Class for styling a venue map

Constructors

Link copied to clipboard
constructor(id: String, venueId: String)
Initializes a new style for the given venue with the given id
constructor(id: String, venueId: String, jsonFactory: JSONFactory)
constructor(styleFile: VMDFile, venueId: String)
Initializes a new style for the given venue with the given configuration
constructor(styleFile: VMDFile, venueId: String, jsonFactory: JSONFactory)
constructor(styleFile: VMDFile)

Functions

Link copied to clipboard
Fins a style layer for the given building and map layer id
Link copied to clipboard
Finds a style layer for the given building/floor combination
Link copied to clipboard
Finds a style layer for the given floor and map layer id.
Link copied to clipboard
Finds a style layer from the config matching the id pattern.
Link copied to clipboard
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
val DEFAULT_STYLE_ID: String = "style_default"
Link copied to clipboard
open val id: String
Link copied to clipboard
open val name: String
Link copied to clipboard
open val venueId: String
Link copied to clipboard
open val version: Float
Link copied to clipboard
open var VERSION_1_0: Float
Link copied to clipboard
open var VERSION_1_1: Float
Link copied to clipboard
open var VERSION_1_2: Float
Link copied to clipboard