#import <Foundation/Foundation.h>

/**
 * Accessibility identifier for the compass button.
 *
 * @related GMSMapView
 */
extern NSString *const kGMSAccessibilityCompass;

/**
 * Accessibility identifier for the "my location" button.
 *
 * @related GMSMapView
 */
extern NSString *const kGMSAccessibilityMyLocation;

/**
 * Accessibility identifier for the "out of quota" error label.
 *
 * @related GMSMapView
 */
extern NSString *const kGMSAccessiblityOutOfQuota;
