- Description: A method for retrieving an information about an address based on the unique MAR ID.
- Arguments: address_id – a unique MAR ID. If unknown, can be retrieved with the OpenDc311Geocode::getAddresses() or OpenDc311Geocode::getAddressByCoordinates()
- Returns: An object with information about a specific address.
1 2 3 4 5 6 | <api_key = 'assigned-api-key'; echo '<pre>'; print_r( $octo->getAddressByID('285552') ); echo '</pre>'; ?> |
Result:



