jeffreykemp / jk64-plugin-reportmap

Report Google Map APEX Plugin
https://jeffreykemp.github.io/jk64-plugin-reportmap/
MIT License
42 stars 16 forks source link

Different colors of pin depending on the type of data #156

Closed darkojic closed 1 year ago

darkojic commented 2 years ago

Is there any way to get some kind of enhancement like - to have different colors of pins, which are depending of some kind of parameter. E.g. there are locations of types 1, 2, 3...

For locations of type 1, the pin would be red, For locations of type 2, the pin would be blue.. ...type 3... yellow, type 4 gray... etc. or even a different pin shape...

I am using this plugin and it's really effective and easy to use. I tried Apex Map Region and it's not even near as good as your plugin. At least there is no Google Maps coverage.

Thanks.

jeffreykemp commented 1 year ago

You can do this with a custom marker format function. Refer to https://apex.oraclecorp.com/pls/apex/f?p=46203:25 for a demo and samples.