Hi,
How can I add google maps control to my applicacion?
Thanks
There is maybe a solution, you can look here :
http://code.google.com/p/iphone-google-maps-component/
mahm create a "MapView", which is an UIView, "over" a UIWebView, provide some functionnality such as zoom or moving.
And the WebView "translate" action from the UIView in javascript.
So if you want more than zooming, or moving, you should have to implements the other methods. That's why i'm going to try, since I need to add pin, and things like that.
I would appreciate you giving me some hints for adding overlays in this mapview.
There is maybe a solution, you can look here :
http://code.google.com/p/iphone-google-maps-component/
mahm create a "MapView", which is an UIView, "over" a UIWebView, provide some functionnality such as zoom or moving.
And the WebView "translate" action from the UIView in javascript.
So if you want more than zooming, or moving, you should have to implements the other methods. That's why i'm going to try, since I need to add pin, and things like that.