Centers the map view on a given object.
Returns the map.
Usage | Returns |
---|---|
Map.centerObject(object, zoom, onComplete) | ui.Map |
Argument | Type | Details |
---|---|---|
object | Element|Geometry | An object to center on - a geometry, image or feature. |
zoom | Number, optional | The zoom level, from 1 to 24. If unspecified, computed based on the object's bounding box. |
onComplete | Function, optional | A callback which is triggered after the recentering completes successfully. Passing this parameter causes the `centerObject` operation to run asynchronously. |