{
"status": true,
"message": "Operation successful.",
"data": {
"latitude": 0,
"longitude": 0,
"formattedAddress": "string",
"addessImages": [
{
"heading": 0,
"imageUrl": "http://example.com"
}
],
"riskSignals": {
"riskLevel": "Low",
"locationType": "ROOFTOP",
"streetViewAvailable": true,
"streetViewDate": "2023-03",
"reverseGeocodeMatch": true,
"streetNumber": "string",
"route": "string",
"neighbourhood": "string",
"lga": "string",
"state": "string",
"country": "string",
"postalCode": "string",
"nearbyPlaces": [
{
"name": "string",
"category": "string",
"vicinity": "string",
"distanceMetres": 0
}
]
},
"billingInfo": {
"wasCharged": true,
"amount": "5.0000",
"currency": "NGN",
"note": "Address geocode charge"
}
}
}