In my android app, i need to highlight searched region by drawing polygon.
How to draw polygon to highlight region/city/state just by keywords? how can I get all co-ordinates of boundaries to draw polygon?
i.e. same as housing android app. for any searched region, they are showing boundary on the google map, from where they are getting these data?.
Any sources to get these region boundary data as google api is available for this?