1
Changing this icon is not possible, however you can disable it and insert a custom Marketer in the same position.
googleMapObject.addMarker(new MarkerOptions()
.position(new LatLng(lat, lng))
.icon(BitmapDescriptorFactory.fromResource(R.drawable.minha_imagem))
);
Use preferably the FusedLocationProvider
to know the user’s location.
Your answer would be appreciated if you explained how to use this "custom Marker". The way it looks more like a comment than a response.
– ramaral
@ramaral made!
– Androiderson