I am trying to retrieve the polygon coordinates for the selected building on the map. e.g. we have a building e.g.
49+Stafford+St,+Abbotsford+VIC+3067 AUSTRALIA.
in the following format
POLYGON ((144.994479667 -37.80101375, 144.9946515 -37.80103, 144.994690608 -37.800771417, 144.99451885 -37.8007547, 144.994479667 -37.80101375))
This will help me to draw the polygon and shade the selected building.
What is the best way to retreive this data from the API? Thanks