Skip to content

Commit

Permalink
Merge pull request #490 from P72B/488_geojson_fromjson
Browse files Browse the repository at this point in the history
#488 Made Feature member id protected
  • Loading branch information
amuramoto committed May 11, 2019
2 parents 95f0245 + b600ab0 commit 965c2d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion library/src/com/google/maps/android/data/Feature.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/
public class Feature extends Observable {

private final String mId;
protected String mId;

private final Map<String, String> mProperties;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
*/
public class GeoJsonFeature extends Feature implements Observer {

private final String mId;

private final LatLngBounds mBoundingBox;

private GeoJsonPointStyle mPointStyle;
Expand Down

0 comments on commit 965c2d4

Please sign in to comment.