Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 796 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 796 Bytes

google_maps_in_flutter

Demo based on - Adding Google Maps to a Flutter App [ https://codelabs.developers.google.com/codelabs/google-maps-in-flutter/#0 ]

Run the project

Add api key for google maps services

You'll need to enable google maps services in a google cloud platform project and create an api key to access the services. After that, you'll have to insert your api key in 2 files inside the project (just serch for "api_key_here"). The files are:

AndroidManifest.xml file and in AppDelegate.swift.

Screenshot

photo_2020-03-15_20-43-10

What I learn

Display a Google Map
Retrieve map data from a web service
Display this data as markers on the Map