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