Skip to content

kangsudal/Adding-Google-Maps

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published