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.
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!
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.
Maybe Google and Apple being the most visible players in the cloud competition, but I do not think they will be the only major players
Other firm that have already enter the fray, or will enter in a big way are firms that already have an online presence, such as Amazon or Facebook, or firms that have traditionally offer corporate services, such as IBM, or firms such as Microsoft; Major ISPs and Telcos may also want to branch out in this field
Even major datacenter operators may see cloud computing as an extension to their existing businesses
In fact, Digitimes reported that NTT, a Japanese Telco, has placed an order of 100,000 cloud computing servers to Quanta Computer of Taiwan
URL is at http://www.digitimes.com/news/a20120529PB200.html [paywall, sorry]
Muchas Gracias, Señor Edward Snowden !
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 ;-).