Thrall
python api for amap/...
Install / Use
/learn @FriesI23/ThrallREADME
Thrall
amap/qqmap/admap python api
Usage AMAP
from thrall.amap import session
r = session.riding('116.434307,39.90909', destination=(116.434446,39.90816))
r.data
Use for your own amap-key:
from thrall.amap.session import AMapSession
session = AMapSession(default_key=your_key)
r = session.riding('116.434307,39.90909', destination=(116.434446,39.90816))
AMAP Interface
batch *geo_coderegeo_codesearch_textsearch_aroundsuggestdistanceriding
AMAP Batch interface support
geo_coderegeo_codesearch_textsearch_aroundsuggestdistance
