Companion

object Companion

Functions

Link copied to clipboard
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.