Uses of Enum
com.cercalia.sdk.model.geocoding.GeocodingLevel
Packages that use GeocodingLevel
-
Uses of GeocodingLevel in com.cercalia.sdk.model.geocoding
Methods in com.cercalia.sdk.model.geocoding that return GeocodingLevelModifier and TypeMethodDescriptionstatic GeocodingLevelParses a Cercalia level string toGeocodingLevel.@Nullable GeocodingLevelGeocodingCandidate.getLevel()Returns the precision level of this geocoding result.static GeocodingLevelReturns the enum constant of this type with the specified name.static GeocodingLevel[]GeocodingLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cercalia.sdk.model.geocoding with parameters of type GeocodingLevelModifier and TypeMethodDescriptionGeocodingCandidate.Builder.level(GeocodingLevel level) Sets the precision level of this geocoding result.