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.
|
| 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
} |
| |
| enum | MALogoLanguage : NSUInteger { MALogoLanguageEnglish
, MALogoLanguageChinese
} |
| |
| enum | MAScaleControlsUnit : NSInteger { MAScaleControlsUnitMETRIC
, MAScaleControlsUnitIMPERIAL
} |
| |
◆ MALogoLanguage
| Enumerator |
|---|
| MALogoLanguageEnglish | |
| MALogoLanguageChinese | |
◆ MAMapType
| Enumerator |
|---|
| MAMapTypeStandard | 普通地图 Standard Map
|
| MAMapTypeSatellite | 卫星地图 Satellite Map
|
| MAMapTypeStandardNight | 夜间视图 Night View
|
| MAMapTypeNavi | 导航视图 Navigation View
|
| MAMapTypeBus | 公交视图 Transit View
|
| MAMapTypeNaviNight | 导航夜间视图 Navigation Night View
|
◆ MAOverlayLevel
| 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
|
◆ MAScaleControlsUnit
| Enumerator |
|---|
| MAScaleControlsUnitMETRIC | 公制 METRIC
|
| MAScaleControlsUnitIMPERIAL | 英制 IMPERIAL
|
◆ MATrafficStatus
| Enumerator |
|---|
| MATrafficStatusSmooth | 1 通畅 Smooth
|
| MATrafficStatusSlow | 2 缓行 Slow-moving
|
| MATrafficStatusJam | 3 阻塞 Blocked
|
| MATrafficStatusSeriousJam | 4 严重阻塞 Severely blocked
|
| MATrafficStatusExtremelySmooth | 5 极度通畅 Extremely smooth
|
◆ MAUserTrackingMode
| 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
|
◆ 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