GMSCALayer.h 507 B

1234567891011121314151617181920
  1. //
  2. // GMSCALayer.h
  3. // Google Maps SDK for iOS
  4. //
  5. // Copyright 2013 Google Inc.
  6. //
  7. // Usage of this SDK is subject to the Google Maps/Google Earth APIs Terms of
  8. // Service: https://developers.google.com/maps/terms
  9. //
  10. #import <QuartzCore/QuartzCore.h>
  11. /**
  12. * GMSCALayer is a superclass used by layers in the Google Maps SDK for iOS,
  13. * such as GMSMapLayer and GMSPanoramaLayer.
  14. *
  15. * This is an implementation detail and it should not be instantiated directly.
  16. */
  17. @interface GMSCALayer : CALayer
  18. @end