我想使用这里的REST API获取位置的时区(lat / long)。我知道有一个Google时区API来执行此操作,但我在这里的REST API的任何“反向地理编码”API响应中都看不到任何时区信息。
答案 0 :(得分:1)
对于反向地理编码,您需要向请求添加其他参数locationattributes=tz
。示例请求:
https://reverse.geocoder.cit.api.here.com/6.2/reversegeocode.json
?prox=50.112,8.683,100
&mode=retrieveAddresses
&app_id=xxx
&app_code=yyy
&gen=9
&locationattributes=tz
您可以通过链接找到可用输入参数的完整说明:https://developer.here.com/rest-apis/documentation/geocoder/topics/resource-reverse-geocode.html