When I place a Large image as a marker I can not resize it and it looks very large on the map, and when I place a small one it looks pixelated, Help!
There is some way to resize an image with good resolution.
let icon = 'www/assets/images/car3.png';
let position: GoogleMapsLatLng = new GoogleMapsLatLng(0,0);
let markerOptions: GoogleMapsMarkerOptions = {
position: position,
icon:icon
};