You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
Just thought I'd post this to help anyone out that's having issues with the placement of the icon. You can set the anchor point of the icon with: anchor: new google.maps.Point(18.25, -5).
Just thought I'd post this to help anyone out that's having issues with the placement of the icon. You can set the anchor point of the icon with: anchor: new google.maps.Point(18.25, -5).
Here's an example:
var fontAwesomeIcon = {
path: fontawesome.markers.MAP_MARKER,
scale: 0.8,
strokeWeight: 0.2,
strokeColor: 'black',
strokeOpacity: 1,
fillColor: '#f8ae5f',
fillOpacity: 0.7,
anchor: new google.maps.Point(18.25, -5)
};
The text was updated successfully, but these errors were encountered: