sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.naviexpert.navigationsdk.api.position
/
GeoPoint
Geo
Point
data
class
GeoPoint
(
val
latitude
:
Double
,
val
longitude
:
Double
)
Geographical point with coordinates.
Parameters
latitude
geographical latitude
longitude
geographical longitude
Members
Constructors
Geo
Point
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