GMSGeocoderErrorCode
enum GMSGeocoderErrorCode : NSInteger {}
GMSGeocoder
error codes, embedded in NSError.
-
Declaration
Swift
case invalidCoordinate = 1
Objective-C
kGMSGeocoderErrorInvalidCoordinate = 1
-
Declaration
Swift
case `internal` = 2
Objective-C
kGMSGeocoderErrorInternal