fromAngles MethodStatic
Create a new Cartographic from longitude and latitude in Angles. The values in the resulting object will be in radians.
fromAngles(longitude: Angle, latitude: Angle, height: number, result?: Cartographic): Cartographic
| Parameter | Type | Description | 
|---|---|---|
| longitude | Angle | longitude. | 
| latitude | Angle | latitude. | 
| height | number | The height, in meters, above the ellipsoid. | 
| result | Cartographic | The object into which to store the result (optional) | 
Defined in
Last Updated: 08 January, 2020