Top Candidate
@JsonClass(generateAdapter = true )
Represents a top candidate with place ID, semantic type, probability, and place location.
Example JSON:
{
"placeId": "ChIJd8BlQ2BZwokRAFUEcm_qrcA",
"semanticType": "INFERRED_WORK",
"probability": 0.95,
"placeLocation": {
"latLng": "40.712776°, -74.005974°"
}
}
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(placeId: String, semanticType: String, probability: Double, placeLocation: PlaceLocation)