How can I add MAP system my application?

0
I am working on Smart City Applications and want to add MAP in this app.
asked
3 answers
0

Any map? Or a specific app that i called ‘MAP’. Hm, going with the assumption that you just want to show a location on a map.

Mendix has the ‘Maps’-widget for this. On a page in a dataview of an entity that contains location-information like latitude and longitude:

  • right-click and ‘Add widget’
  • select widget ‘Maps’
  • Add the location-source attributes and select ‘openstreetmap’ and you are ready to go.

It will look something like this:

Now play around with all the options until you get the best set-up for you.

More reading material: https://docs.mendix.com/appstore/widgets/maps/

answered
1

Hi Soham,

Please check below link, out of the box widget available in mendix marketplace-

Mendix Marketplace - Maps

 

Hope it helps you.

Thanks

answered
1

Hi,

You can also use the widget Google Maps from the marketplace

https://marketplace.mendix.com/link/component/48911

Thanks

answered