removePlace abstract method

TaskHandle removePlace(
  1. String placeId,
  2. OnTaskCompleted callback
)

Removes a place from this data source.

  • placeId The place id

  • 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 removePlace(String placeId, OnTaskCompleted callback);