forceUpdateMapObjects abstract method

void forceUpdateMapObjects()

Force reloading all visible pins from AssetProvider. Use when there is a reason to update ALL the icons simultaneously (for example icon theme change, day/night mode, and other). This can be a pretty expensive operation, as it wipes all the map objects off of the layer and creates them from scratch. Use only if absolutely necessary.

Implementation

void forceUpdateMapObjects();