heregeocoder:HERE Geocoder介面

时间:2024-04-03 21:56:02
【文件属性】:

文件名称:heregeocoder:HERE Geocoder介面

文件大小:3KB

文件格式:ZIP

更新时间:2024-04-03 21:56:02

Python

这里的Geocoder介面 这是一个Python模块,将实现与Here Geocoder一起使用的两个基本功能: 通过X / Y坐标对获取正式地址 通过地址字符串获取坐标对 这里的Geocoder API密钥 有效的Here Geocoder API密钥是操作heregeocoder模块所必需的。 使用以下示例内容将名为here_geocoder_credentials.py的新文件添加到模块的根目录: """Secret Here Geocoder API key.""" APIKEY = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' 这将导入到程序包中,并提供对所有功能的访问。


【文件预览】:
heregeocoder-main
----heregeocoder()
--------__init__.py(261B)
--------heregeocoder.py(3KB)
----setup.py(292B)
----.gitignore(110B)
----README.md(631B)

网友评论