Documentation ¶ Index ¶ type Postcode Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Postcode ¶ type Postcode struct { City string `json:"city"` State string `json:"state"` Postcode string `json:"postcode"` Location *maps.LatLng `json:"location"` // The centroid of the postcode } Source Files ¶ View all Source files postcode.go Click to show internal directories. Click to hide internal directories.