WCA LBS Event

This event held at Parc in Palo Alto was about what’s next in Location Based Services. The style of the event was similar to how Demo is run. Presenters get a tight timeframe to present the company and their product/service. Afterwards a rapid fire question and answer session ensues. It’s grueling, but for those who suffer from tech ADHD, you get the core highlights.

One of the more interesting services that was shown was GeoSpot. Joe Chen, Founder at GeoSpot talked about how location information for brick and mortar places such as coffee shops, banks, restaurants and stores were one level of information that people seek. The problem beyond this is knowing if that merchant is open or closed. This is adding in a time and local surfing filter. What this means is getting the store hours and detailed features of a store. As shown by the pictures (from GeoSpot), you not only get info about a Starbucks near you, but also the hours of operation, services such as WiFi access and whether or not they have a drive-through. These little incremental improvements over an address or point of interest in a map can help decision making easier.

I tried to compare this with Yelp on my iPhone and while it has improved some of the details about their database of listings, I think the color-coded dashboard is a better UI (Geospot) than simply putting hours of operation (Yelp).

The other interesting presentation was by Steve Lee, Product Manager for Google Maps for Mobile from Google. First off, this was one of the first presentation I have heard in a while from Google, where they actually talked about the technology as well as disclose information about their product offering and more. This was a welcome change! He first mentioned that the company is using cell tower based location and not relying on GPS. They have over 200+ carrier relationships and support 2G, 2.5G, 3G and CDMA networks. The list of phones currently supported:

  • RIM Blackberry
  • Windows Mobile
  • Symbian
  • SonyEricsson
  • Apple iPhone
  • Palm Centro
  • Google Android

Google claims that they do not capture mobile phone numbers and that all data is anonymous, only obtaining aggregated cell tower location database information. Based on the current API that Google has access to, they can only get the CellID from the tower, instead of triangulation, thus the accuracy of Google Maps is somewhat lacking. This will improve however through higher subscriber usage. He admitted that in some places the accuracy is potentially off by many meters, but over time will get better.

I have first-hand seen this on my iPhone as I have tried it several times either lagging behind my actual location, or when I turn, charting my position off the path of travel and then correcting after a few seconds. There are a few cell sites that I regularly pass by that have the noticable lag of location update.

All in all this was a great event and I hope that I can attend future WCA (Wireless Communications Alliance) events.

Related Posts:
  1. EVENT: Social Gaming Panel 2010 at Google...

  2. EVENT: MetaPlaces – How To Monetize Location Data & Services...

  3. EVENT: VCTaskforce: Rise of the Mobile Application Store...

  4. Under the Radar Mobility Event – The Place to Be Heard...

  5. Silicon Valley WebGuild Event: Mobile Advertising...

  6. Filed under: Apple, Google, Google Android, LBS, Mobile, event, iPhone
blog comments powered by Disqus

Powered in part by Linkshare Merchandiser WP Plugin google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);