| Package | Description |
|---|---|
| com.lynden.gmapsfx | |
| com.lynden.gmapsfx.service.geocoding |
| Modifier and Type | Class and Description |
|---|---|
class |
MainApp
Example Application for creating and loading a GoogleMap into a JavaFX
application
|
class |
MainApp2
Example Application for creating and loading a GoogleMap into a JavaFX
application
|
| Modifier and Type | Field and Description |
|---|---|
GeocodingServiceCallback |
GeocodingService.callback |
| Modifier and Type | Method and Description |
|---|---|
void |
GeocodingService.geocode(String address,
GeocodingServiceCallback callback) |
void |
GeocodingService.getGeocoding(GeocoderRequest req,
GeocodingServiceCallback callback) |
void |
GeocodingService.reverseGeocode(double lat,
double lon,
GeocodingServiceCallback callback) |
Copyright © 2017. All rights reserved.