toggle menu
sdk
androidJvm
switch theme
search in API
sdk
/
com.sygic.sdk.map
/
MapCenter
Map
Center
class
MapCenter
:
BaseNativeParcelable
Members
Constructors
Map
Center
Link copied to clipboard
constructor
(
@
FloatRange
(
from
=
0.0
,
to
=
1.0
)
x
:
Float
,
@
FloatRange
(
from
=
0.0
,
to
=
1.0
)
y
:
Float
)
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
MapCenter
>
INVALID
Link copied to clipboard
val
INVALID
:
MapCenter
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
x
Link copied to clipboard
@
FloatRange
(
from
=
0.0
,
to
=
1.0
)
val
x
:
Float
y
Link copied to clipboard
@
FloatRange
(
from
=
0.0
,
to
=
1.0
)
val
y
:
Float
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
is
Valid
Parcelable
Link copied to clipboard
open
fun
isValidParcelable
(
)
:
Boolean
If object after recreate from parcel contains all of reference like original object method return true.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)