Package-level declarations

Types

Link copied to clipboard
sealed class ImageSource
Link copied to clipboard
data class MapMarkerOptions(val point: LocationInfo.Point, val imageSource: ImageSource) : MapShape

An options class for displaying a marker on the map.

Link copied to clipboard

An enum class that defines the colors for the driving route line.

Link copied to clipboard
class MapRouteOptions(val geometry: List<Coordinate> = emptyList(), val links: List<MapRouteOptions.LinkInfo> = emptyList(), val linkGrouped: List<MutableList<MapRouteOptions.LinkInfo>> = emptyList(), var progress: Double = 0.0, var instructions: List<MapRouteOptions.Instruction> = emptyList(), val tag: String? = null, val departure: Coordinate? = null, val destination: Coordinate? = null, var routeColor: String = MapRouteColor.BLUE.hexColor, val distance: Double, var isSelected: Boolean = true) : MapShape

A class that defines options for displaying a route on the map.