Open send2moran opened 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 } } ]}
`
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 } } ]}