MapDataStoreAccess

public protocol MapDataStoreAccess

Container that holds a handle (raw pointer) to the map instance.

Note

for use inside SDK only.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Handle (raw pointer) to the map instance.

    Declaration

    Swift

    var storeAccessHandle: UnsafeMutableRawPointer? { get }