removePlaces abstract method
- List<
String> placeIds, - OnTaskCompleted callback
Removes a list of places from this data source.
-
placeIdsPlace ids -
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 removePlaces(List<String> placeIds, OnTaskCompleted callback);