Skip to content

Commit

Permalink
Merge pull request #13 from rynecheow/master
Browse files Browse the repository at this point in the history
Google Maps and Places 3.1.0
  • Loading branch information
leoneparise authored Apr 25, 2019
2 parents 041bbbc + a3b87e2 commit bf67a66
Show file tree
Hide file tree
Showing 128 changed files with 187 additions and 159 deletions.
Binary file modified GoogleMaps/GoogleMaps
Binary file not shown.
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSAddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#import <GoogleMapsBase/GoogleMapsBase.h>
#endif

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* A result from a reverse geocode request, containing a human-readable address. This class is
Expand Down Expand Up @@ -72,4 +72,4 @@ NS_ASSUME_NONNULL_BEGIN;
*/
@compatibility_alias GMSReverseGeocodeResult GMSAddress;

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSCameraPosition.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#import <CoreGraphics/CoreGraphics.h>
#import <CoreLocation/CoreLocation.h>

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* An immutable class that aggregates all camera position parameters.
Expand Down Expand Up @@ -163,4 +163,4 @@ FOUNDATION_EXTERN const float kGMSMaxZoomLevel;
/** The minimum zoom (farthest from the Earth's surface) permitted by the map camera. */
FOUNDATION_EXTERN const float kGMSMinZoomLevel;

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSCameraUpdate.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@class GMSCameraPosition;
@class GMSCoordinateBounds;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* GMSCameraUpdate represents an update that may be applied to a GMSMapView.
Expand Down Expand Up @@ -106,4 +106,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSCircle.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#import "GMSOverlay.h"

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* A circle on the Earth's surface (spherical cap).
Expand Down Expand Up @@ -51,4 +51,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSCoordinateBounds+GoogleMaps.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@class GMSPath;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

@interface GMSCoordinateBounds (GoogleMaps)

Expand All @@ -39,4 +39,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSGeocoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@class GMSReverseGeocodeResponse;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* \defgroup GeocoderErrorCode GMSGeocoderErrorCode
Expand Down Expand Up @@ -71,4 +71,4 @@ typedef void (^GMSReverseGeocodeCallback)(GMSReverseGeocodeResponse *_Nullable,

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSGeometryUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@class GMSStrokeStyle;
@class GMSStyleSpan;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/** Average Earth radius in meters. */
static const CLLocationDistance kGMSEarthRadius = 6371009.0;
Expand Down Expand Up @@ -240,4 +240,4 @@ NSArray<GMSStyleSpan *> *GMSStyleSpansOffset(GMSPath *path,

/**@}*/

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSGroundOverlay.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@class GMSCoordinateBounds;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* GMSGroundOverlay specifies the available options for a ground overlay that exists on the Earth's
Expand Down Expand Up @@ -82,4 +82,4 @@ NS_ASSUME_NONNULL_BEGIN;
*/
FOUNDATION_EXTERN const CGPoint kGMSGroundOverlayDefaultAnchor;

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSIndoorBuilding.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@class GMSIndoorLevel;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* Describes a building which contains levels.
Expand All @@ -38,4 +38,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSIndoorDisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@class GMSIndoorBuilding;
@class GMSIndoorLevel;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/** Delegate for events on GMSIndoorDisplay. */
@protocol GMSIndoorDisplayDelegate<NSObject>
Expand Down Expand Up @@ -63,4 +63,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSMapLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#import "GMSCALayer.h"

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/*
* The following layer properties and constants describe the camera properties that may be animated
Expand Down Expand Up @@ -107,4 +107,4 @@ extern NSString *const kGMSLayerCameraViewingAngleKey;
@property(nonatomic, assign) double cameraViewingAngle;
@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSMapStyle.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* GMSMapStyle holds details about a style which can be applied to a map.
Expand Down Expand Up @@ -44,4 +44,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSMapView+Animation.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#import "GMSMapView.h"

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* GMSMapView (Animation) offers several animation helper methods.
Expand Down Expand Up @@ -58,4 +58,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSMapView.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@class GMSOverlay;
@class GMSProjection;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/** Delegate for events on GMSMapView. */
@protocol GMSMapViewDelegate<NSObject>
Expand Down Expand Up @@ -517,4 +517,4 @@ extern NSString *const kGMSAccessibilityCompass;
*/
extern NSString *const kGMSAccessibilityMyLocation;

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSMarker.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@class GMSPanoramaView;
@class UIImage;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* \defgroup MarkerAnimation GMSMarkerAnimation
Expand Down Expand Up @@ -176,4 +176,4 @@ FOUNDATION_EXTERN const CGPoint kGMSMarkerDefaultGroundAnchor;
*/
FOUNDATION_EXTERN const CGPoint kGMSMarkerDefaultInfoWindowAnchor;

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSMarkerLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#import "GMSOverlayLayer.h"

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* GMSMarkerLayer is a subclass of GMSOverlayLayer, available on a per-marker basis, that allows
Expand Down Expand Up @@ -44,4 +44,4 @@ extern NSString *const kGMSMarkerLayerLongitude;
extern NSString *const kGMSMarkerLayerRotation;
extern NSString *const kGMSMarkerLayerOpacity;

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSOverlay.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@class GMSMapView;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* GMSOverlay is an abstract class that represents some overlay that may be attached to a specific
Expand Down Expand Up @@ -63,4 +63,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
2 changes: 1 addition & 1 deletion GoogleMaps/Headers/GMSOverlayLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#import <CoreLocation/CoreLocation.h>
#import <QuartzCore/QuartzCore.h>

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* GMSOverlayLayer is a custom subclass of CALayer, and an abstract baseclass for GMSOverlay layers
Expand Down
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSPanorama.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@class GMSPanoramaLink;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* GMSPanorama represents metadata for a specific panorama on the Earth. This class is not
Expand All @@ -31,4 +31,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSPanoramaCamera.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#import "GMSOrientation.h"

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* GMSPanoramaCamera is used to control the viewing direction of a GMSPanoramaView. It does not
Expand Down Expand Up @@ -78,4 +78,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSPanoramaCameraUpdate.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#import <CoreGraphics/CoreGraphics.h>
#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* GMSPanoramaCameraUpdate represents an update that may be applied to a GMSPanoramaView.
Expand All @@ -34,4 +34,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSPanoramaLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#import "GMSCALayer.h"

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* kGMSLayerPanoramaHeadingKey ranges from [0, 360).
Expand Down Expand Up @@ -54,4 +54,4 @@ extern NSString *const kGMSLayerPanoramaFOVKey;
@property(nonatomic, assign) double cameraFOV;
@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSPanoramaLink.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#import <CoreGraphics/CoreGraphics.h>
#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/** Links from a GMSPanorama to neighboring panoramas. */
@interface GMSPanoramaLink : NSObject
Expand All @@ -27,4 +27,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSPanoramaService.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@class GMSPanorama;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* Callback for when a panorama metadata becomes available.
Expand Down Expand Up @@ -80,4 +80,4 @@ typedef void (^GMSPanoramaCallback)(GMSPanorama *_Nullable panorama, NSError *_N

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSPanoramaView.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@class GMSPanoramaCameraUpdate;
@class GMSPanoramaView;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/** Delegate for events on GMSPanoramaView. */
@protocol GMSPanoramaViewDelegate<NSObject>
Expand Down Expand Up @@ -297,4 +297,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSPath.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#import <CoreLocation/CoreLocation.h>

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* GMSPath encapsulates an immutable array of CLLocationCooordinate2D. All the coordinates of a
Expand Down Expand Up @@ -109,4 +109,4 @@ typedef NS_ENUM(NSUInteger, GMSLengthKind) {

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
4 changes: 2 additions & 2 deletions GoogleMaps/Headers/GMSPolygon.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@class GMSPath;
@class GMSPolygonLayer;

NS_ASSUME_NONNULL_BEGIN;
NS_ASSUME_NONNULL_BEGIN

/**
* GMSPolygon defines a polygon that appears on the map. A polygon (like a polyline) defines a
Expand Down Expand Up @@ -53,4 +53,4 @@ NS_ASSUME_NONNULL_BEGIN;

@end

NS_ASSUME_NONNULL_END;
NS_ASSUME_NONNULL_END
Loading

0 comments on commit bf67a66

Please sign in to comment.