I'm using the autocomplete API of HERE API. When I paste some address: "4141 Pingree Rd, Howell, MI 48843, United States", it finds nothing. But, if I'm typing that address, it is found.
Why if I paste an address it can't find anything? only by typing?
Here's the https request (without the app_code & app_id): https://autocomplete.geocoder.api.here.com/6.2/suggest.json?maxresults=5&country=USA&language=en-US&jsonattributes=1&query=4141%20Pingree%20Rd%2C%20Howell%2C%20MI%C2%A048843%2C%20United%20States&beginHighlight=%3Cmark%3E&endHighlight=%3C%2Fmark%3E&jsoncallback=__jsonp1_
Thanks.