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