Hello - has anyone had any problems with the CrossStreet function? I seem to be getting unexpected results. Running https://api.tomtom.com/search/2/reverseGeocode/crossStreet/42.3180568630592%2C-122.849499948908.json?limit=8&radius=1500&key=xxx sometimes I get too few results, sometimes it works correctly and sometimes it returns results from a different area completely (well intermixed with local results). Am I doing something wrong?
pat
{
"summary": {
"numResults": 8,
"queryTime": 68
},
"addresses": [
{
"address": {
"streetName": "Greenwood Street & Highland Drive",
"crossStreet": "Highland Drive",
"municipalitySubdivision": "Medford",
"municipality": "Medford",
"countrySecondarySubdivision": "Jackson",
"countryTertiarySubdivision": "Medford",
"countrySubdivision": "OR",
"postalCode": "97504",
"countryCode": "US",
"country": "United States",
"countryCodeISO3": "USA",
"freeformAddress": "Greenwood Street & Highland Drive, Medford, OR 97504",
"countrySubdivisionName": "Oregon",
"street": "Greenwood Street"
},
"position": "42.31834,-122.84992"
},
{
"address": {
"streetName": "Crestbrook Road & Greenwood Street",
"crossStreet": "Crestbrook Road",
"municipalitySubdivision": "Medford",
"municipality": "Medford",
"countrySecondarySubdivision": "Jackson",
"countryTertiarySubdivision": "Medford",
"countrySubdivision": "OR",
"postalCode": "97504",
"countryCode": "US",
"country": "United States",
"countryCodeISO3": "USA",
"freeformAddress": "Crestbrook Road & Greenwood Street, Medford, OR 97504",
"countrySubdivisionName": "Oregon",
"street": "Greenwood Street"
},
"position": "42.31833,-122.84807"
},
{
"address": {
"streetName": "Greenwood Street & Williams Court",
"crossStreet": "Williams Court",
"municipalitySubdivision": "Medford",
"municipality": "Medford",
"countrySecondarySubdivision": "Jackson",
"countryTertiarySubdivision": "Medford",
"countrySubdivision": "OR",
"postalCode": "97504",
"countryCode": "US",
"country": "United States",
"countryCodeISO3": "USA",
"freeformAddress": "Greenwood Street & Williams Court, Medford, OR 97504",
"countrySubdivisionName": "Oregon",
"street": "Greenwood Street"
},
"position": "42.31833,-122.84674"
},
{
"address": {
"streetName": "Ellendale Drive & Greenwood Street",
"crossStreet": "Ellendale Drive",
"municipalitySubdivision": "Medford",
"municipality": "Medford",
"countrySecondarySubdivision": "Jackson",
"countryTertiarySubdivision": "Medford",
"countrySubdivision": "OR",
"postalCode": "97504",
"countryCode": "US",
"country": "United States",
"countryCodeISO3": "USA",
"freeformAddress": "Ellendale Drive & Greenwood Street, Medford, OR 97504",
"countrySubdivisionName": "Oregon",
"street": "Greenwood Street"
},
"position": "42.31834,-122.84565"
},
{
"address": {
"streetName": "Greenwood Street & Orchard Avenue",
"crossStreet": "Orchard Avenue",
"municipalitySubdivision": "Creswell",
"municipality": "Creswell",
"countrySecondarySubdivision": "Lane",
"countryTertiarySubdivision": "Creswell",
"countrySubdivision": "OR",
"postalCode": "97426",
"countryCode": "US",
"country": "United States",
"countryCodeISO3": "USA",
"freeformAddress": "Greenwood Street & Orchard Avenue, Creswell, OR 97426",
"countrySubdivisionName": "Oregon",
"street": "Greenwood Street"
},
"position": "43.90283,-123.00576"
},
{
"address": {
"streetName": "Greenwood Street & Market Road",
"crossStreet": "Market Road",
"municipalitySubdivision": "Creswell",
"municipality": "Creswell",
"countrySecondarySubdivision": "Lane",
"countryTertiarySubdivision": "Creswell",
"countrySubdivision": "OR",
"postalCode": "97426",
"countryCode": "US",
"country": "United States",
"countryCodeISO3": "USA",
"freeformAddress": "Greenwood Street & Market Road, Creswell, OR 97426",
"countrySubdivisionName": "Oregon",
"street": "Greenwood Street"
},
"position": "43.90664,-123.00579"
},
{
"address": {
"streetName": "C Street, C Avenue & Greenwood Avenue, Greenwood Road, Greenwood Street",
"crossStreet": "C Street, C Avenue",
"municipalitySubdivision": "Blue Lake",
"municipality": "Blue Lake",
"countrySecondarySubdivision": "Humboldt",
"countryTertiarySubdivision": "North Coastal",
"countrySubdivision": "CA",
"postalCode": "95525",
"countryCode": "US",
"country": "United States",
"countryCodeISO3": "USA",
"freeformAddress": "C Street & Greenwood Avenue, Blue Lake, CA 95525",
"countrySubdivisionName": "California",
"street": "Greenwood Avenue, Greenwood Road, Greenwood Street"
},
"position": "40.88511,-123.99087"
},
{
"address": {
"streetName": "Blue Lake Boulevard & Greenwood Avenue, Greenwood Road, Greenwood Street",
"crossStreet": "Blue Lake Boulevard",
"municipalitySubdivision": "Blue Lake",
"municipality": "Blue Lake",
"countrySecondarySubdivision": "Humboldt",
"countryTertiarySubdivision": "North Coastal",
"countrySubdivision": "CA",
"postalCode": "95525",
"countryCode": "US",
"country": "United States",
"countryCodeISO3": "USA",
"freeformAddress": "Blue Lake Boulevard & Greenwood Avenue, Blue Lake, CA 95525",
"countrySubdivisionName": "California",
"street": "Greenwood Avenue, Greenwood Road, Greenwood Street"
},
"position": "40.88576,-123.99068"
}
]
}