add Individual Places
fun addIndividualPlaces(places: List<IndividualPlaceData>, listener: IndividualPlacesAddedListener, executor: Executor? = null)
Add Individual Places. After the callback is delivered, these places shall be visible on the Map (if enabled) and also be present in the Navigation analyzers.
Parameters
places
Places to be added.
listener
Listener, which will be called after the operation is done.
executor
Optional executor, on which the callback listener shall be called.