fromRadians MethodStatic

Create a new Cartographic from longitude and latitude specified in radians.

fromRadians(longitude: number, latitude: number, height: number = 0, result?: Cartographic): Cartographic

Parameter Type Description
longitude number longitude, in radians.
latitude number latitude, in radians.
height number The height, in meters, above the ellipsoid.
result Cartographic The object onto which to store the result.

Defined in

Last Updated: 08 January, 2020