mapPoisLandmarkStoreId property
Returns the special-purpose landmark store id used for map POIs.
This id references an internal store and cannot be resolved with getLandmarkStoreById.
Returns
- int: The map POIs landmark store id.
Implementation
static int get mapPoisLandmarkStoreId {
final OperationResult resultString = staticMethod(
'LandmarkStoreService',
'getMapPoisLandmarkStoreId',
);
final int res = resultString['result'];
return res;
}