zoukankan      html  css  js  c++  java
  • 百度地图定位 (直接上图上代码)

     .h 文件  导入需要的头文件

    #import<BaiduMapAPI_Map/BMKMapView.h>

    #import<BaiduMapAPI_Location/BMKLocationService.h>

    #import<BaiduMapAPI_Search/BMKGeocodeSearch.h>

    #import<BaiduMapAPI_Map/BMKMapComponent.h>

    #import<BaiduMapAPI_Search/BMKPoiSearchType.h>

    @interface MapLocationViewController : SuperViewController

    @property(nonatomic,strong) BMKUserLocation *locationPoint;

    @end

    .m 文件  直接上图

    初次使用百度地图,有不对的地方请大家 多多指教

  • 相关阅读:
    Intern Day7
    Intern Day7
    Intern Day7
    Intern Day6
    Intern Day6
    Intern Day6
    Intern Day6
    Intern Day6
    萧萧远树疏林外,一半秋山带夕阳
    飞线
  • 原文地址:https://www.cnblogs.com/Lovexiaohuzi/p/6707697.html
Copyright © 2011-2022 走看看