Skip to content

//core/com.petersamokhin.vksdk.core.model.event/IncomingMessage/Geo

Geo

[common]\ data class Geo(type: String, coordinates: List<Double>?, place: IncomingMessage.Geo.Place?)

Types

Name Summary
Place [common]
data class Place(id: Int?, title: String?, latitude: Double?, longitude: Double?, created: Int?, icon: String?, country: String?, city: String?)

Properties

Name Summary
coordinates [common]
val coordinates: List<Double>? = null
place [common]
val place: IncomingMessage.Geo.Place? = null
type [common]
val type: String