PhotonGeometry

data class PhotonGeometry(type: String?, coordinates: DoubleArray)

Properties

coordinates
Link copied to clipboard
@SerializedName(value = "coordinates")
val coordinates: DoubleArray
location
Link copied to clipboard
val location: Location
type
Link copied to clipboard
@SerializedName(value = "type")
val type: String?