apidocs / com.srv4pos.server.api.activation / GeolocationInfo

GeolocationInfo

class GeolocationInfo : Info

Just simple address structure.

User: Kirill, Date: 05.08.13 17:59

Constructors

<init>

GeolocationInfo()

Just simple address structure.

Properties

address

lateinit var address: String

city

lateinit var city: String

companyName

lateinit var companyName: String

latitude

var latitude: Double?

longitude

var longitude: Double?

postalCode

lateinit var postalCode: String

Extension Functions

toJson

fun Info.toJson(): String