overlaysLandmarkStoreId property

int get overlaysLandmarkStoreId

Returns the special-purpose landmark store id used for overlays.

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

Returns

  • int: The overlays landmark store id.

Implementation

static int get overlaysLandmarkStoreId {
  final OperationResult resultString = staticMethod(
    'LandmarkStoreService',
    'getOverlaysLandmarkStoreId',
  );

  return resultString['result'];
}