Class with helper methods to search data See theDataSearchEngine for the one and only one instance of this class
This method search route data for the nearest route of a given point
| Name | Type | Description |
|---|---|---|
| latLng | Array of Number | The latitude and longitude of the point |
| Name | Type | Description |
|---|---|---|
| noteObjId | Number | The objId of the note to search |
Search a route with the route objId
| Name | Type | Description |
|---|---|---|
| routeObjId | Number | The objId of the route to search |
| Name | Type | Description |
|---|---|---|
| wayPointObjId | Number | The objId of the WayPoint to search |
Helper method for the getNearestRouteData method
| Name | Type | Description |
|---|---|---|
| route | Route | The route that must be treated |
| latLng | Array of Number | The latitude and longitude of the nearest point on route |
| nearestRouteData | DataSearchEngineNearestRouteData | The DataSearchEngineNearestRouteData object used |