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