Plot Multiple marker in map using List

Sorry Akash, it is only possible to use run time Markers. Developers cannot yet create run time circles Circle , Circle does not have a method similar to CreateMarker( latitude , longitude ) that Creates a new Circle on the Map at the specified latitude and longitude .

What can be done is

  • tuse design time circles and turn on or off their visibility as needed (You require one circle for each location you intend to display)
  • create a Custom Marker that is a circle.png or circle.svg image and use it instead of the stock Marker icons. ImageAssetSpecifies the image shown for the Marker . See this for a way to set CustomMarkers

Does this help?

Regards,
Steve

1 Like