loadFullMapsInCountry

fun loadFullMapsInCountry(countryCode: String, 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 country (if country's maps has partial files).

Return

An error code.

Parameters

countryCode

The ISO 3166 Alpha-3 code of the country to download

asyncMode

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