Portfolio » Mobile Applications

Line

Finding Places

Home Page

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




Code Snippet

 


 $('#map-sec').hide();
		
	$userSelectObj.onchange = function() {
		selIndex = $userSelectObj.selectedIndex;	
		userSelectTXT = $userSelectObj.options[selIndex].value;
	    navigator.geolocation.getCurrentPosition(doSomething, errorHandle);	
        
	};
	....


	   


screenshots

Map selection.



« Back to the mobile applications