supportsTilemap property

bool supportsTilemap

True if the map service supports tiles, false otherwise.

Implementation

bool get supportsTilemap {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_MapServiceCapabilities_getSupportsTilemap(
        _handle, errorHandler);
  });
}