marchdev-tk / flutter_google_maps

A Flutter plugin for integrating Google Maps in iOS, Android and Web applications. It is a wrapper of google_maps_flutter for Mobile and google_maps for Web.
BSD 3-Clause "New" or "Revised" License
87 stars 57 forks source link

Events listeners #38

Open EsCharlo opened 4 years ago

EsCharlo commented 4 years ago

Proposal

Listeners for common events could be included, such as zooming or double-clicking, because at the moment the only option is to use onTap and onLongPress.

Flutter web user.