baseApiUrl property
String
get
baseApiUrl
Gets and sets the map's default API URL for requesting tiles, styles, sprites, and glyphs
@var {string} baseApiUrl @example mapboxgl.baseApiUrl = 'https://api.mapbox.com';
Implementation
external static String get baseApiUrl;
set
baseApiUrl
(String url)
Implementation
external static set baseApiUrl(String url);