heading property

  1. @JsonKey(name: 'heading')
int? get heading
inherited

Optional. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.

Implementation

@JsonKey(name: 'heading')
int? get heading;