geofenceLandmarkStoreId property

int get geofenceLandmarkStoreId

Get LandmarkStore id attached to geofence database.

The result Id cannot be used with getLandmarkStoreById

Returns

  • Landmark store ID

Throws

  • An exception if it fails to initialize.

Implementation

static int get geofenceLandmarkStoreId {
  final OperationResult resultString = objectMethod(
    0,
    'LandmarkStoreService',
    'getGeofenceLandmarkStoreId',
  );

  return resultString['result'];
}