Apple, Google: Battle of the Cloud Maps
Nerval's Lobster writes "Google has sent invitations for a June 6 event in which it will apparently unveil 'The Next Dimension of Google Maps.' Meanwhile, rumor suggests Apple is preparing its own mapping service for iOS devices. The escalating battle over maps demonstrates the importance of cloud apps to tech companies' larger strategies." I only wish my phone would hold by default the X-million data points that my outmoded (but cheap and functional) dedicated GPS device does, without quite so much cloud-centric bottlenecking, and leave all expensive data use for optional overlays and current conditions.
I just wish that Google would learn some lessons about 2D cartography. Like how to mark toll roads and stuff.
It's kind of frustrating because Google maps is really good at local stuff (zoom in to see individual business names and stuff, and of course street view) but other services are a lot better once you're looking at a range beyond a few blocks.
...it will be a battle in name only.
apple are highly unlikely to put out an API for other to use as they wish like Google did.
While GMaps might take a back-seat on iOS, it will still be by far the most dominant system out there unless Apple allow use outside of the iOSphere.
At the end of the day if it's only available on iOS and Mac then it's essentially on a minority of devices on what is now a minority platform.
Still, it no doubt will have Google scrambling to bring us more cool stuff, so it's win-win all round.
Burma?
I only wish my phone would hold by default the X-million data points that my outmoded (but cheap and functional) dedicated GPS device does, without quite so much cloud-centric bottlenecking, and leave all expensive data use for optional overlays and current conditions.
You mean like any number of Nokia phones that support the free OVI Maps application?
'The tyrant will always find pretext for his tyranny.' - Aesop's Fables
I only wish my phone would hold by default the X-million data points that my outmoded (but cheap and functional) dedicated GPS device does, without quite so much cloud-centric bottlenecking, and leave all expensive data use for optional overlays and current conditions.
There is an app for that, seriously there are multiple apps for that. Decent maps built-in. More detailed ones, including topo, available via free download.
Not all functionality has to come from Apple, or whoever is doing the OS and built-in apps, some things can be left to third parties.
What the holy hell? Did 4chan just spring a leak?
I only wish my phone would hold by default the X-million data points that my outmoded (but cheap and functional) dedicated GPS device does, without quite so much cloud-centric bottlenecking, and leave all expensive data use for optional overlays and current conditions.
No shit dude. I have a fucking 32GB phone of which I'm using about 3GB. The thing I use more than anything is Google Maps. If it's downloaded something, why does it ever delete it? I can cache apparently unlimited 10 mile squares (100 square miles?), but I can't say "Just fucking download the entire state of Iowa" (because, really, who would want to?).
But I suppose they're getting there. Slowly.
No sig for you. YOU GET NO SIG!
Get an Android phone. Get OSMand. News for posers who won't lift a finger? Stuff that has been solved for you if you just look?
Analogies don't equal equalities, they are merely somewhat analogous.
The reason they don't make it easy to download an entire map has nothing to do with storage or bandwidth. It has to do with *tracking*.
Location Based Services -- Since we know where you are, we can suggest you turn right and have a pizza at the restaurant that pays us to steer customers their way. etc... etc... etc...
Google has a talent for fooling people into thinking that they are offering all these great FREE services out of the goodness of their corporate heart. On the contrary, those services are very profitable, and the way they accomplish all that money making is by knowing a WHOLE HELL OF A LOT about YOU.
Anyway, it's up to you folks. But don't bitch about not getting the whole free map thing - now that you understand why it is not in Google's or Apple's or Microsoft's (or fill-in-the-blank-megacorp-giving-away-services) to provide them.
That's my $37.00 worth (I'm old and that's about what 2 cents used to be worth when I was a wee one)
Regardless of any really cool/geeky features, the underlying map data can make or break the app. Google doesn't have a problem because, well, they're using the google maps data, which is pretty decent.
On the other hand, Apple has a challenge: what maps data source do they use? Since Apple seems to be trying to avoid Google, I'm assuming that the google maps data is out. I really hope that Apple goes with a major commercial maps data source, and not openstreetmap. If Apple uses openstreetmap, I think Apple's map app is doomed, as I don't think any amount of lipstick is going to make openstreetmap look good.
(OK, don't get me wrong -- I like openstreetmap, and I like the idea of it. However, it's missing 10+-year-old roads in my area. For the people who just started frothing at the mouth and want to scream at me to say that I can edit the maps, you're missing the point. The point is not that I can go in and fix the map data. The point is that, statistically speaking, if some of the map data is inaccurate in my area, it's likely inaccurate in many other places, and this raises severe reliability/trustability issues with me. Like it or not, the google maps data is a lot more accurate than openstreetmap, and thus is a lot more trustable.)
Google is usually psycho-perfectionist about how their products perform. They still don't quite know where my business is and it's been there for 62 years. The "correction" we submitted now resulted in us being listed 3 times, once at the correct spot, all under slightly different names. I've had it claim it found something and my GPS disagrees and brings me to the correct spot several times as well. That's pretty major as far as problems go and they just can't seem to fix it. I'd focus on that more than anything if I were them.
And why we suddenly accidentally some verbs from our sentences?
As someone who almost daily uses Google Navigation on my phone and who has a 200MB data plan ... what expensive data use are we talking about?
Also is it really necessary for someone to publish their opinion in the Slashdot summary after quoting and linking to a Slashdot opinion piece?
As a contract job for Galileo (the main offline map for iOS, http://galileo-app.com/ I wrote a parser for the OpenStreetMap data. Those "X-million data points" fill 800 MB in txt.bz2 format, or 8 GB in plain text. That's why they're not provided by default. Anybody interested in parsing the 25 GB OSM planet database can contact me; I'd be happy to help. There are a few awk scripts I wrote that made it quite straightforward, and fast. You can then use BashServer (Cydia) and lighttpd on the phone, with bookmarks added to your home screen, to make an "app". The icon loads a local webpage (127.0.0.1/Scripts/poi.html), which runs Javascript to give a dialog "Enter search terms". Clicking OK triggers BashServer to run the associated shell script to generate a KML with the search results. The script then opens tells iFile to open the KML, which gives a popup asking which application to open it with. Choosing Galileo launches the "Import KML" feature, and your search results are in your offline map! Simple as that ;-).
[http://www.digitimes.com] [paywall, sorry]
Wait... People actually pay to read the BS Apple rumors that digitimes is constantly reporting?
"The escalating battle over maps demonstrates the importance of cloud apps to tech companies' larger strategies."
Stupid me, for a moment I thought the battle demonstrates the importance of location-sensitive map applications and not of "cloud" apps in general. There is a technical reason for map applications to be client/server-based, since world-wide high-resolution map data is many terrabytes in size. There is no sound technical reason for server-side data storage in the vast majority of other "cloud" apps, except for the purpose of collecting user-date, of course.