SouthgisMapService 0.0.3

SouthgisMapService 0.0.3

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布最后发布2016 年 5 月

crash_wu 维护。



  • crash_wu

Southgis Map 服务。例如 POI 搜索、公交线路搜索、汽车线路搜索。支持百度地图(百度地图)、天地图(天地图)。

使用方法

## 百度地图 POI 搜索、公交线路搜索、汽车线路搜索。

#import "SouthgisBdMapService.h"

//POI search

  -(void)poiSearch:(nonnull BdPOISearchKeyWord *)keyWordEntity success:(nullable SuccessBlock)success failed:(nullable FailedBlock)failed;

//BUS Line Search

  -(void)busLineSearch:(nonnull BdBusLineSearchKeyword *)entity success:(nullable SuccessBlock)success failed:(nullable FailedBlock)failed

// Car Line Search 

  -(void)carLineSearch:(nonnull BdCarLineSearchKeyword *)driverEntity success:(nonnull SuccessBlock)success andFail:(nonnull FailedBlock)fail;

## 天地图 POI 搜索、公交线路搜索、汽车线路搜索

#import "SouthgisTdtMapService"

//POI search 

 -(void)poiSearch:( TdtPOISearchKeyWord *)keyWordEntity success:(SuccessBlock)success failed:(FailedBlock)failed

//Bus Line search

  -(void)busLineSearch:(BusLineSearch *)entity success:(SuccessBlock)success failed:(FailedBlock)failed

//car Line Search

-(void)carLineSearch :(CarLineSearch *)driverEntity success:(SuccessBlock)success andFail:(FailedBlock)fail

安装

pod 'SouthgisMapService'