Location

constructor(@Json(name = "latitudeE7") latitudeE7: Int?, @Json(name = "longitudeE7") longitudeE7: Int?, @Json(name = "placeId") placeId: String?, @Json(name = "address") address: String?, @Json(name = "name") name: String?, @Json(name = "semanticType") semanticType: SemanticType?, @Json(name = "accuracyMetres") accuracyMetres: Int?, @Json(name = "locationConfidence") locationConfidence: Double?, @Json(name = "isCurrentLocation") isCurrentLocation: Boolean?, @Json(name = "calibratedProbability") calibratedProbability: Double?, @Json(name = "sourceInfo") sourceInfo: DeviceSourceInfo?)