addPlace abstract method

TaskHandle addPlace(
  1. GeoPlace place,
  2. OnTaskCompleted callback
)

Adds a place to this data source.

  • place The place.

  • 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 addPlace(GeoPlace place, OnTaskCompleted callback);