dlsc-software-consulting-gmbh / GMapsFX

Java API for using Google Maps within a JavaFX application.
http://rterp.github.io/GMapsFX/
Apache License 2.0
319 stars 119 forks source link

Any way to use google.maps.geometry? #181

Open zaamold opened 5 years ago

zaamold commented 5 years ago

I've been trying to use google.maps.geometry calls, but then I looked in your GMapObjectType class and saw that it wasn't listed as a value in the Strings there. Is there any way to include it in the project so that we can use those functions? We're trying to access the containsLocation() function in the google.maps.geometry.poly package. Thanks!