* Unprojects projection-specific map Cartesian3 coordinates, in meters, to Cartographic * coordinates, in radians. * * @param {Cartesian3} cartesian The Cartesian position to unproject with height (z) in meters. * @param {Cartographic} [result] An instance into which to c
(cartesian, result)
| 51 | * created and returned. |
| 52 | */ |
| 53 | unproject(cartesian, result) { |
| 54 | DeveloperError.throwInstantiationError(); |
| 55 | } |
| 56 | } |
| 57 | |
| 58 | export default MapProjection; |
no outgoing calls
no test coverage detected