Uses of Class
com.dlsc.gmapsfx.service.geocoding.GeocoderAddressComponentType
| Package | Description |
|---|---|
| com.dlsc.gmapsfx.service.directions | |
| com.dlsc.gmapsfx.service.geocoding |
-
Uses of GeocoderAddressComponentType in com.dlsc.gmapsfx.service.directions
Methods in com.dlsc.gmapsfx.service.directions that return types with arguments of type GeocoderAddressComponentType Modifier and Type Method Description List<GeocoderAddressComponentType>DirectionsGeocodedWaypoint. getTypes() -
Uses of GeocoderAddressComponentType in com.dlsc.gmapsfx.service.geocoding
Methods in com.dlsc.gmapsfx.service.geocoding that return GeocoderAddressComponentType Modifier and Type Method Description static GeocoderAddressComponentTypeGeocoderAddressComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeocoderAddressComponentType[]GeocoderAddressComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dlsc.gmapsfx.service.geocoding that return types with arguments of type GeocoderAddressComponentType Modifier and Type Method Description List<GeocoderAddressComponentType>GeocoderAddressComponent. getTypes()List<GeocoderAddressComponentType>GeocodingResult. getTypes()