You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
0 B
28 lines
0 B
1 year ago
|
//
|
||
|
// MAMapAccessibilityIdentifier.h
|
||
|
// MAMapKit
|
||
|
//
|
||
|
// Created by hanxiaoming on 17/1/9.
|
||
|
// Copyright © 2017年 Amap. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#ifndef MAMapAccessibilityIdentifier_h
|
||
|
#define MAMapAccessibilityIdentifier_h
|
||
|
|
||
|
#define kMAAcceIdForMapView @"mamapview"
|
||
|
#define kMAAcceIdForRender @"marender"
|
||
|
#define kMAAcceIdForLogoView @"malogo"
|
||
|
|
||
|
#define kMAAcceIdForAnnotationContainer @"maannotationcontainer"
|
||
|
#define kMAAcceIdForOverlayContainer @"maoverlaycontainer"
|
||
|
#define kMAAcceIdForAnnotationView @"maannotationview"
|
||
|
#define kMAAcceIdForCalloutView @"macalloutview"
|
||
|
|
||
|
#define kMAAcceIdForUserLocationView @"mauserlocationview"
|
||
|
|
||
|
#define kMAAcceIdForScaleView @"mascaleview"
|
||
|
#define kMAAcceIdForCompassView @"macompassview"
|
||
|
#define kMAAcceIdForIndoorView @"maindoorview"
|
||
|
|
||
|
#endif /* MAMapAccessibilityIdentifier_h */
|