Sorry if this has been answered before, I know it's a stupid question
that probably requires a very easy solution but I haven't come across
it. I have a program written in objective-c that is using a webview to
embed a google map. The map loads without problems but when I try and
trigger a zoom function by calling a javascript function in the html
containing a simple map.zoomIn() I just get a grey screen. If i zoom
using a control there is no problem.

Javascript
function handleZoomIn() {
map.zoomIn(map.getCenter());
}

Objective-C
[mapScripter callWebScriptMethod:@"handleZoomIn" withArguments:nil];

Obviously those are extremely basic function calls so not sure what
the issue is.

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to