overlaysLandmarkStoreId property
Get LandmarkStore id attached to overlays database.
The result Id cannot be used with getLandmarkStoreById
Returns
- Landmark store ID
Implementation
static int get overlaysLandmarkStoreId {
final OperationResult resultString = staticMethod(
'LandmarkStoreService',
'getOverlaysLandmarkStoreId',
);
return resultString['result'];
}