TIMapboxGeocoder:Objective-C中的Mapbox地址解析器

时间:2021-05-08 06:09:30
【文件属性】:
文件名称:TIMapboxGeocoder:Objective-C中的Mapbox地址解析器
文件大小:116KB
文件格式:ZIP
更新时间:2021-05-08 06:09:30
Objective-C TIMapboxGeocoder 要求 ios7或更高版本 安装 TIMapboxGeocoder可通过。 要安装它,只需将以下行添加到您的Podfile中: pod "TIMapboxGeocoder" 用法 首先,导入此库: # import " TIMapboxGeocoder.h " 初始化 TIMapboxGeocoder* geocoder = [[TIMapboxGeocoder alloc ] initWithAccessToken: @" XXXX-XXXXX-XXXXX " ]; 您需要一个Mapbox访问令牌 地理编码 TIMapboxGeocoder* geocoder = [[TIMapboxGeocoder alloc ] initWithAccessToken: @" XXXX-XXXXX-XXXXX " ]; [geocoder geocode
【文件预览】:
TIMapboxGeocoder-master
----Pod()
--------Classes()
----docs()
--------com.tingslabs.TIMapboxGeocoder-0.1.0.docset()
--------html()
----Example()
--------TIMapboxGeocoder.xcworkspace()
--------TIMapboxGeocoder.xcodeproj()
--------Podfile(170B)
--------Podfile.lock(237B)
--------Pods()
--------Tests()
----TIMapboxGeocoder.podspec(845B)
----LICENSE(1KB)
----_Pods.xcodeproj(27B)
----.gitignore(618B)
----build_docs.sh(631B)
----README.md(2KB)

网友评论