立得地图iOS SDK 地图&搜索服务参考手册 V1.7.0
| 函数
LMKMapView.h 文件参考
#import "LMKAnnotation.h"
#import "LMKAnnotationView.h"
#import "LMKGeometry.h"
#import "LMKOverlayView.h"
#import "LMKUserLocation.h"
#import "LMKGeoJSONLayerOptions.h"
#import <CoreLocation/CoreLocation.h>
#import <UIKit/UIKit.h>

浏览源代码.

class   LMKMapView
  地图view 更多...
 
category   LMKMapView(GeoJSONLayer)
 
category   LMKMapView(Tools)
  地图view工具类的类别(geo,20级像素坐标;lnglat,精度纬度;map,地图opengl坐标;win,屏幕坐标) 更多...
 
category   LMKMapView(Snapshot)
  地图view关于截图的类别 更多...
 
category   LMKMapView(Annotation)
  地图View关于标注的类别 更多...
 
category   LMKMapView(Overlay)
  地图view关于overlay类别 更多...
 
category   LMKMapView(CustomDrawOverlay)
  地图view关于自定义OpenGL绘制 overlay类别 更多...
 
protocol   <LMKMapViewDelegate>
  地图view的delegate 更多...
 

函数

typedef  NS_ENUM (NSUInteger, LMKMapType)
  地图类型,支持标准地图和导航地图 更多...
 
typedef  NS_ENUM (NSInteger, LMKOverlayLevel)
  绘制overlay的层级,暂不支持,默认LMKOverlayLevelAboveLabels 更多...
 

函数说明

typedef NS_ENUM ( NSUInteger  ,
LMKMapType   
)

地图类型,支持标准地图和导航地图

标准地图 (白天模式)

标准地图 (夜间模式)

导航地图 (白天模式)

导航地图 (夜间模式)

鹰眼地图 (设置后不可更改)

卫星地图,使用该类型地图需要专业版SDK权限

typedef NS_ENUM ( NSInteger  ,
LMKOverlayLevel   
)

绘制overlay的层级,暂不支持,默认LMKOverlayLevelAboveLabels