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
https://api.mapbox.com
static Future<String> getBaseUrl() { return _options.getBaseUrl(); }