Visit
@JsonClass(generateAdapter = true )
Represents a visit with hierarchy level, probability, and top candidate.
Example JSON:
{
"hierarchyLevel": 1,
"probability": 0.85,
"topCandidate": {
"placeId": "ChIJd8BlQ2BZwokRAFUEcm_qrcA",
"semanticType": "INFERRED_WORK",
"probability": 0.95,
"placeLocation": {
"latLng": "40.712776°, -74.005974°"
}
}
}
Content copied to clipboard