Location Map

2
Hello!   I have a location list on a page. When I select one, I want to be able to see the selected location on the map.  Can someone please help me throughout the process of implementing this?   Also, I need the location API service to be free.   Thank you :)
asked
1 answers
0

Hi there,

 

If you’re using a List View, you can have a Data View that contains a Map to listen to the List View to check which location has been selected.

 

 

In Mendix 10, there is support for Google Maps, Open Street, Map Box, and Here Maps. In my example, I’m using longitude and latitude values and a Map Box API

 

 

However, if you want to use an address instead of using longitude and latitude values, you’ll need an additional API for Geo Locations.

 

Hope this helps,

Liam

answered