Uses of Class
global.maplink.geocode.schema.PointOfInterest
-
Packages that use PointOfInterest Package Description global.maplink.geocode.schema.suggestions -
-
Uses of PointOfInterest in global.maplink.geocode.schema.suggestions
Methods in global.maplink.geocode.schema.suggestions that return PointOfInterest Modifier and Type Method Description PointOfInterestSuggestion. getPoi()Methods in global.maplink.geocode.schema.suggestions with parameters of type PointOfInterest Modifier and Type Method Description Suggestion.SuggestionBuilderSuggestion.SuggestionBuilder. poi(PointOfInterest poi)Constructors in global.maplink.geocode.schema.suggestions with parameters of type PointOfInterest Constructor Description Suggestion(String id, PointOfInterest poi, Address address, Type type, Float score, Double distance, String polygonWKT, String label)
-