getWorldview static method

Future<String?> getWorldview()

Current worldview preference for Mapbox products.

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

Implementation

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