Attractions.io MapLayr
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Attractions.io MapLayr
maplayr
/
io.attractions.maplayr.model.geometry.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
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
parcel
:
Parcel
,
flags
:
Int
)