Package-level declarations
Types
Link copied to clipboard
Represents a building on the map.
Link copied to clipboard
Represents the location of a map bundle either within the assets directory or the file system.
Link copied to clipboard
Represents the top left and bottom right bounds to constrain to.
Link copied to clipboard
Represents the result of a map download operation.
Link copied to clipboard
Represents a level of a building on the map.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object OccasioMapLayrLogger
Link copied to clipboard
class RuntimeMap
Link copied to clipboard
data class Terrain(val mapBackgroundColor: Int, val tileSize: Float, val rootIndices: RootIndices, val maxZoomLevel: Int, val bitmapTileSource: TileSource<Bitmap>, val tileColorTransformation: TileColorTransformation? = null)
Contains information about the set of tiles for a given map and how to load them.
Link copied to clipboard