getBaseUrl static method

Future<String> getBaseUrl()

Base URL used by the Maps engine for HTTP requests (default https://api.mapbox.com).

Implementation

static Future<String> getBaseUrl() => _impl.getBaseUrl();