How do I create an area on a map using geographic coordinates?
For example:
I have a point A and a point B, both with a radius of 20 meters and 100 meters distant from each other.
I want to make an oval circle connecting these 2 points but without fail 2 points appearing.
I want to do like the drawing below.
Can anyone help me to program it?