1

I'm working with Azure Maps and have a very basic idea of it's WEB sdk. What I want to know is- is there a drawing feature in The Azure Maps SDK that a user may use to draw on the map and return a geoJSON based on it. This functionality is identical to the one provided on geojson.io.

1 Answers1

2

Yes, there is! Please check out this code sample, and live demo here.

enter image description here

kartben
  • 2,485
  • 21
  • 24