// // UserSignPage.h // istanbul // // Created by WindShan on 2017/6/13. // Copyright © 2017年 WindShan. All rights reserved. // #import "BaseNavPage.h" #import #import #import #import @interface UserSignPage : BaseNavPage { BMKMapView* _mapView; BMKLocationService* _locService; BMKGeoCodeSearch *_geocodesearch; //地理编码主类,用来查询、返回结果信息 } -(void)startLocation; -(void)stopLocation; @end