autoGeo property

  1. @JsonKey.new(name: '@AutoGeo', fromJson: OnvifUtil.nullableStringToBool)
bool? autoGeo
final

If set the geo location is obtained internally.

Implementation

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