Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
ApiUrl, ApiToken string
}
func (*Client) GeocodePostalCode ¶
func (c *Client) GeocodePostalCode(postalCode string) (Coordinates, error)
type Coordinates ¶
type Coordinates struct {
Latitude, Longitude float64
}
Click to show internal directories.
Click to hide internal directories.