landmarkStoreId property
The landmark store id associated with generic categories.
The SDK exposes a dedicated landmark store that contains the generic categories. This getter returns the integer store id used by that store.
Cannot be used to get the associated LandmarkStore instance.
Returns
int: The landmark store identifier.
Implementation
static int get landmarkStoreId {
final OperationResult resultString = staticMethod(
'GenericCategories',
'getLandmarkStoreId',
);
return resultString['result'];
}