mapRoadsLandmarkStoreId property

int get mapRoadsLandmarkStoreId

Get LandmarkStore id attached to map roads database information.

The result Id cannot be used with getLandmarkStoreById

Returns

  • Landmark store ID

Implementation

static int get mapRoadsLandmarkStoreId {
  final OperationResult resultString = staticMethod(
    'LandmarkStoreService',
    'getMapRoadsLandmarkStoreId',
  );

  return resultString['result'];
}