fillPlaces

fun fillPlaces(places: Array<MapPlace>, categories: Array<MapPlaceCategory>, listener: MapPlacesManager.FillPlacesListener = FillPlacesListenerWrapper(), executor: Executor? = null)

Import given map places and categories into map drawing engine All previous places are removed during this process

Parameters

places

array of custom map places

categories

array of map place categories

listener

callback listener which will be called when operation finishes

executor

callback will be called on this executor