removePlace abstract method
- String placeId,
- OnTaskCompleted callback
Removes a place from this data source.
-
placeIdThe place id -
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 removePlace(String placeId, OnTaskCompleted callback);