[![Buy Me A Coffee](https://img.shields.io/badge/Donate-Buy%20Me%20A%20Coffee-yellow.svg)](https://www.buymeacoffee.com/rodydavis) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WSH3GVC49GNNJ) # easy_google_maps Easy Google Maps for Flutter on Web and Mobile ## Getting Started ### Mobile Follow setup for Mobile [Here](https://pub.dev/packages/google_maps_flutter) ### Web Good to go! ```dart EasyGoogleMaps( apiKey: 'YOUR_API_KEY_HERE', address: 'Infinite Loop, Cupertino, CA 95014', title: 'Apple Campus', ) ``` - When you change the address the map will automatically move the camera position to the new marker - Optionally give a width and height - API Key is Required from [Google Maps](https://developers.google.com/maps/documentation/embed/get-api-key) ## Screenshots ![](https://github.com/rodydavis/easy_google_maps/blob/master/doc/screenshots/1.png?raw=true) ![](https://github.com/rodydavis/easy_google_maps/blob/master/doc/screenshots/2.png?raw=true)