toggle menu
maphelper
1.2.0
androidJvm
switch theme
search in API
maphelper
/
com.king.map.maphelper
/
LatLng
Lat
Lng
data
class
LatLng
(
val
latitude
:
Double
,
val
longitude
:
Double
)
:
Parcelable
坐标经纬度
Author
Jenly
Parameters
latitude
纬度
longitude
经度
Members
Constructors
Lat
Lng
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)