Tiger_Service_Location
@api· extendsTiger_Service_Service
Tiger_Service_Location — the Location Service over /api.
A public core service (reached as module=tiger & service=location, ACL-allowed to guest in core acl.ini) so public forms — e.g. the signup address autocomplete — can look up addresses. A thin wrapper over Tiger_Location that returns normalized Place payloads.
method=suggest q=
Methods
suggest()
suggest(array $params): void
Autocomplete address suggestions for a partial query.
$paramsarray— the request payload (q, optionalcountrybias)
reverse()
reverse(array $params): void
Reverse-geocode coordinates into a normalized place.
$paramsarray— the request payload (lat,lng)
ip()
ip(array $params): void
Geolocate the requester's own IP address.
$paramsarray— the request payload (unused; the IP is the caller's own)