registerLandmarkStore

external fun registerLandmarkStore(name: String, path: String): Int

Register an already existing landmark store.

Return

On success the landmark store ID.

GemError.Exist if the name already exist

GemError.NotFound if the landmark store cannot be found

GemError.InvalidInput if the path is not a valid landmark store

Parameters

name

The landmark store name. Must be unique, otherwise GemError.Exist is returned.

path

The landmark store path.