FlowingCode / GoogleMapsAddon

Vaadin Addon based on Google Maps Web Component
https://www.flowingcode.com/en/open-source/
Apache License 2.0
19 stars 7 forks source link

Add support for polylines #112

Closed paodb closed 6 months ago

paodb commented 6 months ago

Close #102

According to the web component a Polygon and a Polyline are the same, the difference relies on the "closed" attribute: when "true" it's a polygon, when "false" it's a polyline. So this solution adds a GoogleMapPoly class containing all common logic and polygon and polyline classes extend from it.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

2 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud