getWaypoints
Fetch all waypoints available in the current map
Parameters
Name | Type | Description |
---|---|---|
callback | Function | Function to call with the waypoints list |
Result
Return the list of waypoints
Example
FnoMapManager.getWaypoints((waypoints) => {
console.log("All waypoints", waypoints);
});