iOS高德地图SDK(3D)  V7.5.0
MAMapView.h File Reference
#import "MAConfig.h"
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "MAOverlay.h"
#import "MAOverlayRenderer.h"
#import "MAAnnotationView.h"
#import "MACircle.h"
#import "MAUserLocation.h"
#import "MAMapStatus.h"
#import "MAIndoorInfo.h"
#import "MAUserLocationRepresentation.h"
#import "MAMapCustomStyleOptions.h"

Go to the source code of this file.

Classes

class  MAMapView
 
category  MAMapView(Annotation)
 
category  MAMapView(UserLocation)
 
category  MAMapView(Overlay)
 
category  MAMapView(Indoor)
 
category  MAMapView(CustomMapStyle)
 自定义样式 More...
 
protocol  <MAMapViewDelegate >
 

Enumerations

enum  MAMapType : NSInteger {
  MAMapTypeStandard = 0, MAMapTypeSatellite, MAMapTypeStandardNight, MAMapTypeNavi,
  MAMapTypeBus
}
 地图类型 More...
 
enum  MAUserTrackingMode : NSInteger { MAUserTrackingModeNone = 0, MAUserTrackingModeFollow = 1, MAUserTrackingModeFollowWithHeading = 2 }
 用户跟踪模式 More...
 
enum  MATrafficStatus : NSInteger { MATrafficStatusSmooth = 1, MATrafficStatusSlow, MATrafficStatusJam, MATrafficStatusSeriousJam }
 交通拥堵状态 More...
 
enum  MAOverlayLevel : NSInteger { MAOverlayLevelAboveRoads = 0, MAOverlayLevelAboveLabels }
 绘制overlay的层级 More...
 

Variables

NSString *const kMAMapLayerCenterMapPointKey
 中心点(MAMapPoint)key, 封装成[NSValue valueWithMAMapPoint:] More...
 
NSString *const kMAMapLayerZoomLevelKey
 缩放级别key, 范围[minZoomLevel, maxZoomLevel], 封装成NSNumber More...
 
NSString *const kMAMapLayerRotationDegreeKey
 旋转角度key, 范围[0, 360), 封装成NSNumber More...
 
NSString *const kMAMapLayerCameraDegreeKey
 摄像机俯视角度, 范围[0, 45], 封装成NSNumber More...
 

Enumeration Type Documentation

◆ MAMapType

enum MAMapType : NSInteger

地图类型

Enumerator
MAMapTypeStandard 

普通地图

MAMapTypeSatellite 

卫星地图

MAMapTypeStandardNight 

夜间视图

MAMapTypeNavi 

导航视图

MAMapTypeBus 

公交视图

◆ MAOverlayLevel

enum MAOverlayLevel : NSInteger

绘制overlay的层级

Enumerator
MAOverlayLevelAboveRoads 

在地图底图标注和兴趣点图标之下绘制overlay

MAOverlayLevelAboveLabels 

在地图底图标注和兴趣点图标之上绘制overlay

◆ MATrafficStatus

enum MATrafficStatus : NSInteger

交通拥堵状态

Enumerator
MATrafficStatusSmooth 

1 通畅

MATrafficStatusSlow 

2 缓行

MATrafficStatusJam 

3 阻塞

MATrafficStatusSeriousJam 

4 严重阻塞

◆ MAUserTrackingMode

enum MAUserTrackingMode : NSInteger

用户跟踪模式

Enumerator
MAUserTrackingModeNone 

不追踪用户的location更新

MAUserTrackingModeFollow 

追踪用户的location更新

MAUserTrackingModeFollowWithHeading 

追踪用户的location与heading更新

Variable Documentation

◆ kMAMapLayerCameraDegreeKey

NSString* const kMAMapLayerCameraDegreeKey

摄像机俯视角度, 范围[0, 45], 封装成NSNumber

◆ kMAMapLayerCenterMapPointKey

NSString* const kMAMapLayerCenterMapPointKey

中心点(MAMapPoint)key, 封装成[NSValue valueWithMAMapPoint:]

◆ kMAMapLayerRotationDegreeKey

NSString* const kMAMapLayerRotationDegreeKey

旋转角度key, 范围[0, 360), 封装成NSNumber

◆ kMAMapLayerZoomLevelKey

NSString* const kMAMapLayerZoomLevelKey

缩放级别key, 范围[minZoomLevel, maxZoomLevel], 封装成NSNumber

© 2017 高德信息技术有限公司 版权所有,保留所有权利。