LocationAgent

  • The LocationAgent is needed to send location information for nugu service.

    See more

    Declaration

    Swift

    public protocol LocationAgentProtocol : CapabilityAgentable
  • The methods that you use to receive location information from an associated LocationAgent object.

    See more

    Declaration

    Swift

    public protocol LocationAgentDelegate : AnyObject
  • A structure that contains a geographical coordinate.

    See more

    Declaration

    Swift

    public struct LocationInfo