Add all categories from the specified store.
The store
Add all categories from the specified store ID.
The store ID
Add a new category ID into the specified store list.
The store ID
The category ID
Add a list of categories into the specified store list.
The store ID
The list of categories
Check if the specified store has any category in the list.
The store
True if the store has any category in the list, false otherwise.
Get the specified category ID for the specified store.
The store ID
The index of the category
ProtectedregisterRegisters an object for auto release. When the object is not used anymore, it will be released automatically from C++.
The pointer ID to register
Remove all categories of the specified store.
The store
[GemError.success] on success, otherwise see [GemError] for other values.
Remove all categories of the specified store ID.
The store ID
Remove category ID from the specified store list.
The store ID
The category ID
Landmark store collection class
This class should not be instantiated directly. Instead, use the [MapViewPreferences.lmks] getter to obtain an instance.