What KML fields are supported in the Google Maps app on iPhone?

I did some research on the use of maps in iPhone applications, and it seems that most of my needs can be met by transferring KML data to the built-in Google Maps application, but I can’t set the same values ​​(phone, homepage, address) that are available at runtime built-in search in the map application. Does anyone know if there is a way to set these values ​​or which fields are available?

UPDATE: with the advent of OS 3.0 and the map APIs, applications no longer need to transfer control to the built-in mapping application, so this issue is no longer relevant.

+3
source share
3 answers

KML is not officially supported by Apple at this time. It is listed in the documentation for URL schemes. Any url in parameter? Q = will be ignored.

0
source

There are several options available to iPhone developers who plan to use Google Maps in their software. I saw a sample code and implementation of WebKit that translates gestures into Google Maps loaded inside it, but performance is depressing at best. Running a static map without a large increase or scrolling is pretty much the only option to maintain performance until the native API is available.

0
source

All Articles