PACECloudSDK
/
cloud.pace.sdk.poikit.geo
/
GeoAPIFeature
Geo
APIFeature
data class
GeoAPIFeature
(id:
String
, type:
String
, geometry:
Geometry
, properties:
Map
<
String
,
Any
>)
Content copied to clipboard
Properties
Extensions
Properties
geometry
Link copied to clipboard
val
geometry
:
Geometry
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
Any
>
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard
Extensions
coordinates
Link copied to clipboard
fun
GeoAPIFeature
.
coordinates
():
List
<
LatLng
>
Content copied to clipboard
is
In
Range
Link copied to clipboard
fun
GeoAPIFeature
.
isInRange
(latitude:
Double
, longitude:
Double
, distanceThresholdInMeters:
Int
):
Boolean
Content copied to clipboard