go back Home

RoutingPoint

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null address="..." addressCityStateString="..." cityName="..." cityNumber="..." cityStateString="..." countryCode="..." countyName="..." date="..." debugString="..." displayString="..." distance="..." latLongString="..." latLongStringWithDirection="..." latitude="..." locationID="..." longitude="..." method="..." profileId="..." source="..." sourceObject="..." stateAbbr="..." timeInterval="..." tollAmount="..." type="..." zipCode="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"address":"...","addressCityStateString":"...","cityName":"...","cityNumber":"...","cityStateString":"...","countryCode":"...","countyName":"...","date":"...","debugString":"...","displayString":"...","distance":"...","latLongString":"...","latLongStringWithDirection":"...","latitude":"...","locationID":"...","longitude":"...","method":"...","profileId":"...","source":"...","sourceObject":"...","stateAbbr":"...","timeInterval":"...","tollAmount":"...","type":"...","zipCode":"..."}

Fields

name type
address String
addressCityStateString String
cityName String
cityNumber int
cityStateString String
countryCode String
countyName String
date Date
debugString String
displayString String
distance Distance
latLongString String
latLongStringWithDirection String
latitude BigDecimal
locationID String
longitude BigDecimal
method String
profileId String
source String
sourceObject Serializable
stateAbbr String
timeInterval TimeInterval
tollAmount Currency
type String
zipCode String