高德地图SDK(导航) V11.2.100
Loading...
Searching...
No Matches
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"
import <AMapFoundationKit/AMapServices.h>
import "MABaseEngineOverlay.h"
import "MAPoiFilter.h"

Go to the source code of this file.

Classes

class  MAMapView
 
category  MAMapView(Annotation)
 
category  MAMapView(UserLocation)
 
category  MAMapView(Overlay)
 
category  MAMapView(CustomMapStyle)
 
category  MAMapView(Buildings)
 
category  MAMapView(EngineOverlay)
 
category  MAMapView(PoiFilter)
 
protocol  <MAMapViewDelegate>
 

Enumerations

enum  MAMapType : NSInteger {
  MAMapTypeStandard = 0 , MAMapTypeSatellite , MAMapTypeStandardNight , MAMapTypeNavi ,
  MAMapTypeBus , MAMapTypeNaviNight
}
 
enum  MAUserTrackingMode : NSInteger { MAUserTrackingModeNone = 0 , MAUserTrackingModeFollow = 1 , MAUserTrackingModeFollowWithHeading = 2 }
 
enum  MATrafficStatus : NSInteger {
  MATrafficStatusSmooth = 1 , MATrafficStatusSlow , MATrafficStatusJam , MATrafficStatusSeriousJam ,
  MATrafficStatusExtremelySmooth
}
 
enum  MAOverlayLevel : NSInteger { MAOverlayLevelAboveRoads = 0 , MAOverlayLevelAboveLabels = 1 , MAOverlayLevelBeforeBuildings = 2 , MAOverlayLevelAboveBuildings = 3 }
 
enum  MALogoLanguage : NSUInteger { MALogoLanguageEnglish , MALogoLanguageChinese }
 
enum  MAScaleControlsUnit : NSInteger { MAScaleControlsUnitMETRIC , MAScaleControlsUnitIMPERIAL }
 

Functions

typedef NS_OPTIONS (uint64_t, MAALCLogLevel)
 

Variables

NSString *const kMAMapLayerCenterMapPointKey
 
NSString *const kMAMapLayerZoomLevelKey
 
NSString *const kMAMapLayerRotationDegreeKey
 
NSString *const kMAMapLayerCameraDegreeKey
 

Enumeration Type Documentation

◆ MALogoLanguage

enum MALogoLanguage : NSUInteger
Enumerator
MALogoLanguageEnglish 
MALogoLanguageChinese 

◆ MAMapType

enum MAMapType : NSInteger
Enumerator
MAMapTypeStandard 

普通地图 Standard Map

MAMapTypeSatellite 

卫星地图 Satellite Map

MAMapTypeStandardNight 

夜间视图 Night View

MAMapTypeNavi 

导航视图 Navigation View

MAMapTypeBus 

公交视图 Transit View

MAMapTypeNaviNight 

导航夜间视图 Navigation Night View

◆ MAOverlayLevel

enum MAOverlayLevel : NSInteger
Enumerator
MAOverlayLevelAboveRoads 

在地图底图标注和兴趣点图标之下绘制overlay Draw overlay below map base annotations and POI icons

MAOverlayLevelAboveLabels 

在地图底图标注和兴趣点图标之上绘制overlay Draw overlay on top of map base annotations and POI icons

MAOverlayLevelBeforeBuildings 

在地图楼块之下绘制overlay Draw overlay below map buildings

MAOverlayLevelAboveBuildings 

在地图楼块之上、底图标注和兴趣点图标之下绘制overlay Draw overlay above map buildings and below map base annotations and POI icons

◆ MAScaleControlsUnit

enum MAScaleControlsUnit : NSInteger
Enumerator
MAScaleControlsUnitMETRIC 

公制 METRIC

MAScaleControlsUnitIMPERIAL 

英制 IMPERIAL

◆ MATrafficStatus

enum MATrafficStatus : NSInteger
Enumerator
MATrafficStatusSmooth 

1 通畅 Smooth

MATrafficStatusSlow 

2 缓行 Slow-moving

MATrafficStatusJam 

3 阻塞 Blocked

MATrafficStatusSeriousJam 

4 严重阻塞 Severely blocked

MATrafficStatusExtremelySmooth 

5 极度通畅 Extremely smooth

◆ MAUserTrackingMode

enum MAUserTrackingMode : NSInteger
Enumerator
MAUserTrackingModeNone 

不追踪用户的location更新 Do Not Track User's Location Updates

MAUserTrackingModeFollow 

追踪用户的location更新 Track User's Location Updates

MAUserTrackingModeFollowWithHeading 

追踪用户的location与heading更新 Track user's location and heading updates

Function Documentation

◆ NS_OPTIONS()

typedef NS_OPTIONS ( uint64_t  ,
MAALCLogLevel   
)

ALC日志级别掩码 ALC log level mask

Variable Documentation

◆ kMAMapLayerCameraDegreeKey

NSString* const kMAMapLayerCameraDegreeKey
extern

摄像机俯视角度, 范围[0, 45], 封装成NSNumber Camera tilt angle, range [0, 45], encapsulated as NSNumber

◆ kMAMapLayerCenterMapPointKey

NSString* const kMAMapLayerCenterMapPointKey
extern

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

◆ kMAMapLayerRotationDegreeKey

NSString* const kMAMapLayerRotationDegreeKey
extern

旋转角度key, 范围[0, 360), 封装成NSNumber Rotation angle key, range [0, 360), encapsulated as NSNumber

◆ kMAMapLayerZoomLevelKey

NSString* const kMAMapLayerZoomLevelKey
extern

缩放级别key, 范围[minZoomLevel, maxZoomLevel], 封装成NSNumber Zoom level key, range [minZoomLevel, maxZoomLevel], encapsulated as NSNumber

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