Can LBS Be Free?

Navigation and Location USA 2008

Today I spoke at the Telematics Update event, Navigation and Location USA 2008, in San Jose. The basic question of “Can LBS Be Free?” can be summed up quickly:

“Yes, but there is no free lunch. Someone will have to pay for it.”


Make Money On the panel with me was Kate Edwards, CEO of Jentro, Hakan Kostepen, Director from Panasonic, Dave Daetz, Senior Director, Corporate Development at Palm, and Rich Rudow, Managing Director at Trimble Outdoors. We tried to highlight a few ways to make money in LBS and provide some insight for both business and technical folks in the audience.

There are lots of models which are being embraced by the entire ecosystem from Handset OEMs, Mobile Operators, Content Portals and even the end user. Aside from traditional models such as Pay-Per-Use, Monthly or Annual Subscription, two models have been gaining some traction: Freemium and Ad-Supported.

Freemium is a business model which works by offering basic services for free, while charging a premium for advanced or special features.

Source: Wikipedia

The freemium model is taking off because users like getting access and services because most of the basic things are available, but the granularity of detail may be less than ideal. An example is Google Maps. The version of the web is free, but the 100% accuracy and most updated maps might not be available in all locations. It will continually improve, there will still be gaps. Users instill a high level of confidence, but know that there is a small chance for error. If you want greater accuracy or enhancements for their mapping service, you can pay a license fee for Google Earth Pro or other related products.

The Ad-Supported model has had a long promise that target ads will be a way to monetize a free service. The problem with this is that you would need an enormous amount of traffic in order to provide a sustainable revenue stream (Google is a prime example). The alternative is to have a large sales force who could help you close product placement ads for your LBS service.

It wasn’t that long ago when the hype and promise of what LBS can deliver against what was actually available was still sorely lacking. But as more infrastructure is being deployed, subscribers getting more using LBS information seamlessly with their applications. Application developers have started to use this as a differentiator and to highlight a new way of thinking about location search and results based on the maps and data points overlay instead of a list of text links. This visual component is very eye-catching and can pack a dense amount of information in a very small area (particularly useful for small screens on a mobile phone).

We are still heading for a conclusion as to what can be free and what must ultimately be subsidized in some form or another. But as the cost of data and access hover above zero, and the user demands more for less, I believe that subsidy in the form of ads or a freemium model can provide large uptake but not contribute to phenomenal initial profit.

My slides from the presentation can be found here: PDF.

Related Posts:
  1. Mobile Upgrades Updates and More...

  2. FREE Pass to 2010 Uplinq Qualcomm Developer Conference...

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

  4. Mobile, Marseille, Mon Dieu!...

  5. Navigation and Location USA 2008...

blog comments powered by Disqus
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);