0
Google Maps - iframe in Ninox
Does anyone know if there is a sample DB that uses a location field in conjunction with an iframe to display a location field in a map?
2 replies
-
While Ninox does have basic maps... Looks like you can register for the google map API and use that via an HTTP query.
https://developers.google.com/maps/documentation/embed/get-started -
Or you could just launch a Google Maps webpage from a button.
In the UK we use postcodes so I put this code in a button On Click:
openURL("https://www.google.co.uk/maps/place/" + Postcode)
or you can use Zip codes in the same way.
Content aside
- 2 yrs agoLast active
- 2Replies
- 389Views
-
3
Following