PointOfInterest

@objc(GSPointOfInterest)
public protocol PointOfInterest

A Point Of Interest to look at.

  • Latitude of the location (in degrees) to look at.

    Declaration

    Swift

    var latitude: Double { get }
  • Longitude of the location (in degrees) to look at.

    Declaration

    Swift

    var longitude: Double { get }
  • Altitude above take off point (in meters) to look at.

    Declaration

    Swift

    var altitude: Double { get }
  • Point Of Interest operating mode.

    Declaration

    Swift

    var mode: PointOfInterestMode { get }