setBaseUrl static method

void setBaseUrl(
  1. String url
)

Sets the base URL used by the Maps engine.

Implementation

static void setBaseUrl(String url) => _impl.setBaseUrl(url);