locationHex property

  1. @JsonKey(name: 'location_hex')
String? locationHex
final

The H3 index of the res 8 hex where the hotspot is located.

H3 resolution 8 has hexagon sides ~461.35 metres long.

Implementation

@JsonKey(name: 'location_hex')
final String? locationHex;