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.export
/
GeometryCollection
Geometry
Collection
@
Serializable
data
class
GeometryCollection
(
val
type
:
String
,
val
geometries
:
List
<
TopoGeometry
>
)
Members
Constructors
Geometry
Collection
Link copied to clipboard
constructor
(
type
:
String
,
geometries
:
List
<
TopoGeometry
>
)
Properties
geometries
Link copied to clipboard
val
geometries
:
List
<
TopoGeometry
>
type
Link copied to clipboard
val
type
:
String