GMap constructor

GMap(
  1. HTMLElement? mapDiv, [
  2. MapOptions? opts
])

Implementation

external GMap(
  HTMLElement? mapDiv, [
  MapOptions? opts, // ignore: unused_element
]);