Documentation
¶
Overview ¶
Package structs is used to define all structures that are used to get the results in the JSON
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct { LongName string `json:"long_name"` ShortName string `json:"short_name"` Types []string `json:"types"` }
Address store each address is identified by the 'types'
type Geometry ¶
type Geometry struct { Bounds Bounds `json:"bounds"` Location LatLng `json:"location"` LocationType string `json:"location_type"` Viewport Bounds `json:"viewport"` }
Geometry store each value in the geometry
Click to show internal directories.
Click to hide internal directories.