activityPathBundle property

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

If we had map information, this would tell us something cool about the path this location wants you to take. I wish we had map information.

Implementation

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