Código:
Les estaría muuuy agradecido si me ayudan por que tengo problemas para "posicionar" el código correcto en canvas y no sé como hacerlo. Desde ya muchas gracias ! sURL = 'URL'; iWidth = 87; iHeight = 90; mImage = new google.maps.MarkerImage(sURL, new google.maps.Size(iWidth,iHeight), new google.maps.Point(0,0), new google.maps.Point(Math.round(iWidth/2),Math.round(iHeight/2))); var oMarker = new google.maps.Marker({ 'position': new google.maps.LatLng(iStartLat,iStartLon), 'map': map, 'title': 'Mi punto', 'icon': mImage