Custom Places Manager
The class manages custom places: sets offline places or online places mode, installs and unistalls offline places. Online places are stored in online services and loaded when they are shown on a map view. Offline places are downloaded from online services and stored in a device in advance, so they can be shown also when a device is offline.
Types
Functions
Add a CustomPlacesSearchIndexingListener to subscribe for indexing operations callbacks.
Provides list of categories of custom places.
Provides list of countries with installed offline places.
Get current mode: ONLINE or OFFLINE. Initialized to ONLINE mode.
Loads Custom Place Categories from provided json string.
Downloads and installs offline places of the requested country.
Loads offline places from provided json string.
Remove a CustomPlacesSearchIndexingListener to unsubscribe from indexing operations callbacks.
Set mode: ONLINE or OFFLINE.
Uninstalls offline places of the requested country.
Downloads and installs updates for offline places of all installed countries.