1
0
Fork 0
mirror of https://github.com/imjasonh/staticmaps synced 2026-07-22 07:49:52 +00:00

add TimeZone API

This commit is contained in:
Jason Hall 2014-10-07 10:34:13 -04:00
parent d4ffbe16cc
commit 42ad906d08
3 changed files with 66 additions and 0 deletions

View file

@ -27,6 +27,7 @@ const (
StatusInvalidRequest = "INVALID_REQUEST"
StatusRequestDenied = "REQUEST_DENIED"
StatusUnknownError = "UNKNOWN_ERROR"
StatusOverQueryLimit = "OVER_QUERY_LIMIT"
)
// TODO: via_waypoint not documented