overlaysLandmarkStoreId property

int get overlaysLandmarkStoreId

Get LandmarkStore id attached to overlays 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 overlaysLandmarkStoreId {
  final OperationResult resultString = objectMethod(
    0,
    'LandmarkStoreService',
    'getOverlaysLandmarkStoreId',
  );

  return resultString['result'];
}