Create a new map location. Coordinates can be passed either as two arguments, or as a single argument.
Create a new map location. Coordinates can be passed either as two arguments, or as a single argument.
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.
boolean
Shortened String representation of OpenLayers.LonLat object.
string
Transform the LonLat object from source to dest. This transformation is in place: if you want a new lonlat, use .clone() first.
Returns a copy of this lonlat, but wrapped around the "dateline" (as specified by the borders of maxExtent).