LocationTemplate
public class LocationTemplate : Template
Location response template
-
Title of the location
Declaration
Swift
private(set) public var title:String? -
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
View on GitHub
Install in Dash
LocationTemplate Class Reference