location

package
v0.0.0-...-a9e353d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressInfo

type AddressInfo struct {
	City            string `json:"city"`
	Country         string `json:"country"`
	PostalCode      string `json:"postal_code"`
	StateOrProvince string `json:"state_or_province"`
	Street          string `json:"street"`
	StreetNumber    string `json:"street_number"`
	Unit            string `json:"unit"`
}

AddressInfo contains structured fields for an address. All fields should be strings.

type Coordinates

type Coordinates struct {
	Latitude  float64 `json:"latitude"`
	Longitude float64 `json:"longitude"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL