LocationTemplate

public class LocationTemplate : Template

Location response template

  • Title of the location

    Declaration

    Swift

    private(set) public var title:String?
  • lat

    Latitude

    Declaration

    Swift

    private(set) public var lat:Double!
  • Longitude

    Declaration

    Swift

    private(set) public var long:Double!
  • Optional action

    Declaration

    Swift

    private(set) public var action:Action? = nil
  • Undocumented

    Declaration

    Swift

    public class LocationTemplate : Template