How to Create / Add Circle Marker in this forge on Reactive Website
Hi,
You can get some ideas from Forge components:
https://www.outsystems.com/forge/component-overview/5425/google-maps-mobile-samples
https://www.outsystems.com/forge/component-overview/2973/google-maps-mobile-addon
https://www.outsystems.com/forge/component-overview/4127/google-maps-extended
https://www.outsystems.com/forge/component-overview/1943/google-maps-plugin-demo
In the official Google Maps Platform (https://developers.google.com/maps/documentation/javascript/overview), you also can review the Maps API and examples.
If you need to format the markers, you should use the AdvancedFormat property of the Markers. For example:
In this example, I'm marking the location with a symbol circle using the information in https://developers.google.com/maps/documentation/javascript/symbols.
Kind regards, David.