ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.domain.pois
/
PoiFeature
Poi
Feature
@
Serializable
data
class
PoiFeature
(
val
type
:
String
,
val
geometry
:
PoiGeometry
,
val
properties
:
PoiProperties
)
A single GeoJSON feature (Point)
Members
Constructors
Poi
Feature
Link copied to clipboard
constructor
(
type
:
String
,
geometry
:
PoiGeometry
,
properties
:
PoiProperties
)
Properties
geometry
Link copied to clipboard
val
geometry
:
PoiGeometry
properties
Link copied to clipboard
val
properties
:
PoiProperties
type
Link copied to clipboard
val
type
:
String