{Number} The y-axis coordinate in map units. If your map is in a geographic projection, this will be the Latitude. Otherwise, it will be the y coordinate of the map location in your map units.
{Number} The x-axis coordinate in map units. If your map is in a geographic projection, this will be the Longitude. Otherwise, it will be the x coordinate of the map location in your map units
A new OpenLayers.LonLat object with the lon and lat passed-in added to this’s.
New OpenLayers.LonLat object with the same lon and lat values
Boolean value indicating whether the passed-in OpenLayers.LonLat object has the same lon and lat components as this. Note: if ll passed in is null, returns false.
Shortened String representation of OpenLayers.LonLat object.
Transform the LonLat object from source to dest. This transformation is in place: if you want a new lonlat, use .clone() first.
Transform the LonLat object from source to dest. This transformation is in place: if you want a new lonlat, use .clone() first.
Create a new map location. Coordinates can be passed either as two arguments, or as a single argument.