mapAddressLandmarkStoreId property

int get mapAddressLandmarkStoreId

Get Map Address landmarkstore id attached to map address database information.

Returns

  • Map Address landmarkstore id

Throws

  • An exception if it fails to initialize.

Implementation

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

  final int res = resultString['result'];
  return res;
}