public class SearchResult extends Object
| Modifier and Type | Field and Description |
|---|---|
SearchLevel |
level |
List<ResolvedLocation> |
locations |
Set<String> |
parentCodes |
Set<Integer> |
parentIds |
| Constructor and Description |
|---|
SearchResult(SearchLevel level,
List<ResolvedLocation> locations,
Set<Integer> parentIds,
Set<String> parentCodes) |
public final SearchLevel level
public final List<ResolvedLocation> locations
public SearchResult(SearchLevel level, List<ResolvedLocation> locations, Set<Integer> parentIds, Set<String> parentCodes)
public ResolvedLocation getBestLocation()
Copyright © 2012–2014 Berico Technologies. All rights reserved.