Slashdot Mirror


Do You Recommend Google Maps API or Microsoft Live Maps?

KSobby writes "The organization that I work for is going to be redoing our website in .Net/AJAX. On the site, our members will have profile pages listing where their organizations are located (our members are scattered throughout the world) as well as other pertinent information for the general public. It is a non-profit organization, so funds are tight. My question to you: If we include maps, which API do we go with: Google or Microsoft? We're in a Microsoft environment (we're non-profit and Microsoft basically gives us everything for free) but the ubiquity of Google may be enough to sway us. Has anyone used either extensively? Used them in conjunction with .Net?"

30 of 252 comments (clear)

  1. I let google answer by Anonymous Coward · · Score: 5, Funny
    1. Re:I let google answer by Anonymous Coward · · Score: 5, Funny

      Google really should hire an SEO expert.

  2. In my experience by El+Lobo · · Score: 3, Insightful

    In my (little) experience the MS API is a lot clearer and "logical" to my .net trained brain than Google's. But in the end, my experience is that both work reasonable well, and leaving politics and idealogical issues aside, I would say, test both and choose the one you like more.

    --
    It's time to realise that Abble's products are the biggest abomination these days. Just say NO to the dumb iAbble way!!
  3. Compatibility by Anonymous Coward · · Score: 5, Insightful

    It's the same product, but Google maps works with more browsers. Sounds like an easy choice to me.

    1. Re:Compatibility by garcia · · Score: 4, Interesting

      Live Maps lacks good sat imagery for a very large portion of the globe.

      I think that people should seriously consider using both depending on their needs. If you're looking to do international mapping Google is probably the way to go but if you're going to be centered in large metro areas in the US and you're looking to use SWEET aerial photos, Microsoft's Live Maps kick ass (75m, far more recent than Google Maps, and better resolution).

      I live and die by Google Maps API for what I need at work (plotting interest and applicant levels by zip code) because it's easy for people to use and many are already familiar with it. That just works for what I need but that doesn't mean that it's the best option for every application.

      *shrug*

  4. go with google by ILuvRamen · · Score: 4, Insightful

    I say go with Google. If their map system suddenly changes they'll at least be smart enough to include legacy support or do something remotely responsible and there's no way that their entire map system would just disappear. As for Microsoft, they change their names and systems more often than I change my pants and if suddenly all of that new Microsoft Live crap disappeared, nobody would be surprised at all. Just think how many new Microsoft inventions/projects/experiments there were that either didn't do well enough so they cut them or they did really well and they cut them anyway for who knows what reason.

    --
    Google's Super Secret Search Algorithm: SELECT @search_results FROM internet WHERE @search_results = 'good'
    1. Re:go with google by BlowHole666 · · Score: 5, Funny

      As for Microsoft, they change their names and systems more often than I change my pants You must smell very bad :)
      --
      I smoked pot once. But I DID NOT inhale. Will you hire me?
    2. Re:go with google by fredrik70 · · Score: 4, Insightful

      quite rubbish, If MS does anything it's hanging on to their old API for far too long. That's why they're so bloody bloated, remember? They might be happy to invent new ways of doing things quite often, but they keep the old stuff, hence the mess they're are in now with Vista - trying to make sure *all* ways of doing things work!

      --
      if (!signature) { throw std::runtime_error("No sig!"); }
  5. Google Maps by EjayHire · · Score: 5, Interesting

    In your situation, I would go with Google. The Live web services are really new, and they will evolve over time, especially if they follow the same model as MS other mapping software.. free -> bundled -> unbundled/not free. Between Microsoft and Google, who do you trust for backwards compatibility in a year or two?

    1. Re:Google Maps by Actually,+I+do+RTFA · · Score: 3, Informative

      Between Microsoft and Google, who do you trust for backwards compatibility in a year or two?

      Microsoft. It took me 4 hours to port our software to Vista, and that mostly had to do with a (nonMS) driver and a (MS) dll issue. The trick to MS backwards compatibility is to not use the undocumented shit. SimCity broke when they went to 95 (they actually installed a patch in the OS for it for compatibility reasons), because of undocumented "features". Case in point, the permissions that they set up in XP were ignored by most developers because everyone ran in Admin mode. Then, they get to Vista, and "Accept or Deny" became famous overnight. Our installer, and our software, followed the annoying rules in XP on the offchance that someone was running as a regular user. Hence, when we ported over to Vista, the only time users had to verify the softwares intention was when installing the first time/patches. And that's a good time to pop that box up.

      --
      Your ad here. Ask me how!
    2. Re:Google Maps by kripkenstein · · Score: 3, Insightful

      It took me 4 hours to port our software to Vista [...] The trick to MS backwards compatibility is to not use the undocumented shit.
      That might be true, but how is it relevant as a comparison to Google?

      The issue isn't Microsoft's desktop backwards compatibility issues (which is debatable in itself). Thing is, Windows and MSN/Live/etc. just happen to exist in the same company, otherwise, nothing is really shared between them. When you compare Microsoft to Google with respect to maps APIs, you need to compare Google to MSN/Live/etc., which has seen many name and strategy changes and is far less mature than Google's offerings. Google APIs are consequently more stable and less likely to change.

      A conservative approach will therefore recommend Google APIs. They are more seasoned, more tested, work on more browsers, and used successfully by far more organizations and businesses.
  6. Microsoft API experience by LordSah · · Score: 3, Informative

    I've implemented a solution based on Live Maps, and I was pretty happy. Not having used Google's, I can't provide tit-vs-tat comparison, but I know enough to tell you that MS's API is intuitive and easy to pick up.

  7. About to make the switch by Garrynz · · Score: 3, Informative

    About to make the switch to Microsoft Live Maps, I find Google maps to slow to load, if they load at all. Of course there isn't anything stopping you trying both and choosing the best that suits your needs.

  8. Go with Microsoft, get MapCruncher by Anonymous Coward · · Score: 5, Informative

    I recently discovered MapCruncher which is a super cool add-on for the Microsoft Virtual Earth API. Basically, if you have any of your own high resolution maps (like PDF of a floorplan or bicycle route or whatever) you can align it to Virtual Earth and MapCruncher writes the thousands of tiny image tiles needed to make your map easily browsable right on top of Virtual Earth. Google doesn't have anything like this. (Even though Google Earth has an "image overlay" feature, they have nothing that runs in the browser, plus it forces the user to download the entire overlay image instead of just the tiny pieces they're trying to view.)

    MapCruncher rocks!

  9. Checkout refin.com's comparison by sp00 · · Score: 5, Informative

    Redfin did a decent writeup at the beginning of the year when they were deciding what technology to use. It was helpful to read when I was making the decision for the company I work for. Some of the things they point out have changed/been fixed, but it's still a good overview.

  10. How about this then? by megaditto · · Score: 3, Informative
    --
    Obama likes poor people so much, he wants to make more of them.
    1. Re:How about this then? by IamTheRealMike · · Score: 5, Interesting

      Did you actually read that report? In my humble opinion, it was basically some guys opinion dressed up as a scientific study. There was no repeatable methodology and the author didn't even bother to fully fill out the matrix. Go read the comments on the story you linked to, if you want to get more detailed commentary.

      Incidentally, I say this as a very biased person. I work for Google, on Google Maps. As per usual, what's written here is my own opinion and not that of my employers. I won't comment on the Google vs Microsoft debate - it's not my place to do so - but I'd like to say that I've seen first hand (and participated in) the very strict procedures we have in place to protect peoples privacy.

      For instance, I'm one of the very few people who have Maps logs access (ie, I can see cookies and IP addresses), and that's only because I work directly with the servers on a day-to-day basis and do abuse handling as part of my job. The vast majority of Maps developers have no logs access at all. I have to periodically rejustify my access, I'm not allowed to track any individual cookie or IP address for longer than 24 hours, my own usage of the logs is recorded and audited, I'm not allowed to take the logs out of their secure holding area and am not allowed to give logs in non-scrubbed form to anybody else. Violating these rules is grounds for instant termination. Contrast this with ISPs which sell clickstream data on the open market.

      I'm not trying to make any statement of policy or anything, because that's not my job, but if end-user privacy is going to be a deciding factor in which maps product to use, hopefully now you have more insight into how seriously we treat end user data (what I described applies to all Google products by the way).

    2. Re:How about this then? by cyber-dragon.net · · Score: 3, Interesting

      except that Google says no when asked... Microsoft says yes. I would say that is a vastly different policy.

  11. Re:OpenStreetMap? by nwf · · Score: 3, Informative

    Even though it is not complete

    I'll say. The entire city of Philadelphia is missing, and it's not exactly a small city. In fact, looking at the eastern US, it's pretty much useless at this point. Alas.

    --
    I don't know, but it works for me.
  12. Re:Use Mapquest Posts by Applekid · · Score: 4, Funny

    I think your giant string-concatenating code makes baby Blaise Pascal cry.

    --
    More Twoson than Cupertino
  13. OpenLayers.org API ! by Lord+Satri · · Score: 5, Informative

    Really. Don't want to get stucked by one of the numerous webmap providers? Use OpenLayers.org. OpenLayers, open source, will legally allow you to connect to Google, Microsoft, Yahoo! and other providers' data and switch between any without ever changin your code. No jokes, this is the best choice. Of course, it allows you to do *much* more. Want to learn more? Also, OpenLayers works perfectly with other widely used webmapping software, such as GeoServer.org and many others. See also the webmapping section over Slashgeo.org. (Yes I'm one of the founders, but it's really on-topic! :-) Why not read this entry on the webmapping APIs and data access.

  14. Do both. Seriously. by xxxJonBoyxxx · · Score: 4, Informative

    If we include maps, which API do we go with: Google or Microsoft?


    Do both. Seriously.

    One of the oldest rules a downstream manufacturer (that's you) should follow is "avoid supplier lock-in". If you code with only one of these software titans in mind, you're subject to their terms. If you code for both, you can tell one vendor to zark off and/or play one rep against the other at pricing/ad-rev negotiation time.

    Oh wait - you're a small non-profit with free Microsoft software? In that case there's no reason not to go with Microsoft. Development in 100% Microsoft tools is better than anything Google has...
  15. Google maps == Google earth by nweaver · · Score: 3, Informative

    One of the really nice things about Google maps is the same API is used for google maps and google earth. Well, maps uses a subset.

    So you can easily do pretty-ultra-eyecandy that also works well when viewed just through the web.

    --
    Test your net with Netalyzr
  16. Data by Kiaser+Zohsay · · Score: 3, Informative

    Maps are all about accuracy. Microsoft has more coverage with high res imagery (I can see my house from here!) but some of their street data is several years out of date.

    For example, when I-74 was built, McKinney Road was re-routed to Hwy 601. The map has the correct positioning for I-74, but it still shows the old path of McKinney Road, even though the new path is visible in the image.

    On the other hand, Google shows the roads correctly, but you can't zoom in the imagery nearly as close.

    So its a matter of priorities. Do you want accurate or pretty?

    --
    I am not your blowing wind, I am the lightning.
  17. Actually niether by mhollis · · Score: 3, Informative

    I set up a website for a brick-and-mortar store about seven months ago on my Mac. I then went to Google's maps and provided a link for directions. Then Google quit working with Safari browsers. Now, I know Apple's browser has its problems and has so many that many Mac users are not using the Apple-supplied beta browser because of problems with their release version but I cannot afford for anyone to not be able to load a map due to a problem with someone's map API. So I switched the website to use Mapquest.

    Yes, I know that Mapquest is a slag-heap of a company since AO-Hell purchased it. I also know they're not innovating, they're just resting on their laurels and being used to provide AO-Hell with cash. But it works with all browsers I tested on Windows and Macintosh platforms, including some pretty obscure ones like iCab and Netscape's Navigator 2.0. Unless of until I get absolute assurances from Google that they'll never roll out new code again unless they test it first, I'm not using Google Maps for anything.

    Haven't tried Microsoft's. Probably won't either as they won't work well with Macs or Linux or Unix and I cannot afford to disenfranchise anyone.

    --
    Gods don't kill people, people with gods kill people.
  18. Re:qg3rea by Cutie+Pi · · Score: 3, Funny

    You know, I just read your comment history. I used to be a troll like you. I just posted whatever the hell came to my mind whether it be random crap or songs about my penis or just a quick "frist psot". It was a small release, a little bit of humor in my otherwise boring life.

    But trolling became an addiction to me... soon I was doing everything I could to get a rise out of fellow netizens. I basically spent all my time trolling Slashot and other various forums. Of course Slashot was my favorite trolling venue because the demographic was a perfect fit for me. Imagine the endless sources of amusement Slashot gave to someone like me, a self-hating sociophobe who enjoyed nothing more than hating other people just like myself. So, for example, I would sit in front of my computer on a Friday night and blast anyone on Slashot that would post something. I would call them losers for not having anything better to do than reading Slashdot on a Friday night! Classical projection at its finest.

    Of course, all addicts have to hit a rock bottom before they become willing to change their behavior. That happened to me on July 6, 2003. I remember it like it was yesterday. I had found my ultimate prey: a seasoned Slashdot poster who just couldn't resist feeding the trolls. I basically "stalked him"... hitting refresh countless time waiting for him to make a comment, then instantly posting a personal attack. He never failed to respond, which just fed my addiction. But then one day, I got a knock on my door from the FBI, cybercrimes division. Apparently this poster I had stalked was an in real life an FBI agent. He had emailed the Slashdot staff and gotten my IP address. It was then a simple matter for him to trace the messages back to me. Here I was, never in trouble with the law before, with an FBI agent staring me down. Although I had done nothing wrong, he didn't waste any time giving me a 3rd degree questioning. It was only 20 minutes, but felt like hours. He left me with standing in the doorway with a pale face and shit in pants.

    Needless to say, I cleaned up my act and worked on becoming a normally functioning member of society. I started seeing a therapist, got many of my self-hate and anger issues resolved (I still have lots more to work on) and started actively trying to make friends online. Its amazing how much my life has turned around. Before that day, I was friendless, both in the real world and online, had never had a romantic relationship that lasted more than 3 months, and was a virgin. Now, I have a wife with a baby on the way, have lots a friends at work and in my community, and enjoy reading and discussing views with a variety of online buddies.

    I'm posting this because I sense that your trolling is a cry for help, one that I know well. I hope that some day you can find happiness like I did.

  19. Redfin dev blog by |/|/||| · · Score: 3, Informative

    Here's a comparison that I saw a while back on the dev blog for redfin.com.

    --
    [javac] 100 errors
  20. Err... by Anonymous Coward · · Score: 4, Interesting

    I've seen their report and I know what they do. However, I see good reason to trust Google (if they betray my trust, I'll dump them flat and they seem to know this; they've actually done meaningful things to increase privacy; they're honest and direct about what their actual policies are) and not so much reason to trust the other people listed. At least, no more than Google.

    In the mean time, didn't Microsoft & Yahoo turn over dissidents to China? And didn't Google refuse the subpoena of user data from the US government when Microsoft & Yahoo gave it over without question?

    I understand paranoia about your identity perfectly well. It just seems stupid to focus on the smaller threats when there are larger ones nearby, you know?

    Actually, maybe I understand the paranoia better than you. I mean, you posted that while logged in...

  21. Slashbot Rhyme by Anonymous Coward · · Score: 5, Funny

    I make a dash to the Slash to the D-O-T
    Coz them news for nerds makes sense to me
    So let this serve as a warning to the spammers and trolls
    You may have a fat pipe but you ain't got bawls.

    There's a new manifesto by ESR
    And the stats of the watts of a hybrid car
    I gots love for Perens and miguel, et al
    And I voted CowboyNeal on the Slashdot Poll

    I'm Microsoft bashin' like every single day
    Coz the OS got holes and Exploder's teh gay
    Now SCO's talkin' trash so I give firefox a ride
    To reply as a Coward so I can hate on McBride

    I will flame you with language I won't say to your face
    And I bet you can't guess who gots all your base
    There's one way to know if your server is rotting
    Just post a link and you'll get a slashdotting

    You can mod me down coz I'm a karma whore
    And I'm a decorated veteran of a recent flame war
    Where they fought about an app with a K or a G
    And a heated debate on what was meant by "Free"

    As a slashbot, when Linux receives a threat,
    My palms begin to sweat and my evil bit is set
    You best believe I'll be posting a rant
    And I'll be surfin' Slashdot 'til my mom says I can't.

  22. Re:Google will spy on your members by Trelane · · Score: 4, Informative

    They actually have a privacy policy.

    You mean the link that says "Privacy Policy" at the bottom of the Google Maps API page which links to, maybe, the google privacy policy doesn't actually exist?

    Dang. My mind is more powerful than I thought!

    (for reference, the MS Maps privacy policy is here).

    --

    --
    Given enough personal experience, all stereotypes are shallow.