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

null
    • Mconneen
    • 1 yr ago
    • Reported - view

    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

    • Paul_Chappell
    • 1 yr ago
    • Reported - view

    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

  • 1 yr agoLast active
  • 2Replies
  • 317Views
  • 3 Following