Uses GoogleMap JavaScript V3 API to show a map inside WebView. GoogleMap.AsPane returns a Pane which should be added to the nodes tree. The map is only ready after Ready event is raised. Requires Java 8+.
Events:
Ready CameraChange (Position As CameraPosition) Click (Point As LatLng) CircleClick (SelectedCircle As MapCircle) MarkerClick (SelectedMarker As Marker) PolygonClick (SelectedPolygon As MapPolygon) PolylineClick (SelectedPolyline As MapPolyline)