Attractions.io MapLayr
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Attractions.io MapLayr
positioning
/
io.attractions.positioning.model.coordinate.mapvector
Package-level
declarations
Types
Types
Map
Vector2
Link copied to clipboard
data
class
MapVector2
(
val
x
:
Double
,
val
y
:
Double
)
:
Parcelable
Represents a vector in the map coordinate system
Map
Vector3
Link copied to clipboard
data
class
MapVector3
(
val
x
:
Double
,
var
y
:
Double
,
val
z
:
Double
)
:
Parcelable
Represents a vector in the map coordinate system
Map
Vector4
Link copied to clipboard
data
class
MapVector4
(
val
x
:
Double
,
var
y
:
Double
,
val
z
:
Double
,
val
w
:
Double
)
:
Parcelable
Represents a vector in the map coordinate system