iniamudhan / react-bingmaps

Bingmaps in React.js
MIT License
26 stars 42 forks source link

add irregularPolygons support #37

Open send2moran opened 4 years ago

send2moran commented 4 years ago

add option to add array of points with line connecting the points and option to add pushPin for each point.

`<ReactBingmaps bingmapKey={key} center={position} zoom={7} irregularPolygons={[ { points: [[0,0 ], [1,1]], option: { strokeThickness: 2, color: 'red', withPushPin: true } } ]}

`