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
/
SnapProperties
Snap
Properties
@
Serializable
data
class
SnapProperties
(
val
name
:
String
?
=
null
,
val
snappedDistance
:
Double
,
val
sourceId
:
Int
)
Members
Constructors
Snap
Properties
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
snappedDistance
:
Double
,
sourceId
:
Int
)
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
snapped
Distance
Link copied to clipboard
@
SerialName
(
value
=
"snapped_distance"
)
val
snappedDistance
:
Double
source
Id
Link copied to clipboard
@
SerialName
(
value
=
"source_id"
)
val
sourceId
:
Int