selectPropertyAndDrawIfNeeded
abstract fun selectPropertyAndDrawIfNeeded(propertyId: Int, @Nullable listener: MapApi.PropertyPlotListener)
Call this function to change the current selected property corresponding to a new selected property id. The map will be updated and re-draw the new selected property. Note that you will have to center the map to property yourself if needed.
Parameters
propertyId
The new selected property id for drawing if possible.
listener
The listener is notified when selected map data events occur.