addPlace abstract method
- GeoPlace place,
- OnTaskCompleted callback
Adds a place to this data source.
-
placeThe place. -
callbackThe callback to be called when task is completed.
Returns TaskHandle. Handle that will be used to manipulate the execution of the task.
Implementation
TaskHandle addPlace(GeoPlace place, OnTaskCompleted callback);