简体   繁体   中英

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 替代文字

and following is same place for iPhone maps 替代文字

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 yogeshkumau@gmail.com

waiting for answer......

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.

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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM