Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
Z
 zoomToExtent, GeoMOOSE
 zoomToLonLat, GeoMOOSE
 zoomToPoint, GeoMOOSE
 zoomToPointsList, GeoMOOSE
zoomToExtent : function(minx,
miny,
maxx,
maxy,
projection)
Zoom to an extent
_latLongProj: null, zoomToLonLat: function(lon,
lat)
Zooms to a specified lon, lat.
zoomToPoint : function(x,
y,
buffer)
Zoom to a point and a buffer
zoomToPointsList: function(points_list,
projection)
Zooms to the bounding box of a points list.
Close