geoLocation property

  1. @JsonKey(name: '@GeoLocation', fromJson: OnvifUtil.nullableStringToBool)
bool? geoLocation
final

True if the device is able to stream the Geo Located positions of each target.

Implementation

@JsonKey(name: '@GeoLocation', fromJson: OnvifUtil.nullableStringToBool)
final bool? geoLocation;