toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-ipc-client-core
/
com.mapbox.dash.sdk.ipc.client.core.model
/
Point
Point
class
Point
(
val
latitude
:
Double
,
val
longitude
:
Double
)
A point is a geospatial feature defined by one pair of latitude and longitude coordinates.
See also
glossary
Members
Constructors
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
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String