How-to Create a Google Map
Introduction
How to set up google map that interacts with the data in your application:
Step 1 - Google API key
- You need a Google API Key that is associated with your PhixFlow Server. To create this see:Â Create a Google Map API KeyÂ
Step 2 - Add a Map Tile
- From the Serene Grey palette add a Tiles → Map.
- Click on the map to open its properties
- Update the URL statement to be:
- "https://www.google.com/maps/embed/v1/place?key=<<ENTER KEY HERE>>&q="+_form.Postcode
- Change, <<Enter Key Here>> to be your new Google API Key
- Change, _form.Postcode to be the field you want to use to set your map location
- Example
- Save all your changes. To view the map lock the screen or switch to app mode.