GeoAPIFeature

data class GeoAPIFeature(id: String, type: String, geometry: Geometry, properties: Map<String, Any>)

Properties

geometry
Link copied to clipboard
val geometry: Geometry
id
Link copied to clipboard
val id: String
properties
Link copied to clipboard
val properties: Map<String, Any>
type
Link copied to clipboard
val type: String

Extensions

coordinates
Link copied to clipboard
fun GeoAPIFeature.coordinates(): List<LatLng>
isInRange
Link copied to clipboard
fun GeoAPIFeature.isInRange(latitude: Double, longitude: Double, distanceThresholdInMeters: Int): Boolean