Skip to content

Commit

Permalink
mark additional deprecations for alt_id and scope in PlaceDetails (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Oct 1, 2019
1 parent 1522cf7 commit 9b70cb3
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 9b70cb3

Please sign in to comment.