getBaseUrl static method

Future<String> getBaseUrl()

The base URL that would be used by the Maps engine to make HTTP requests. By default the engine uses the base URL https://api.mapbox.com

Implementation

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