How to set image for googleMap location marker

0
Hi,      i am working on google maps integration. i imported Google maps widget. i want to set image for location marker how i can set. thankyou,
asked
3 answers
0

You will have to edit the widget because as far as I can remember the widget does not support custom markers.

Check this very helpful page for sample JS code: https://developers.google.com/maps/documentation/javascript/custom-markers

answered
0

The Google Maps widget has a property 'Enum based marker images' in the 'Appearance' part where you can configure different images. The entity what contains the address and GPS info should have an enum attribute defining what tye of location marker image should be used.. The hardest part is finding the right images, but google can help you a lot.

https://appstore.home.mendix.com/link/app/39/Mendix/Google-Maps-Widget

answered
0

Download the latest Google maps module. In the configuration Appearance you have the option Enum based marker images. Here you can select an enum with your custom marker images.

Regards,

Ronald

 

answered