Uses of Class
global.maplink.geocode.schema.reverse.ReverseRequest.Entry
-
Packages that use ReverseRequest.Entry Package Description global.maplink.geocode.schema.reverse -
-
Uses of ReverseRequest.Entry in global.maplink.geocode.schema.reverse
Methods in global.maplink.geocode.schema.reverse that return ReverseRequest.Entry Modifier and Type Method Description ReverseRequest.EntryReverseRequest.Entry.EntryBuilder. build()static ReverseRequest.EntryReverseRequest. entry(double lat, double lon)static ReverseRequest.EntryReverseRequest. entry(String id, double lat, double lon)static ReverseRequest.EntryReverseRequest. entry(String id, double lat, double lon, int distance)static ReverseRequest.EntryReverseRequest. entry(String id, BigDecimal lat, BigDecimal lon)static ReverseRequest.EntryReverseRequest. entry(String id, BigDecimal lat, BigDecimal lon, int distance)static ReverseRequest.EntryReverseRequest. entry(BigDecimal lat, BigDecimal lon)Methods in global.maplink.geocode.schema.reverse that return types with arguments of type ReverseRequest.Entry Modifier and Type Method Description List<ReverseRequest.Entry>ReverseRequest. getEntries()Methods in global.maplink.geocode.schema.reverse with parameters of type ReverseRequest.Entry Modifier and Type Method Description ReverseRequest.ReverseRequestBuilderReverseRequest.ReverseRequestBuilder. entry(ReverseRequest.Entry entry)Method parameters in global.maplink.geocode.schema.reverse with type arguments of type ReverseRequest.Entry Modifier and Type Method Description ReverseRequest.ReverseRequestBuilderReverseRequest.ReverseRequestBuilder. entries(Collection<? extends ReverseRequest.Entry> entries)static ReverseRequestReverseRequest. of(List<ReverseRequest.Entry> entries)
-