高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
MAPinAnnotationView.h
Go to the documentation of this file.
1//
2// MAPinAnnotationView.h
3// MAMapKitDemo
4//
5// Created by songjian on 13-1-7.
6// Copyright © 2016 Amap. All rights reserved.
7//
8
9#import "MAConfig.h"
10#import "MAMapView.h"
11#import "MAAnnotationView.h"
12
14typedef NS_ENUM(NSInteger, MAPinAnnotationColor){
18};
19
22
24@property (nonatomic) MAPinAnnotationColor pinColor;
25
27@property (nonatomic) BOOL animatesDrop;
28
29@end
MAPinAnnotationColor
Definition MAPinAnnotationView.h:14
@ MAPinAnnotationColorRed
红色大头针
Definition MAPinAnnotationView.h:15
@ MAPinAnnotationColorGreen
绿色大头针
Definition MAPinAnnotationView.h:16
@ MAPinAnnotationColorPurple
紫色大头针
Definition MAPinAnnotationView.h:17
标注view
Definition MAAnnotationView.h:27
提供类似大头针效果的annotation view
Definition MAPinAnnotationView.h:22
MAPinAnnotationColor pinColor
大头针的颜色
Definition MAPinAnnotationView.h:24
BOOL animatesDrop
添加到地图时是否使用下落动画效果
Definition MAPinAnnotationView.h:27
© 2017 高德信息技术有限公司 版权所有,保留所有权利。