sdk
/
com.sygic.sdk.map.object.data
/
ViewObjectData
/
Point
Point
open class
Point
:
Parcelable
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Point
Link copied to clipboard
open fun
Point
(x:
Int
, y:
Int
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
open fun
describeContents
():
Int
Content copied to clipboard
equals
Link copied to clipboard
open fun
equals
(o:
Any
):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
set
Link copied to clipboard
open fun
set
(x:
Int
, y:
Int
)
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
open fun
writeToParcel
(out:
Parcel
, flags:
Int
)
Content copied to clipboard
Properties
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
ViewObjectData.Point
>
Content copied to clipboard
x
Link copied to clipboard
open val
x
:
Int
Content copied to clipboard
y
Link copied to clipboard
open val
y
:
Int
Content copied to clipboard