mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
MercatorCoordinate
Mercator
Coordinate
class
MercatorCoordinate
:
Serializable
Describes a point on the map in Mercator projection.
Constructors
Functions
Properties
Constructors
Mercator
Coordinate
Link copied to clipboard
open
fun
MercatorCoordinate
(
x
:
Double
,
y
:
Double
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double