LocationInput
Location input for AVM requests. Provide either address OR latitude + longitude.
Used by all AVM endpoints (property, rental, multifamily) in both single and batch modes.
addressAddress (string)nullable
Full street address
latitudeLatitude (number)nullable
Latitude
Possible values: >= -90 and <= 90
longitudeLongitude (number)nullable
Longitude
Possible values: >= -180 and <= 180
maps_api_response objectnullable
Pre-fetched Maps API response
property name*anynullable
Pre-fetched Maps API response
LocationInput
{
"address": "123 Main St, Austin, TX 78701"
}