JustFly1984 / react-google-maps-api

React Google Maps API
MIT License
1.78k stars 437 forks source link

Support `paths` prop in functional polygon version #3115

Closed michal-skyfi closed 1 year ago

michal-skyfi commented 1 year ago

Adds support for paths prop in <PolygonF />. Right now this field is specified in props but not used at all, this PR fixes it.