Im try to change the default blue dot and circle that Google Maps API V2 uses to set my position using GPS.
How can i change default google maps GPS dot and circle, to my own .ico? I am using:
mMap.setMyLocationEnabled(true);
and i also have a LatLng variable with the current location. Im using Google Maps API V2.
Thanks in advance