GMap constructor

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

Implementation

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