mapSublayerId property

int mapSublayerId

The map sublayer id of the map sublayer source.

-1 if an error occurs.

Implementation

int get mapSublayerId {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_MapSublayerSource_getMapSublayerId(
      _handle,
      errorHandler,
    );
  });
}