Portfolio » Mobile Applications
Finding Places
Using google maps one can access groups of services using the type features. The following is an iphone styled application which allows the user to select various services and see if it is located near then using html5 geolocation.
Features
- Geo location
- JQuery
- HTML 5
- CSS 3
- Unobtrusive JavaScript
Code Snippet
$('#map-sec').hide(); $userSelectObj.onchange = function() { selIndex = $userSelectObj.selectedIndex; userSelectTXT = $userSelectObj.options[selIndex].value; navigator.geolocation.getCurrentPosition(doSomething, errorHandle); }; .... |
screenshots
« Back to the mobile applications