setBaseUrl static method

void setBaseUrl(
  1. 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);
}