heading property

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

Optional. The direction in which user is moving, in degrees; 1-360. For active live locations only.

Implementation

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