I've optimized a page for mobile devices that shows a google map.
I'd like to display the user's location in the same way the the Android and Iphone GoogleMaps application does (i.e. blue triangle with larger circle indicating margin of error). I'd also like this marker's location to change and update as the user moves.
Is this something I can implement in a map created using the Javascript API or is this only possible on mobile apps for Android and Iphone?
I am comfortable obtaining geolocation as from the link below.