iPhone, GPS and LA Driving

Apple iPhone Google Maps


Last week I had to travel to Los Angeles for two days of meetings. I opted to use my iPhone as my GPS navigation unit, rather than pay the extra money for the Rental Car Companies Nav Unit. On the first day of meetings, I landed in LAX and had to drive north in the morning and eventually make my way down to Orange County in the evening, for the following day’s meetings.

POSITIVE: After a bit of tapping on the screen, the iPhone performed well at giving me accurate directions, traffic information and approximate drive times. Each and every address combined with clicking “Current Location” always gave me directions that I could follow.

NEGATIVE: Fumbling with typing an exact address takes a little while, but best to be accurate. I’m still not a fan of the auto-correction feature. I forgot to bring some kind of suction cup mounting thingie, so I set my iPhone on my lap and picked it up after reaching the next waypoint on my journey. With the “No Texting” Law in effect in California, I had to be particularly careful not to appear that I was texting or talking while driving.

REALLY NEGATIVE: After 12 hours of consistent use of the Navigation and sending and receiving email, the battery was almost dead. My bet is that the GPS and mapping tends to drain to battery quite a bit. I’m also sure that the constant switching between EDGE and 3G while traversing Los Angeles and Orange County also adds to the battery drain.

DAY TWO: With a second day of meetings, I tried to manage the battery life of my iPhone a bit better. One trick that I used to conserve battery power was to click the Power button on the top on the iPhone after I looked at the next set of directions to follow. Since the little blue dot did not have to track my location against the Google Map, that probably helped. I also switched to List View instead of Map View which also helped to save some energy.

TAKEAWAY: I should bring my cigarette plug for my iPhone, the next time I have to do some serious all day driving with meetings, or for any roadtrip for that matter.

Related Posts:
  1. iPhone Problem – Temperature Error...

  2. Podcast: Developing iPhone Applications...

  3. Toyota Prius and Apple iPhone 4, Not Yet Compatible...

  4. Apple iPhone-iTunes Syncing Recovery...

  5. Obama on My iPhone...

View Comments to “iPhone, GPS and LA Driving”

  1. I wonder how that would deal with the new laws in Ontario which do not allow you to use any electronic hand held device while driving (including mp3 players and phones) with the one exception of a gps mounted to the dash or windsheild. Does that make it a GPS or a phone by our lovely new legal standards?
    masini de inchiriat

  2. mobileslate November 17, 2009

    odelle: Good point. Are you violating the law if you get a phone call while looking at your iPhone giving you directions while driving?

  3. mobileslate November 17, 2009

    odelle: Good point. Are you violating the law if you get a phone call while looking at your iPhone giving you directions while driving?

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);