unproject
fun unproject(cartesian: Cartesian3, result: Cartographic? = definedExternally): Cartographic(source)
Converts Web Mercator X, Y coordinates, expressed in meters, to a Cartographic containing geodetic ellipsoid coordinates. The Z coordinate is copied unmodified to the height.
Return
The equivalent cartographic coordinates.
Parameters
cartesian
The web mercator Cartesian position to unrproject with height (z) in meters.
result
The instance to which to copy the result, or undefined if a new instance should be created.