removePlaces abstract method

TaskHandle removePlaces(
  1. List<String> placeIds,
  2. OnTaskCompleted callback
)

Removes a list of places from this data source.

  • placeIds Place ids

  • callback The 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);