setBaseUrl static method
- String url
The base URL that would be used by the Maps engine to make HTTP requests.
Implementation
static void setBaseUrl(String url) {
_options.setBaseUrl(url);
}
The base URL that would be used by the Maps engine to make HTTP requests.
static void setBaseUrl(String url) {
_options.setBaseUrl(url);
}