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
/
PoiGeometry
Poi
Geometry
@
Serializable
data
class
PoiGeometry
(
val
type
:
String
,
val
coordinates
:
List
<
Double
>
)
Members
Constructors
Poi
Geometry
Link copied to clipboard
constructor
(
type
:
String
,
coordinates
:
List
<
Double
>
)
Properties
coordinates
Link copied to clipboard
val
coordinates
:
List
<
Double
>
type
Link copied to clipboard
val
type
:
String