DestinationConfiguration
data class DestinationConfiguration(val latitude: Double, val longitude: Double, val label: String? = null, val id: String? = null)
Configures the destination of the requested navigation. The latitude and longitude are mandatory because they are used to determine the geographical location of the destination.