Uses of Class
global.maplink.geocode.schema.Type
-
Packages that use Type Package Description global.maplink.geocode.schema global.maplink.geocode.schema.structured global.maplink.geocode.schema.suggestions -
-
Uses of Type in global.maplink.geocode.schema
Methods in global.maplink.geocode.schema that return Type Modifier and Type Method Description static TypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type[]Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Type in global.maplink.geocode.schema.structured
Methods in global.maplink.geocode.schema.structured that return Type Modifier and Type Method Description TypeStructuredRequest.Single. getType()Methods in global.maplink.geocode.schema.structured with parameters of type Type Modifier and Type Method Description StructuredRequest.Single.SingleBuilderStructuredRequest.Single.SingleBuilder. type(Type type) -
Uses of Type in global.maplink.geocode.schema.suggestions
Methods in global.maplink.geocode.schema.suggestions that return Type Modifier and Type Method Description TypeSuggestion. getType()TypeSuggestionsRequest. getType()Methods in global.maplink.geocode.schema.suggestions with parameters of type Type Modifier and Type Method Description voidSuggestionsRequest. setType(Type type)Suggestion.SuggestionBuilderSuggestion.SuggestionBuilder. type(Type type)SuggestionsRequest.SuggestionsRequestBuilderSuggestionsRequest.SuggestionsRequestBuilder. type(Type type)Constructors in global.maplink.geocode.schema.suggestions with parameters of type Type Constructor Description Suggestion(String id, PointOfInterest poi, Address address, Type type, Float score, Double distance, String polygonWKT, String label)
-