distance property

  1. @JsonKey(fromJson: stringToInt)
int distance
getter/setter pair

distance from the center coordinate. Only exists when x and y parameters are provided to the API.

Implementation

@JsonKey(fromJson: stringToInt)
int distance;