Instance of this class represent coordinates of PCMiler web service.
wsCoordinates = new ALKMaps.WS_Coordinates({ Lon: -90, // or lon: -90 Lat: 42, // or lat: 42 });
ALKMaps. | Instance of this class represent coordinates of PCMiler web service. |
Properties | |
Lat | {String} Gets or sets the latitude in decimal degrees or decimal degrees * 1E6 as a string. |
Lon | {String} Gets or sets the longitude in decimal degrees or decimal degrees * 1E6 as a string. |
Constructor | |
ALKMaps. | Construct a new coordinates object. |
Functions | |
fromLonLat |
ALKMaps.WS_Coordinates.fromLonLat = function ( ll, options )
ll | {ALKMaps.LonLat} ALKMaps.LonLat or an object with a ‘lon’ and ‘lat’ properties. |
options | {Object} Optional parameters |
ALKMaps.WS_Coordinates.fromLonLat = function ( ll, options )