|
iOS高德轻量版地图SDK
1.2.0
|
#import <Foundation/Foundation.h>#import <UIKit/UIKit.h>#import "MAOverlay.h"#import "MAOverlayRenderer.h"#import "MAAnnotation.h"#import "MAAnnotationView.h"#import "MACircle.h"#import <AMapFoundationKit/AMapUtility.h>#import "MAUserLocation.h"#import "MAMapStatus.h"#import "MAUserLocationRepresentation.h"#import "MAMapCustomStyleOptions.h"#import "MAPolylineRenderer.h"#import "MAMapWebViewProcotol.h"#import <WebKit/WebKit.h>#import "MACustomSchemeModel.h"Go to the source code of this file.
Classes | |
| class | MAMap |
| category | MAMap(NetworkIntercept) |
| category | MAMap(Annotation) |
| category | MAMap(UserLocation) |
| category | MAMap(Overlay) |
| protocol | <MAMapDelegate> |
Functions | |
| typedef | NS_ENUM (NSInteger, MAMapType) |
| 地图类型 More... | |
| typedef | NS_ENUM (NSInteger, MAUserTrackingMode) |
| 用户跟踪模式 More... | |
| typedef NS_ENUM | ( | NSInteger | , |
| MAMapType | |||
| ) |
地图类型
< 普通地图
< 卫星地图
< 夜间视图
| typedef NS_ENUM | ( | NSInteger | , |
| MAUserTrackingMode | |||
| ) |
用户跟踪模式
< 不追踪用户的location更新
< 追踪用户的location更新
< 追踪用户的location与heading更新