Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultGSIURL = "https://mreversegeocoder.gsi.go.jp/reverse-geocoder/LonLatToAddress"
View Source
const DefaultNominatimURL = "https://nominatim.openstreetmap.org/reverse"
Variables ¶
ErrGSIUnavailable indicates that the GSI API is temporarily unavailable (502/503/504)
Functions ¶
Types ¶
type Area ¶
type HandlerConfig ¶
type NominatimClient ¶
type NominatimClient struct {
// contains filtered or unexported fields
}
func NewNominatimClient ¶
func NewNominatimClient(httpClient *http.Client, url, userAgent string) *NominatimClient
Click to show internal directories.
Click to hide internal directories.