MapOptions constructor

MapOptions({
  1. LngLat center,
  2. num zoom,
  3. String viewMode,
})

Implementation

external factory MapOptions({
  LngLat center,
  num zoom,
  String viewMode,
});