1

Basically i want to search specific country on MAPVIEW and then highlight the area of searched country. is it possible in iPhone app. this is the web link same thing implemented in asp visit plz http://www.dyngeometry.com/web/WorldRegion.aspx

Abdul
  • 48
  • 4

1 Answers1

0

I am not sure if you need to pay for it but dyngeometry has an API under the address http://www.dyngeometry.com/WebServiceV2/GeometryInfo.asmx?op=GetCensusTract

If you query a city name as SOAP or HTTP(GET/POST) request they return you the coordinates with that you can draw your polygon on google map.

For drawing polygons you can refer to

How to draw polygons with CGPath?

filled antialiased poly cocos2d

Community
  • 1
  • 1
Ilker Baltaci
  • 11,644
  • 6
  • 63
  • 79