Kumar sonu
Kumar sonu

Reputation: 535

How to implement google maps in my iPhone application

I am totally confused with google maps and maps of iPhone...

i have read that iPhone uses google maps.....and also spent some time on it....

But it never display the items like location pictures, balloons etc.


EDIT

THIS is photo for of browser alt text

and following is same place for iPhone mapsalt text

second one did not show the annotation added by people..... (this is what i was asking for ballons or other pictures which people adds to location on oogle maps)


I want to display all those in my application....

what should i do...

if you suggests implement Google maps API, then please suggest a working link...or provide some sample code if possible.....if anybody has done it...then please mail me at [email protected]

waiting for answer......

Upvotes: 0

Views: 1305

Answers (2)

Vin
Vin

Reputation: 10548

Points of Interests(location, pictures and baloons) that you are talking about can be shown in your maps, if you acquire the license for Google maps premier api. In that case you'd have to use dynamic maps by using google's web services. However if you want to implement it using MapKit framework on iOS devices, you'd have to draw your custom POIs using core graphics.

Upvotes: 2

Ilya Saunkin
Ilya Saunkin

Reputation: 19790

Apple has a special agreement with Google to use their maps on their platform. The internet is packed with examples of usage of MKMapView along with annotations (pins, there're no baloons on iPhone).

Upvotes: 1

Related Questions