The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > MacCar

Reply
 
LinkBack Thread Tools Display Modes
Old 05-22-2007, 12:22 PM   #1
Constant Bitrate
 
zapwizard's Avatar
 
Join Date: Aug 2002
Location: Austin, TX
Posts: 136
Google Earth -Programming

Does anyone know if there is a way to built a frontend / programming interface for Google Earth?

Volkswagen did it (With Google's help) for a concept demo:
http://gadgets.autoblog.com/2006/02/...on-technology/
Supposedly that interface was running on OSX

There is some other info here:
http://www.mp3car.com/vbulletin/macc...front-end.html

I wrote a script a long time ago that did some neat stuff with GPS inside Google Earth, but it would be nice to integrate Google Earth directly into a front-end.

Any programmers know if it is possible?
zapwizard is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 05-22-2007, 01:24 PM   #2
Admin. Don't bug or I'll byte.
 
Bugbyte's Avatar
 
Join Date: Sep 2004
Location: Corning, NY
Posts: 4,695
Here's all I can think of:

1. Build the control components into the front end like GPS2GE does.

2. Run GE separately, and control it with the front end. Use a transparent window to show GE running underneath it.
__________________
-Where in the world is the iBug?
-Find out about theiBug
-Attention Newbies! Have you seen the FAQ Emporium?
-No time to figure it out? Take 5 minutes to view the Car PC 101 video
Bugbyte is offline   Reply With Quote
Old 05-22-2007, 02:33 PM   #3
QCar Creator
 
Jirka Jirout's Avatar
 
Join Date: Jul 2005
Location: Netherlands
Posts: 541
Sensible integration of GE is not easy, because it is not that open. It is much easier to work with Google Maps in a front-end. The Google maps API gives you like 90% of Google Earth functions and ca be integrated extremely easily using WebKit and JavaScript.

BTW: unlike some people, I find a normal map (such as the one provided by Google Maps) much more useful for navigation, especially in the car, than the Google Earth's imagery or even the hybrid display of aerial photos combined with roads.
Jirka Jirout is offline   Reply With Quote
Old 05-22-2007, 02:55 PM   #4
Constant Bitrate
 
zapwizard's Avatar
 
Join Date: Aug 2002
Location: Austin, TX
Posts: 136
I hadn't thought of that Bugbyte.
The catch is that I would like to extract information from Google Earth, such as waypoints, distance to destination, etc...
It would also be hard to ensure the window was always in the proper location.

I think the google maps interface is good for city driving, but when I took my road trip with google earth is was handy to be able to locate landmarks on the photos that arn't there on Google Maps.
There is a network link that loads the Google Maps overlay dynamically so you could have both. (At the cost of internet bandwidth)

But google maps can't save paths and extra information as well as Google Earth. I planned my entire 4000 mile road trip using Google Earth at home, plotted all the attractions we wanted to see along the way, entered phone numbers for hotels that I made reservations at, etc.... all on the home PC.
Then I just loaded the KML into the car and it was all there.

The funny part is even though I want all this in the car I just bought the wife a TomTom.
zapwizard is offline   Reply With Quote
Old 05-22-2007, 03:58 PM   #5
Admin. Don't bug or I'll byte.
 
Bugbyte's Avatar
 
Join Date: Sep 2004
Location: Corning, NY
Posts: 4,695
I've tried all types and find that using GE the way you describe, zapwizard, is the best and easiest for me.

I prefer the fluid motion that GE gives, I appreciate the way it shows and hides detail as you zoom in and out, and I particularly like the way it shows you what is around you in the satellite view. Ah yes, it's over here next to that parking lot or just after the rail yard. Google maps doesn't even show you that there's a river nearby. You have to guess.

I also prefer the 3D view as you travel along. The faster you go, the more it should tilt down. When you slow up to look for stuff, zooming way in and going to an overhead view is very helpful. And 3D is really 3D, not some weird warping of the map over a horizon.

To me, there's no disadvantage since you need connectivity for both, anyhow. Actually, you can at least cache GE data if you don't have it on the road. And since you can lay out the route to travel, even if you aren't getting updates, you can tell if you're following the line or not.

I think you can't beat it for free. If a map view is important, I'd actually rather extract the Google map images and lay them down on GE as a layer.

I'll be taking a course in developing applications using kml for GE in late June. If I find anything amazing, I'll post it.
__________________
-Where in the world is the iBug?
-Find out about theiBug
-Attention Newbies! Have you seen the FAQ Emporium?
-No time to figure it out? Take 5 minutes to view the Car PC 101 video

Last edited by Bugbyte; 05-22-2007 at 04:00 PM.
Bugbyte is offline   Reply With Quote
Old 05-22-2007, 04:20 PM   #6
QCar Creator
 
Jirka Jirout's Avatar
 
Join Date: Jul 2005
Location: Netherlands
Posts: 541
Google maps can do routing, directions etc. True, the API is not available in the public version, only professional, which is not free :-(

For now, we use the same approach - generate a kml file using Google Earth (or another software shortly) and download it to the car. Then our navigation module tracks your progress and gives you turn instructions.

I have a TomTom Go as well by the way. Pre-programmed with attractions in our part of Holland for use by our guests from other countries.
Jirka Jirout is offline   Reply With Quote
Old 05-22-2007, 04:22 PM   #7
QCar Creator
 
Jirka Jirout's Avatar
 
Join Date: Jul 2005
Location: Netherlands
Posts: 541
Bugbyte: you can cache Google maps too. I am working on a script which, if it works the way I want it, would enable you to use Google maps without an internet connection.

I agree regarding the views and animations, I just do not consider these that important myself.
Jirka Jirout is offline   Reply With Quote
Old 05-22-2007, 05:39 PM   #8
Newbie
 
rburhum's Avatar
 
Join Date: Mar 2007
Location: SoCal, USA
Posts: 40
a recommendation

As a proof of concept, I have been using NASA's OpenSource World Wind http://worldwind.arc.nasa.gov/ with success. It is easier to automate than GE since, well, you have the source code. I have a separate database of point of interest that I have been using that work quite great. Alternatively, if you have Internet Access yould could just query for the POI that you want from Yahoo Maps or Google Maps and overlay them in World Wind. I basically read coords from the GPS port and tell World Wind to zoom in the area that I want. I do use some imagery that I got from my area though.

Just wanted to give you an alternative, since there are actually many.
rburhum is offline   Reply With Quote
Old 05-22-2007, 06:09 PM   #9
Maximum Bitrate
 
pepsibobby's Avatar
 
Join Date: Dec 2005
Location: Langley AFB
Posts: 572
can you post a simple app for this?

nm its pc based.
__________________
Cant code cause I dont know how, but give me the paint bucket and my eraser and have at you!
pepsibobby is offline   Reply With Quote
Old 05-22-2007, 06:33 PM   #10
Newbie
 
rburhum's Avatar
 
Join Date: Mar 2007
Location: SoCal, USA
Posts: 40
checkout the plugins section at

http://www.worldwindcentral.com/wiki/Creating_add-ons
rburhum is offline   Reply With Quote
Old 05-22-2007, 06:39 PM   #11
Constant Bitrate
 
zapwizard's Avatar
 
Join Date: Aug 2002
Location: Austin, TX
Posts: 136
My other reason for wanting to use Google Earth is that it fills a lot of functions in one program that other map only, or navigation only programs don't do.

This sounds cheesy, but since it has the power of google behind it you can do location based internet searches.

For example me and the wife love to eat a Cracker Barrel when we travel. I had no choice on my way home from my trip but to make a overnight stop in El Paso, TX. There were three Motel 6's in town (pet friendly).
Logic told me I should stay at the one on the far side of town to beat morning traffic. But looking at the location on google earth, it was between what looked like a junk yard and a rail station.
Then I noticed that one was right next door to a Cracker barrel because it popped up automatically on GE. I was able to survey the area and find it was all new shopping and was a nice area of town. It made the stay much more enjoyable. (Morning traffic sucked of course though)

BTW here is a link to the google maps overlay
http://bernhard.sterzbach.de/googlemapsoverlay.html
zapwizard is offline   Reply With Quote
Old 05-22-2007, 08:41 PM   #12
Low Bitrate
 
Join Date: Feb 2005
Location: Nebraska, USA
Posts: 61
I like Google Earth for all of the extra info you can add to it, such as live weather data and storm warnings. This info is very important in the central part of the US this time of year. We spend a lot of time driving between Nebraska and Texas, but not enough to know the names of every county we pass through. A weather radio lets us know a storm is somewhere, but Google Earth lets us see the warning box and whether or not we're in it or traveling toward it.
hammer32 is offline   Reply With Quote
Old 05-23-2007, 12:04 PM   #13
Newbie
 
rburhum's Avatar
 
Join Date: Mar 2007
Location: SoCal, USA
Posts: 40
WW and GE

Don't get me wrong... I also love GE. Functionality wise, it is great. However, if you want to use it as a front end that can be automated it is not there. WW, to me, is a great barebone 3D engine that can be sculpted to do whatever you want it to do.... you want location based searches or traffic? It's all here http://code.google.com/apis/ or here http://developer.yahoo.com/

If you don't want to have that level of control and are just interested on GE itself (i.e. not a GE-like raw platform) then by all means use GE.
rburhum is offline   Reply With Quote
Old 02-19-2008, 04:18 PM   #14
Newbie
 
Join Date: Feb 2008
Posts: 4
Using Google-Earth for user interface

Any ideas of where to get stared in developing tools based in Google Earth?
jlillywh is offline   Reply With Quote
Old 02-19-2008, 11:47 PM   #15
Admin. Don't bug or I'll byte.
 
Bugbyte's Avatar
 
Join Date: Sep 2004
Location: Corning, NY
Posts: 4,695
Like, what kinds of tools?
__________________
-Where in the world is the iBug?
-Find out about theiBug
-Attention Newbies! Have you seen the FAQ Emporium?
-No time to figure it out? Take 5 minutes to view the Car PC 101 video
Bugbyte is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Needed: BETA Testers for Google Earth Plugin guino RR Plugins 408 10-03-2008 02:34 AM
Google Earth Cache Builder njwashor Other Cool Stuff 54 07-27-2007 10:54 AM
Google Earth: How? sux89 MacCar 9 03-15-2006 08:05 PM
Google Earth SKIN (in progress) RPM_VR4 SB Skins 6 02-15-2006 06:45 PM
Embedding Google Earth to RR Asskick Road Runner 11 02-10-2006 09:44 AM


All times are GMT -5. The time now is 10:00 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics