tags:

views:

23

answers:

0

I have created a sample application to load google maps application in my ipod device.So i created a UIWebView and Load html string as formated here,

Cupertino

I found this sample from following link

http://developer.apple.com/iphone/library/featuredarticles/iPhoneURLScheme%5FReference/Articles/MapLinks.html

Its work fine and loads google map in my UIWebview. I want to remove search control from google maps,Is this possible ?

Can anyone help me ?

Because i know what location i want to locate in google maps, so i dont want to allow user to search for other locations.