GoogleMaps.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. //
  2. // GoogleMaps.h
  3. // Google Maps SDK for iOS
  4. //
  5. // Copyright 2012 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 <CoreLocation/CoreLocation.h>
  11. #import <UIKit/UIKit.h>
  12. #import <GoogleMaps/GMSAddress.h>
  13. #import <GoogleMaps/GMSAutocompleteFilter.h>
  14. #import <GoogleMaps/GMSAutocompleteMatchFragment.h>
  15. #import <GoogleMaps/GMSAutocompletePrediction.h>
  16. #import <GoogleMaps/GMSCALayer.h>
  17. #import <GoogleMaps/GMSCameraPosition.h>
  18. #import <GoogleMaps/GMSCameraUpdate.h>
  19. #import <GoogleMaps/GMSCircle.h>
  20. #import <GoogleMaps/GMSCoordinateBounds.h>
  21. #import <GoogleMaps/GMSGeocoder.h>
  22. #import <GoogleMaps/GMSGeometryUtils.h>
  23. #import <GoogleMaps/GMSGroundOverlay.h>
  24. #import <GoogleMaps/GMSIndoorBuilding.h>
  25. #import <GoogleMaps/GMSIndoorDisplay.h>
  26. #import <GoogleMaps/GMSIndoorLevel.h>
  27. #import <GoogleMaps/GMSMapLayer.h>
  28. #import <GoogleMaps/GMSMapView+Animation.h>
  29. #import <GoogleMaps/GMSMapView.h>
  30. #import <GoogleMaps/GMSMarker.h>
  31. #import <GoogleMaps/GMSMarkerLayer.h>
  32. #import <GoogleMaps/GMSMutablePath.h>
  33. #import <GoogleMaps/GMSOrientation.h>
  34. #import <GoogleMaps/GMSOverlay.h>
  35. #import <GoogleMaps/GMSPanorama.h>
  36. #import <GoogleMaps/GMSPanoramaCamera.h>
  37. #import <GoogleMaps/GMSPanoramaCameraUpdate.h>
  38. #import <GoogleMaps/GMSPanoramaLayer.h>
  39. #import <GoogleMaps/GMSPanoramaLink.h>
  40. #import <GoogleMaps/GMSPanoramaService.h>
  41. #import <GoogleMaps/GMSPanoramaView.h>
  42. #import <GoogleMaps/GMSPath.h>
  43. #import <GoogleMaps/GMSPlace.h>
  44. #import <GoogleMaps/GMSPlaceLikelihood.h>
  45. #import <GoogleMaps/GMSPlaceLikelihoodList.h>
  46. #import <GoogleMaps/GMSPlacePicker.h>
  47. #import <GoogleMaps/GMSPlacePickerConfig.h>
  48. #import <GoogleMaps/GMSPlaceTypes.h>
  49. #import <GoogleMaps/GMSPlacesClient.h>
  50. #import <GoogleMaps/GMSPlacesMacros.h>
  51. #import <GoogleMaps/GMSPolygon.h>
  52. #import <GoogleMaps/GMSPolyline.h>
  53. #import <GoogleMaps/GMSProjection.h>
  54. #import <GoogleMaps/GMSServices.h>
  55. #import <GoogleMaps/GMSSyncTileLayer.h>
  56. #import <GoogleMaps/GMSTileLayer.h>
  57. #import <GoogleMaps/GMSUISettings.h>
  58. #import <GoogleMaps/GMSURLTileLayer.h>
  59. #import <GoogleMaps/GMSUserAddedPlace.h>