loadFullMapsInArea

fun loadFullMapsInArea(area: GeoRect, asyncMode: Boolean = false): Error?

After receiving the OnCoreReady notification (and if you are using hybrid maps), you can use this method to force the download of full maps within a given area (if area's maps has partial files).

Return

An error code.

Parameters

area

the rectangular area to download.

asyncMode

Defines if maps should be downloaded in synchronous (default) or asynchronous (non blocking) mode.