addressesNlDistanceSuccessResponse

Contains the distance in meters from one address to another.

Element Description Type Mandatory
address Geocoded Address string yes
distance The distance in meters from one address to another integer yes
otherAddress Geocoded Address string yes

Table 8: addressesNlDistanceSuccessResponse Model elements

Example

{ “status”: “success”, “data”: { “address”: { “addressType”: “address”, “street”: “Meelstraat”, “streetAbbreviated”: “Meelstr”, “houseNumber”: 6, “houseLetter”: “A”, “houseNumberAddition”: “-17”, “houseNumberSuffix”: “A”, “postalCode”: “4301 EC”, “city”: “Zierikzee”, “municipality”: “Schouwen-Duiveland”, “municipalityCode”: “1676”, “province”: “Zeeland”, “countryCode”: “NL”, “formattedAddress”: “Meelstraat 6A, 4301 EC Zierikzee”, “bagNumberDesignationId”: “1676200000486515”, “bagAddressableObjectId”: “1676010000486516”, “geolocation”: { “type”: “Point”, “coordinates”: [ 3.91913852, 51.6503144 ] }, “centriodRd”: { “rdX”: 53404.504, “rdY”: 407855.523 } }, “distance”: 0, “otherAddress”: { “addressType”: “address”, “street”: “Meelstraat”, “streetAbbreviated”: “Meelstr”, “houseNumber”: 6, “houseLetter”: “A”, “houseNumberAddition”: “-17”, “houseNumberSuffix”: “A”, “postalCode”: “4301 EC”, “city”: “Zierikzee”, “municipality”: “Schouwen-Duiveland”, “municipalityCode”: “1676”, “province”: “Zeeland”, “countryCode”: “NL”, “formattedAddress”: “Meelstraat 6A, 4301 EC Zierikzee”, “bagNumberDesignationId”: “1676200000486515”, “bagAddressableObjectId”: “1676010000486516”, “geolocation”: { “type”: “Point”, “coordinates”: [ 3.91913852, 51.6503144 ] }, “centriodRd”: { “rdX”: 53404.504, “rdY”: 407855.523 } } } }