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
/
MapVector4
Map
Vector4
data
class
MapVector4
(
val
x
:
Double
,
var
y
:
Double
,
val
z
:
Double
,
val
w
:
Double
)
:
Parcelable
Represents a vector in the map coordinate system
Members
Constructors
Map
Vector4
Link copied to clipboard
constructor
(
mapVector3
:
MapVector3
,
w
:
Double
)
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
,
w
:
Double
)
Types
CREATOR
Link copied to clipboard
object
CREATOR
:
Parcelable.Creator
<
MapVector4
>
Properties
w
Link copied to clipboard
val
w
:
Double
x
Link copied to clipboard
val
x
:
Double
xyz
Link copied to clipboard
val
xyz
:
MapVector3
y
Link copied to clipboard
var
y
:
Double
z
Link copied to clipboard
val
z
:
Double
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
div
Link copied to clipboard
operator
fun
div
(
scale
:
Double
)
:
MapVector4
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
parcel
:
Parcel
,
flags
:
Int
)