I have a requirement where I want to draw a circle with four quadrants, all four quadrants with a specified angle and radius from a center point. Like below:
But not with the markers on the circumference. I should be able to provide an angle of arc, radius and center point. How can I achieve with the Angular Google Maps?
I'm able to get the center point and set radius and draw a circle using agm-circle
directive.
I've referenced this answer: https://stackoverflow.com/a/24959636/11253641