Package-level declarations

Types

Link copied to clipboard
data class Building : Parcelable

Represents a building on the map.

Link copied to clipboard
sealed interface BundleLocation

Represents the location of a map bundle either within the assets directory or the file system.

Link copied to clipboard
data class CoordinateBounds<T>(val topLeft: T, val bottomRight: T)

Represents the top left and bottom right bounds to constrain to.

Link copied to clipboard
sealed class DownloadResult

Represents the result of a map download operation.

Link copied to clipboard
data class Level : Parcelable

Represents a level of a building on the map.

Link copied to clipboard
sealed class Localizable : Parcelable
Link copied to clipboard
sealed class Map

Represents a map that can be displayed in a MapView.

Link copied to clipboard
Link copied to clipboard
data class MapUpdateError(val responseCode: Int?, val message: String?)
Link copied to clipboard
Link copied to clipboard
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

Functions

Link copied to clipboard