React-google-maps: Is there a way to use google.maps.Point?

Created on 26 Sep 2017  路  1Comment  路  Source: tomchentw/react-google-maps

Hello there, I have a doubt about using marker Point anchor, Im using SVG path and the position is more for the right/bottom. the default icon is like bottom/center.

Most helpful comment

Found a solution, on icon object, use:
anchor { x: 100, y: 100 }

it will change icon's position, can close the issue.

>All comments

Found a solution, on icon object, use:
anchor { x: 100, y: 100 }

it will change icon's position, can close the issue.

Was this page helpful?
0 / 5 - 0 ratings