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.snap
/
SnapFeature
Snap
Feature
@
Serializable
data
class
SnapFeature
(
val
type
:
String
,
val
properties
:
SnapProperties
,
val
geometry
:
SnapGeometry
)
A GeoJSON Feature with snapped location info
Members
Constructors
Snap
Feature
Link copied to clipboard
constructor
(
type
:
String
,
properties
:
SnapProperties
,
geometry
:
SnapGeometry
)
Properties
geometry
Link copied to clipboard
val
geometry
:
SnapGeometry
properties
Link copied to clipboard
val
properties
:
SnapProperties
type
Link copied to clipboard
val
type
:
String