landmarkStoreId property
Get the generic categories landmark store id.
Returns
- The landmark store id
Throws
- An exception if it fails.
Implementation
static int get landmarkStoreId {
final OperationResult resultString = staticMethod(
'GenericCategories',
'getLandmarkStoreId',
);
return resultString['result'];
}