onUpdateMapEvent

abstract fun onUpdateMapEvent(mapEvent: UpdateMapEvent)

Call this function to update maps pragmatically. For example, map zoom, map rotation, change map focus point etc.

Parameters

mapEvent

Pass in UpdateMapEvent object to update the map events.