Uses of Class
com.dlsc.gmapsfx.service.geocoding.GeocoderStatus
| Package | Description |
|---|---|
| com.dlsc.gmapsfx | |
| com.dlsc.gmapsfx.service.geocoding |
-
Uses of GeocoderStatus in com.dlsc.gmapsfx
Methods in com.dlsc.gmapsfx with parameters of type GeocoderStatus Modifier and Type Method Description voidMainApp. geocodedResultsReceived(GeocodingResult[] results, GeocoderStatus status)voidMainApp2. geocodedResultsReceived(GeocodingResult[] results, GeocoderStatus status) -
Uses of GeocoderStatus in com.dlsc.gmapsfx.service.geocoding
Methods in com.dlsc.gmapsfx.service.geocoding that return GeocoderStatus Modifier and Type Method Description static GeocoderStatusGeocoderStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GeocoderStatus[]GeocoderStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dlsc.gmapsfx.service.geocoding with parameters of type GeocoderStatus Modifier and Type Method Description voidGeocodingServiceCallback. geocodedResultsReceived(GeocodingResult[] results, GeocoderStatus status)