LocationItem

public protocol LocationItem

A protocol used to represent the data for a location message.

  • The location.

    Declaration

    Swift

    var location: CLLocation
  • The size of the location item.

    Declaration

    Swift

    var size: CGSize