Route Information
data class RouteInformation(route: DirectionsRoute?, location: Location?, routeProgress: RouteProgress?)
Content copied to clipboard
This class holds all information related to a route and a user's progress along the route. It also provides useful information (screen configuration and target distance) which can be used to make additional configuration changes to the map's camera.
Constructors
RouteInformation
Link copied to clipboard
fun RouteInformation(route: DirectionsRoute?, location: Location?, routeProgress: RouteProgress?)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(route: DirectionsRoute?, location: Location?, routeProgress: RouteProgress?): RouteInformation
Content copied to clipboard