mapPoisLandmarkStoreId property

int get mapPoisLandmarkStoreId

Get Map POIs landmarkstore id.

Returns

  • Map POI landmark store id

Throws

  • An exception if it fails to initialize.

Implementation

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

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