location property

  1. @JsonKey(name: 'Location', fromJson: OnvifUtil.mappedToString)
String location
final

Informative description of the physical location of the source, e.g. the coordinates on a map.

Implementation

@JsonKey(name: 'Location', fromJson: OnvifUtil.mappedToString)
final String location;