activityHash property

  1. @JsonKey(name: 'activityHash')
int? activityHash
getter/setter pair

If this is populated, this is the activity you have to be playing in order to see this location appear because of this mapping. (theoretically, a location can have multiple mappings, and some might require you to be in a specific activity when others don't)

Implementation

@JsonKey(name:'activityHash')
int? activityHash;