SkillAgentSearch skills...

Thrall

python api for amap/...

Install / Use

/learn @FriesI23/Thrall
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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_code
  • regeo_code
  • search_text
  • search_around
  • suggest
  • distance
  • riding

AMAP Batch interface support

  • geo_code
  • regeo_code
  • search_text
  • search_around
  • suggest
  • distance
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3y ago
Forks1

Languages

Python

Security Score

75/100

Audited on Jan 28, 2023

No findings