Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/main/java/com/google/maps/model/PlaceDetails.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class PlaceDetails implements Serializable {
public String placeId;

/** The scope of the placeId. */
public PlaceIdScope scope;
@Deprecated public PlaceIdScope scope;

/** The Plus Code location identifier for this place. */
public PlusCode plusCode;
Expand All @@ -83,6 +83,7 @@ public class PlaceDetails implements Serializable {
/** The number of user reviews for this place */
public int userRatingsTotal;

@Deprecated
public static class AlternatePlaceIds implements Serializable {

private static final long serialVersionUID = 1L;
Expand Down