easy google maps
easy google maps for flutter on web and mobile.
getting started
mobile
follow setup for mobile here
web
good to go!
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
Comments are closed.