isValidLonLat

OpenLayers.Map.prototype.isValidLonLat = function(lonlat)

Parameters

lonlat{OpenLayers.LonLat}

Returns

{Boolean} Whether or not the lonlat passed in is non-null and within the maxExtent bounds

This class represents a longitude and latitude pair
Close