LocationMessage

open class LocationMessage

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@SerializedName(value = "address")
open var address: String
Link copied to clipboard
@SerializedName(value = "latitude")
open var lat: Double
Link copied to clipboard
@SerializedName(value = "longitude")
open var lon: Double
Link copied to clipboard
@SerializedName(value = "title")
open var title: String