setDataPath static method

void setDataPath(
  1. String path
)

Sets the path to the Maps data folder.

Implementation

static void setDataPath(String path) => _impl.setDataPath(path);