mapPoisLandmarkStoreId property

int get mapPoisLandmarkStoreId

Get Map POIs landmarkstore id.

Returns

  • Map POI landmark store id

Implementation

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

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