Slashdot Mirror


Google Maps Now Does Interactive Re-Routing

An anonymous reader writes "Remember how cool it was the first time you used MapQuest or Google Maps or Google Earth? You'll feel like it's the first time again, when you use interactive dragging of routes on Google Maps. Some of the folks from the development team have even whipped up a handy video to explain the concept."

9 of 188 comments (clear)

  1. Re:Nice, Yes, But It's Not Amazing by EvilGrin5000 · · Score: 2, Insightful

    Just because they did their homework and programmed the original Google Maps with reusable code, doesn't mean that a new feature added that uses already implemented code isn't 'Amazing'.

    Looking at the feature by itself is pretty nifty! Let's not judge it by saying "well, they didn't add any new code for this so it's nothing new..."

    --
    A black cat crossing your path signifies that the animal is going somewhere. -- Groucho Marx
  2. Re:Nice, Yes, But It's Not Amazing by Yurian · · Score: 5, Insightful

    True, but that misses the point. Yes, it was possible before - in the same way that satellite imagery was available on TerraServer for years before Google Maps. The difference between possible and easy is all the difference in the world.

  3. Re:Nice, Yes, But It's Not Amazing by niteblade · · Score: 5, Insightful

    From a strict 'new technology' perspective: Agreed - nothing revolutionary. As an improvement to the way the average Joe can plans trips, done in a incredibly simple, intuitive fashion that non-techies will truly appreciate: Truly awesome.

    -NB

  4. Re:Bloat? by geekoid · · Score: 3, Insightful

    I have wished they had this feature almost every time I use it.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  5. Re:excellent feature by wile_e_wonka · · Score: 3, Insightful

    That's interesting. I don't know about the rest of the world, but in the US Navteq provides the data for both Google Maps and Mapquest (and Yahoo! Maps as well, I believe). So you would think the directions would be no less accurate. On the other hand, I have definitely noticed the different services do often recommend different routes from the others, despite all being run by Navteq.

    Anyone else know more about this?

  6. Re:Not that big of a deal by catbutt · · Score: 3, Insightful

    Given that ajax techniques were pretty much non-existant in 98, yep, it would have been considered innovative. Probably "nearly a decade ahead of its time" innovative.

    I find it amusing (well, "annoying" is probably a better word) the way people, who have presumably never innovated anything of note in their lives, love to declare what other people have done to be "non-innovative". Why didn't you produce it for us in the time between 98 and now, if it was so easy and obvious?

  7. Re:Bloat? by thestreetmeat · · Score: 2, Insightful

    I'm driving from Ottawa to Moose Jaw this August. I would rather take this route rather than the default suggestion, because I'd like to see my own country first, it's shorter in distance (although not in time), I have a place to crash in Winnipeg, and I won't have to worry about arriving in Chicago at the wrong time.

    This feature is very useful. Before, to find out how long the trans-Canada route was, I had to make three separate trips and add the distances manually to get the total.

  8. Re:Nice, Yes, But It's Not Amazing by shellbeach · · Score: 3, Insightful

    People keep posting on other sites about how brilliant this is and how amazing Google's programmers are. Although I do really like it myself, all it does is make add another trip location where you click, and it's just a matter of calculating the route from the start to your point and from your point to the end, using the same stuff they've allready programmed. There's almost nothing new here. The difference between a user-hostile application and a user-friendly application is most often not the skill of the programmer, but the intuitive ui design of the programmer. The fact that this functionality was simple to implement merely makes the solution more elegant.
  9. Maps != Routes by brunes69 · · Score: 4, Insightful

    The map data has nothing to do with the routes. All Navteq sells to Google and Mapquest is a massive amount of vector-data that maps streets in geo-spatial coordinates. It is up to Google and Mapquest to determine the shortest path between any two points using this data.

    It is more difficult than it sounds. Discovering the shortest path in a weighted map is a simple, well known algorithm that any third year computer science major would have studied. The problem is in the weighting. Things such as speed limits, number of traffic lights, road conditions, speed limits of intersecting roads, ourly traffic patterns - all of these affect the amount of time one route takes over another.

    Aside from the fact that it is impossible to be up-to-date with this data on a constant basis, some of it changes based on the time of day of your planned trip. For example your morning "shortcut" to work may not be any faster on the weekend when the main route is not as congested.

    I think in general, all the mapping sites to a remarkable job given the data they have access to. It is highly unlikely ny one site is "more accurate" than the other picking routes all of the time. What is probably happening is the place where you are going has some factors that have changed recently, or have not been acounted for, in one site vs. the other. You would for certain be able to find counter-examples that make the other site look better at other places in the country.