Skip to content

Commit

Permalink
SuggestLocationsResult: Make SuggestedLocations public, so their prio…
Browse files Browse the repository at this point in the history
…rity can be used for custom sorting.
  • Loading branch information
grote authored and schildbach committed Jan 31, 2017
1 parent 9f5000b commit dd809ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public enum Status {

public final @Nullable ResultHeader header;
public final Status status;
private final List<SuggestedLocation> suggestedLocations;
public final List<SuggestedLocation> suggestedLocations;

public SuggestLocationsResult(final ResultHeader header, final List<SuggestedLocation> suggestedLocations) {
this.header = header;
Expand Down

0 comments on commit dd809ad

Please sign in to comment.