Geoff

Results 38 comments of Geoff

Can't you just refer to one of them by fully qualified name?

Sorry, my brain must have been on holidays like the rest of me... There isn't a MapType class, there is only com.lynden.gmapsfx.javascript.object.MapTypeIdEnum which is used for setting the map type....

This is an issue with WebView and Google Maps that is causing us some grief. I'll test out some different events against the underlying map to see which clear things...

We're intercepting events only enough to provide workarounds for specific issues, everything else is passed straight through to the map. Having looked around there doesn't seem to be explicit support...

Hi Martin, Do you know if GoogleMapView.initialiseScript is called? mapLibraryLoaded() is called as a result of the Maps API callback, but that is initiated by the WebEngine load worker succeeding....

https://github.com/rterp/GMapsFX/issues/83 explains how to add a listener to a marker. Does this let you achieve what you're after?

I had a lot of trouble trying to do the same, in the end it seemed easier to implement the shapes within GMapsFX.

The API key is supplied by using one of the com.lynden.gmapsfx.GoogleMapView constructors that takes a key argument. @ManifoldFR apparently it does!

@ricmf Google does offer the ability to restrict referrers: https://developers.google.com/maps/documentation/javascript/get-api-key#key-restrictions If you need more security, one way to deal with it would be to store the key somewhere else and...

The content of the InfoWindow can be set via the content() call on the InfoWindowOptions or on the InfoWindow itself using setContent(). This is HTML, and is run in the...