position property

  1. @JsonKey(name: 'position')
List<double>? position
final

The spatial center point of the sound insulation area. This parameter is an array of length 3, and the three values represent the front, right, and top coordinates in turn.

Implementation

@JsonKey(name: 'position')
final List<double>? position;