geoLocation property

  1. @JsonKey(name: 'GeoLocation')
bool? geoLocation
final

Optional parameter to configure if the metadata stream shall contain the Geo Location coordinates of each target.

Implementation

@JsonKey(name: 'GeoLocation')
final bool? geoLocation;