geofenceLandmarkStoreId property

int get geofenceLandmarkStoreId

Returns the special-purpose landmark store id used for geofence data.

This id references an internal store and cannot be resolved with getLandmarkStoreById.

Returns

  • int: The geofence landmark store id.

Implementation

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

  return resultString['result'];
}