tags:

views:

58

answers:

1

Hi, I am new in iphone developement.I am developing a map application which allows the user to select a particular area of a map(circular or rectangular area).To develop this application which is the best tool,Google maps API or Mapkit framework .Please any one give me a perfect way to develop this ,Is there any sample codes available..Thanks in advance......

+1  A: 

Yeah, if you're developing an iphone application and you want access to things like the users current location, you're going to want to use the MapKit framework.

Some googling on MapKit+tutorial will give you links like: Playing with MapKit.

MathieuK