IndoorLocation

data class IndoorLocation(val latitude: Double, val longitude: Double, val level: Int)

Constructors

Link copied to clipboard
constructor(latLng: LatLng, level: Int)
constructor(latitude: Double, longitude: Double, level: Int)

Properties

Link copied to clipboard
@SerializedName(value = "lat")
val latitude: Double
Link copied to clipboard
val level: Int
Link copied to clipboard
@SerializedName(value = "lng")
val longitude: Double

Functions

Link copied to clipboard