Centers the map view at the given coordinates with the given zoom level. If no zoom level is provided, it uses the most recent zoom level on the map.
Returns this ui.Map.
Usage | Returns |
---|---|
Map.setCenter(lon, lat, zoom) | ui.Map |
Argument | Type | Details |
---|---|---|
this: ui.map | ui.Map | The ui.Map instance. |
lon | Number | The longitude of the center, in degrees. |
lat | Number | The latitude of the center, in degrees. |
zoom | Number, optional | The zoom level, from 1 to 24. |