create

suspend fun create(path: String): Result<Geodatabase>

Creates an empty mobile geodatabase at the specified path. The path must be non-empty, available, allow read/write access, and end in ".geodatabase". If any of these restrictions are violated, the task will not succeed and a task error will be set.

Return

A Result that returns a Geodatabase in a loaded state, if one was able to be created at the specified path.

Since

200.1.0