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