MatchedLocation

data class MatchedLocation(val location: GeoLocation)

Represents location matched to the map.

Parameters

location

The map matched location.

Constructors

Link copied to clipboard
fun MatchedLocation(location: GeoLocation)

Properties

Link copied to clipboard
val location: GeoLocation