UserInPhoto

public struct UserInPhoto: Decodable

A struct containing the user and its position on the image.

  • The user that appears in the image.

    Declaration

    Swift

    public let user: InstagramUser
  • The position in points of the user in the image.

    Declaration

    Swift

    public let position: Position
  • A struct that containing the value of the coordinate axes, ‘x’ and ‘y’.

    See more

    Declaration

    Swift

    public struct Position: Decodable