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
/
MapVector2
Map
Vector2
data
class
MapVector2
(
val
x
:
Double
,
val
y
:
Double
)
:
Parcelable
Represents a vector in the map coordinate system
Members
Constructors
Map
Vector2
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
)
Types
CREATOR
Link copied to clipboard
object
CREATOR
:
Parcelable.Creator
<
MapVector2
>
Properties
length
Link copied to clipboard
val
length
:
Double
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
div
Link copied to clipboard
operator
fun
div
(
divisor
:
Double
)
:
MapVector2
dot
Link copied to clipboard
fun
dot
(
other
:
MapVector2
)
:
Double
plus
Link copied to clipboard
operator
fun
plus
(
other
:
MapPoint
)
:
MapPoint
operator
fun
plus
(
other
:
MapVector2
)
:
MapVector2
times
Link copied to clipboard
operator
fun
times
(
scale
:
Double
)
:
MapVector2
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
parcel
:
Parcel
,
flags
:
Int
)