getInstalledRegions abstract method

List<InstalledRegion> getInstalledRegions()

Method to get a list of map regions that are currently installed on the device.

Throws if it's not possible to return list of installed regions. Returned list contains:

Returns List<InstalledRegion>. List of IDs of regions that are installed on the device

Throws MapLoaderExceptionException. Specifies reason, why list of installed regions is not returned.

Implementation

List<InstalledRegion> getInstalledRegions();