Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 06-01-2009, 10:26 AM   #31 (permalink)
gonso75
New Member
 
Join Date: Oct 2008
Posts: 16
gonso75 is on a distinguished road
Default

Hi All
Im trying to embed a google map "view" into my application to show a route.

I've tried adding a UIWebView with this initialization:
Code:
-(IBAction) showRoute{
	NSString* url = @"http://maps.google.com/maps?daddr=37.74324,-121.43432&saddr=37.5,-121.4";
	[uiWebView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:url]]];	
}
But I get the full browser appearance, with the google search box, left panel with route ETC.

I would like to get a simple map (static, if need be) with the highlighted route.
Something like it appears in this app:


Is it possible?

I guess I could craft an html page with the content, but I dont know where to start... any tips?

Thanks
Gonso
gonso75 is offline   Reply With Quote
 

» Advertisements
» Stats
Members: 175,636
Threads: 94,099
Posts: 402,807
Top Poster: BrianSlick (7,990)
Welcome to our newest member, samdanielblr
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 09:56 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.