AWSPinpointTargetingGPSCoordinates

Objective-C

@interface AWSPinpointTargetingGPSCoordinates

Swift

class AWSPinpointTargetingGPSCoordinates

Specifies the GPS coordinates of a location.

Required parameters: [Latitude, Longitude]

  • The latitude coordinate of the location.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable latitude;

    Swift

    var latitude: NSNumber? { get set }
  • The longitude coordinate of the location.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable longitude;

    Swift

    var longitude: NSNumber? { get set }