create Offline Region
open fun createOfflineRegion(@NonNull geometryDefinition: OfflineRegionGeometryDefinition, @NonNull callback: OfflineRegionCreateCallback)
Content copied to clipboard
Creates a new offline region based on a geometry
Parameters
geometry Definition
A previously defined definition over the region.
callback
Invoked upon success and failure. This callback is invoked on the database thread and the user is responsible for dispatching to an appropriate thread before passing it along.
open fun createOfflineRegion(@NonNull tilePyramidDefinition: OfflineRegionTilePyramidDefinition, @NonNull callback: OfflineRegionCreateCallback)
Content copied to clipboard
Creates a new offline region based on a tile pyramid
Parameters
tile Pyramid Definition
A tile pyramid definition
callback
Invoked upon success and failure. This callback is invoked on the database thread and the user is responsible for dispatching to an appropriate thread before passing it along.