Documentation
¶
Overview ¶
Package maps implements common Google Maps API features.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressLocation ¶
type AddressLocation struct {
Address string `json:"address"`
}
AddressLocation represents a location as an address string.
func (AddressLocation) EncodeValues ¶
func (location AddressLocation) EncodeValues(key string, v *url.Values) error
EncodeValues encodes AddressLocation into URL form.
type Geometry ¶
type Geometry struct {
Location LatLngLocation `json:"location"`
}
Geometry represents location geometry.
type LatLngLocation ¶
LatLngLocation represents a location as latlng coordinates.
func (LatLngLocation) EncodeValues ¶
func (location LatLngLocation) EncodeValues(key string, v *url.Values) error
EncodeValues encodes LatLngLocation into URL form.
Directories
¶
Path | Synopsis |
---|---|
Package distancematrix computes a distance matrix between points using Google's API.
|
Package distancematrix computes a distance matrix between points using Google's API. |
Package geocoding implements simple geocoding functions.
|
Package geocoding implements simple geocoding functions. |
Package places implements Google's Places API.
|
Package places implements Google's Places API. |
nearbysearch
Package nearbysearch implements Google Place's Nearby Search API.
|
Package nearbysearch implements Google Place's Nearby Search API. |
Click to show internal directories.
Click to hide internal directories.