Places Nearby Ui State
data class PlacesNearbyUiState(var userLocation: LngLatAlt? = null, var level: Int = 0, var nearbyPlaces: FeatureCollection = FeatureCollection(), var nearbyIntersections: FeatureCollection = FeatureCollection(), var filter: String = "", var title: String = "", var markerDescription: LocationDescription? = null)
Constructors
Link copied to clipboard
constructor(userLocation: LngLatAlt? = null, level: Int = 0, nearbyPlaces: FeatureCollection = FeatureCollection(), nearbyIntersections: FeatureCollection = FeatureCollection(), filter: String = "", title: String = "", markerDescription: LocationDescription? = null)