Package-level declarations
Contains models data classes for Indoor API.
Types
Link copied to clipboard
data class DirectionsLeg(val distance: DistanceValue, val duration: DurationValue, val startLocation: IndoorLocation, val endLocation: IndoorLocation, val steps: List<DirectionsStep>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class DirectionsStep(val distance: DistanceValue, val duration: DurationValue, val poiId: String? = null, val bearingStart: Double, val bearingEnd: Double, val startLocation: IndoorLocation, val endLocation: IndoorLocation, val polyline: Line, val instruction: DirectionsStepInstruction, val routingProfiles: List<String>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class VenuePoisAutocompleteResponse(val pagination: PaginationInfo, val predictions: List<VenuePoisAutocompletePrediction>)
Link copied to clipboard
@Serializable
Link copied to clipboard