Interface nokia.maps.geo.ICoordinate
Interface Summary
This interface defines the properties of an instance of Coordinate.
Field Summary
Number | undefined
altitude
This property holds the value of altitude in meters.
Number
latitude
This property holds the value of latitude as a numeric value in the range from -90 (south) to +90 (north) degrees.
Number
longitude
This property holds the value of longitude as a numeric value in the range from -180 (west) to +180 (east) degrees.
