Create A Region
Regions (BaseRegion
s) are geographical areas that do not yet have any of the necessary extra information to start a download (this is the responsibility ofDownloadableRegion
).
There are 4 types of BaseRegion
:
RectangleRegion
s are defined by a LatLngBounds
: two opposite LatLng
s.
This is usually all you get from most apps, so why not give your user a unique experience with some of our other region types...
Last updated
Was this helpful?