Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OverpassAPI ¶
type OverpassAPI struct {
URL string
Timeout int
Data []byte // response data
Type osm.DataFormat
}
func New ¶
func New() *OverpassAPI
func (*OverpassAPI) Query ¶
func (o *OverpassAPI) Query(query string) (err error)
Click to show internal directories.
Click to hide internal directories.