Uses of Enum
com.cercalia.sdk.model.reversegeocoding.ReverseGeocodeLevel
Packages that use ReverseGeocodeLevel
-
Uses of ReverseGeocodeLevel in com.cercalia.sdk.model.reversegeocoding
Methods in com.cercalia.sdk.model.reversegeocoding that return ReverseGeocodeLevelModifier and TypeMethodDescriptionstatic @Nullable ReverseGeocodeLevelConverts a string value to a ReverseGeocodeLevel.@Nullable ReverseGeocodeLevelReverseGeocodeOptions.getLevel()Returns the level of detail for the result.static ReverseGeocodeLevelReturns the enum constant of this type with the specified name.static ReverseGeocodeLevel[]ReverseGeocodeLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cercalia.sdk.model.reversegeocoding with parameters of type ReverseGeocodeLevelModifier and TypeMethodDescriptionReverseGeocodeOptions.Builder.level(ReverseGeocodeLevel level) Sets the level of detail for the result.