A quick example detailing how to use a Google Map in a Flutter app.
Puts a bunch of indicators on a map, centred around London.
Provides a means to change the CameraPosition
to focus on one of a
defined list of landmarks across London.
Anyone interested in using a Google Map in a Flutter application.
If you want to run the app as-is, don't forget to change both of the ApiKey
values in AppDelegate.swift
and main/AndroidManifest.xml
to use your own Google Maps API Key which you can get from here.