Documentation ¶
Index ¶
Constants ¶
View Source
const DailyCap = time.Hour * 24 / 100000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct { AddressComponents []struct { LongName string `json:"long_name"` ShortName string `json:"short_name"` Types []string `json:"types"` } `json:"address_components"` FormattedAddress string `json:"formatted_address"` Geometry struct { Location struct { Lat float64 `json:"lat"` Lng float64 `json:"lng"` } `json:"location"` LocationType string `json:"location_type"` Viewport struct { Northeast struct { Lat float64 `json:"lat"` Lng float64 `json:"lng"` } `json:"northeast"` Southwest struct { Lat float64 `json:"lat"` Lng float64 `json:"lng"` } `json:"southwest"` } `json:"viewport"` } `json:"geometry"` PlaceID string `json:"place_id"` PlusCode struct { CompoundCode string `json:"compound_code"` GlobalCode string `json:"global_code"` } `json:"plus_code"` Types []string `json:"types"` }
Click to show internal directories.
Click to hide internal directories.