Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReverseMaps ¶
type ReverseMaps struct {
PlaceID int `json:"place_id"`
License string `json:"license"`
OsmType string `json:"osm_type"`
OsmID int `json:"osm_id"`
Lat string `json:"lat"`
Lon string `json:"lon"`
DisplayName string `json:"display_name"`
Address Address `json:"address"`
BoundingBox []string `json:"boundingbox"`
}
Click to show internal directories.
Click to hide internal directories.