Package-level declarations
Types
Link copied to clipboard
Class for logging and displaying location history inside of a map view.
Link copied to clipboard
Link copied to clipboard
data class CountryDetails(val name: String, val continentName: String, val iso: String, val regions: List<String>, val totalSize: Long, val version: MapVersion) : Parcelable
Class representing details about the country.
Link copied to clipboard
Link copied to clipboard
A class used by an application to display lanes.
Link copied to clipboard
Link copied to clipboard
Represents values that describe animation types for on-screen map movements.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A fragment class that automatically creates a Map.
Link copied to clipboard
Class providing functionality to manage offline maps on the device.
Link copied to clipboard
Wrapper for the data and result of the operation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class MapSurface(initialSkins: List<String>? = null, initialCameraState: CameraState? = null) : MapDataProvider
Link copied to clipboard
A class used by an application to display a map.
Link copied to clipboard
Link copied to clipboard
Used to provide a visual indication of the user's current position.
Link copied to clipboard
data class RegionDetails(val name: String, val iso: String, val size: Long, val version: MapVersion) : Parcelable
Class representing details about the region of a country.
Link copied to clipboard
class RestrictionImage
Link copied to clipboard
data class RouteRestrictionDisplaySettings(val enabledTypes: List<RouteRestrictionDisplaySettings.ViolationType>, val markerSettings: RouteRestrictionDisplaySettings.RouteRestrictionMarkerSettings?) : Parcelable
Link copied to clipboard
data class RouteRestrictionSettings(val enabledTypes: List<RouteRestrictionSettings.ViolationType>, val markerImage: BitmapFactory, val markerAnchor: PointF, val signPosition: PointF, val signScale: PointF)
Link copied to clipboard
data class TrafficSignFormSettings(val formType: TrafficSignFormSettings.FormType, val markerImage: BitmapFactory, val markerAnchor: PointF, val signPosition: PointF, val signScale: PointF)
Link copied to clipboard
data class TrafficSignSettings(val signType: TrafficSignSettings.SignType, val countrySignage: TrafficSignSettings.CountrySignage, val bitmapFactory: BitmapFactory, val signAnchor: PointF = PointF(0.5F, 0.5F), val labelAnchor: PointF = PointF(0.5F, 0.5F), val labelStyle: DynamicLabelStyle = DynamicLabelStyle()) : Parcelable