sdk
sdk
/
com.sygic.sdk.map.object.data
/
MapPlaceIdData
Map
Place
Id
Data
class
MapPlaceIdData
(
val
placeId
:
Int
)
:
ViewObjectData
Constructors
Functions
Properties
Constructors
Map
Place
Id
Data
Link copied to clipboard
fun
MapPlaceIdData
(
placeId
:
Int
)
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
@
CallSuper
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Payload
Link copied to clipboard
@
NonNull
open
fun
getPayload
(
)
:
Parcelable
get
Position
Link copied to clipboard
@
NonNull
open
fun
getPosition
(
)
:
GeoCoordinates
get
Screen
Position
Link copied to clipboard
@
NonNull
open
fun
getScreenPosition
(
)
:
ViewObjectData.Point
hash
Code
Link copied to clipboard
@
CallSuper
open
override
fun
hashCode
(
)
:
Int
write
To
Parcel
Link copied to clipboard
@
CallSuper
open
override
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)
Properties
place
Id
Link copied to clipboard
val
placeId
:
Int