addPlaces abstract method

TaskHandle addPlaces(
  1. List<GeoPlace> places,
  2. OnTaskCompleted callback
)

Adds a list of places to this data source.

  • places Places

  • 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 addPlaces(List<GeoPlace> places, OnTaskCompleted callback);