create

@JvmStatic
fun create(appContext: Context): SpatialMLInstance

Create the SpatialML instance from the app context. An instance must be created before any objects or methods in com.pico.spatial.ml package are used.

Return

the created SpatialML instance.

Parameters

appContext

The Android app context. The instance will be associated with the given context.