MoEngage-Android-SDK
core
/
com.moengage.core.model
/
GeoLocation
Geo
Location
class
GeoLocation
(
latitude
:
Double
,
longitude
:
Double
)
Content copied to clipboard
Model to pass in Location data.
Author
Umang Chamaria
Since
12.0.00
Constructors
Functions
Properties
Constructors
GeoLocation
Link copied to clipboard
fun
GeoLocation
(
latitude
:
Double
,
longitude
:
Double
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
Content copied to clipboard
Latitude of location
longitude
Link copied to clipboard
val
longitude
:
Double
Content copied to clipboard
Longitude of location