getWorldview static method

  1. @experimental
Future<String?> getWorldview()

Current worldview preference for Mapbox products.

Represented as a ISO 3166-1 alpha-2 country code.

Implementation

@experimental
static Future<String?> getWorldview() {
  return _options.getWorldview();
}