redraw

fun redraw(drawTexts: Boolean, tryLock: Boolean)

Redraws the whole content of the MapView.

Return

true if the redraw succeeded, false otherwise

Parameters

drawTexts

A flag that indicates whether texts must be drawn or not.

tryLock

If true, we'll call TryLock to lock the view instead of Lock.