getGeoConfig

abstract suspend fun getGeoConfig(): ExpoFpResult<ExpoFpGeoConfig?>

Request the plan geographic configuration: map orientation and GPS anchor points (suspend version). null when the plan has no GPS configuration.


abstract fun getGeoConfig(completion: (ExpoFpResult<ExpoFpGeoConfig?>) -> Unit)

Request the plan geographic configuration: map orientation and GPS anchor points (callback version). null when the plan has no GPS configuration.