mirror of
https://github.com/imjasonh/staticmaps
synced 2026-07-22 07:49:52 +00:00
add TimeZone API
This commit is contained in:
parent
d4ffbe16cc
commit
42ad906d08
3 changed files with 66 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ const (
|
|||
StatusInvalidRequest = "INVALID_REQUEST"
|
||||
StatusRequestDenied = "REQUEST_DENIED"
|
||||
StatusUnknownError = "UNKNOWN_ERROR"
|
||||
StatusOverQueryLimit = "OVER_QUERY_LIMIT"
|
||||
)
|
||||
|
||||
// TODO: via_waypoint not documented
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue