Package-level declarations
Types
Link copied to clipboard
The camera data.
Link copied to clipboard
The gesture config of the map view.
Link copied to clipboard
The infrastructure of the TomTomMap Composable.
Link copied to clipboard
Data of a marker on the map.
Link copied to clipboard
The data of a polyline on the map.
Functions
Link copied to clipboard
Constructs a GesturesConfig with configure applied.
Link copied to clipboard
fun MapDisplayInfrastructure(sdkContext: SdkContext, configure: MapDisplayInfrastructure.Mutable.() -> Unit = {}): MapDisplayInfrastructure
Constructs a MapDisplayInfrastructure instance based on the sdkContext and with configure applied.
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Constructs a MapDisplayInfrastructure instance with a tileInfrastructure and configure applied.
Link copied to clipboard
Constructs a MarkerData instance with configure applied.
Link copied to clipboard
fun PolylineData(geoPoints: List<GeoPoint>, configure: PolylineData.Mutable.() -> Unit = {}): PolylineData
Constructs a PolylineData instance with configure applied.