I am using following code to get the location of user in phonegap (it works fine)
function getLocation() { var win = function(position) { var lat
Use icon inside marker like
var Marker = new google.maps.Marker({ map: map, animation: google.maps.Animation.DROP, position: "", icon: /bluedot.png });
you can use this google map location indication circular blue dot icon similar to the google map