This class implements a zoom command on multiple objects
Performs a zoom on a point
| Name | Type | Description |
|---|---|---|
| latLng | Array of Number | The latitude and longitude of the point |
Performs a zoom on a note
| Name | Type | Description |
|---|---|---|
| noteObjId | Number | The objId of the note on witch the zoom must be performed |
Performs a zoom on a poi (point of interest = a search result from osm)
| Name | Type | Description |
|---|---|---|
| poi | PoiData | Poi on witch the zoom must be performed |
Performs a zoom on a route
| Name | Type | Description |
|---|---|---|
| routeObjId | Number | The objId of the route on witch the zoom must be performed |
An array with the lat and lng of all the objects on witch the zoom have to be performed
This method push the latitude and longitude of a note in the #geometry array
| Name | Type | Description |
|---|---|---|
| note | Note | The note to push |
This method push the latitude and longitude of a route in the #geometry array
| Name | Type | Description |
|---|---|---|
| route | Route | The route to push |