Weโve written a small HTML5 Geolocation API web application today, that has at its core the great advice from this great link, so, thanks.
You might recall from recent times here at this blog our admiration for these โwhereโ based applications that start you off with WiFi at the beginning of your travel but donโt rely on an internet connection from then on, at Google offline maps that we referred to with the โDid you know?โ section of the recent HTML Marquee and Data Feeds and the Cache Primer Tutorial.
Well, today, we start off on a homegrown HTML5 Geolocation API web application that works best โฆ
- at the launch of the web application weโd prefer you to have WiFi connection current โฆ then โฆ
- as required, the Geolocation API functionality confirms that you allow the location of the device to be accessed โฆ and if you say โYesโ then โฆ
- you see an HTML table made up of three columns โฆ
- Start location: Name (optionally user defined), Latitude, Longitude fields (Geolocation API defined, and only relying on Javascript client once okayed initially), and a Google Charts Map Chart (that needs WiFi) โฆ that will show and work with a current WiFi connection to the internet โฆ is set once and then Javascript setTimeout moves dynamic changes to location being reflected by the next two columns, namely โฆ
- Travel location: Optional Name (optionally user defined), Latitude, Longitude fields (Geolocation API defined, and only relying on Javascript client once okayed initially), and a Google Charts Map Chart (that needs WiFi) โฆ that will show initially but will only work during the trip with a WiFi connection to the internet within reach of your device โฆ you can click the โTravelโ link to set the dynamic location changes to only show on โฆ
- End location: Name (optionally user defined, at any time), Latitude, Longitude fields (Geolocation API defined, and only relying on Javascript client once okayed initially), and a Google Charts Map Chart (that needs WiFi) โฆ that will show initially but will only work during the trip with a WiFi connection to the internet within reach of your device or perhaps because you get to resume a WiFi connection to the internet at your destination
So gave this a test run on an iPad, at basecamp with WiFi, and then walking via a half way point (where there was no WiFi)![]() |
up to the top of the street (where there was no WiFi),![]() |
and then back to the halfway point,![]() |
returning back to base![]() |
at the end. |
The tutorialpicture today shows the end iPad screenshot of an execution run where there was always a WiFi connection.
For your perusal you could try examining the HTML and Javascript programming source code you could call moving_or_nothtml and/or its corresponding live
run link.
If this was interesting you may be interested in this too.