Google Maps API V3 and stringByEvaluatingJavaScriptFromString?
- by Joseph
Hi,
I'm writing up an iPhone app using the Google Maps API V3, and I was wondering if it is still possible the use the stringByEvaluatingJavaScriptFromString function in the (void)webViewDidFinishLoad:(UIWebView *)webView function?
A simple example being changing the map type (Assuming basic map setup):
- (void)webViewDidFinishLoad:(UIWebView…