mapAddressLandmarkStoreId property

int get mapAddressLandmarkStoreId

Returns the special-purpose landmark store id containing map address data.

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

Returns

  • int: The map address landmark store id.

Implementation

static int get mapAddressLandmarkStoreId {
  final OperationResult resultString = staticMethod(
    'LandmarkStoreService',
    'getMapAddressLandmarkStoreId',
  );

  return resultString['result'];
}