Questions tagged [here-autocomplete]

15 questions
2
votes
1 answer

HERE autocomplete API exclude result types (street, houseNumber etc)

HERE autocomplete API request when made on 9535 returns 5 results which all match on result type street instead of postalCode as they do with Google Maps by default.…
Akrion
  • 18,117
  • 1
  • 34
  • 54
1
vote
2 answers

HERE API Autocomplete - Paste an address isn't found. Only typing

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…
Zvi
  • 577
  • 6
  • 19
1
vote
0 answers

Is this a bug or is this a normal response - dashes in 5 digit-long address results

I'm using the here.com autocomplete api: https://autosuggest.search.hereapi.com/v1/autosuggest?at=42.812151,-84.510501&in=countryCode:USA,CAN&apiKey=API_KEY&q=23445%20r And I'm getting dashes in some - not all - 5-digit house numbers: { "items":…
John P.
  • 41
  • 3
1
vote
1 answer

HERE Geocoder Autocomplete API

I am using the HERE Geocoder Autocomplete API. It works perfectly well but I would like to know : How can I specify a minimum matching level like "street" or "city" so it won't return me the result with a matchLevel of "state" or "county" ?
Anas Bud
  • 347
  • 4
  • 15
0
votes
0 answers

Unauthorized error while using api key in ios or android app

Am using here api for autosuggest, api is restricted at domain level, Api is working fine at my website but when i use the same api key at android or ios its giving unauthorized error. PS: I have not integrated sdk to my ios or android, I am…
0
votes
2 answers

HERE autosuggest get complete address informations

I'm currently working with HERE API, using autosuggest to get my results. In the adress object of each response I only got "label" who look like this : "address": { "label": "Resort Mark Brandenburg, An der Seepromenade 20, 16816 Neuruppin, Germany"…
Cracs
  • 425
  • 1
  • 8
  • 29
0
votes
1 answer

How to use HERE Geocoder Autocomplete API with Angular and Jsonp?

When I call the HERE Geocoder Autocomplete API endpoint : https://autocomplete.geocoder.ls.hereapi.com/6.2/suggest.json ?apiKey={YOUR_API_KEY} &query=Pariser+1+Berl &beginHighlight= &endHighlight= as explained in the documentation using…
beurre
  • 1
  • 2
0
votes
1 answer

Multiple location filters

I would like to be able to send requests with multiple 'circle-filters' or 'bounding box-filters'. For example: autosuggest?in=ONE-CIRCLE;ANOTHER-CIRCLE&q=some…
0
votes
1 answer

Use common city instead of postal city in AutoComplete results

Is it possible to return the common (geographic) city name results for AutoComplete instead of or in addition to the post office city? For example, there are 37 cities served by the Minneapolis, MN Post Office. All of them will return results using…
James
  • 46
  • 3
0
votes
1 answer

How to get suburbs by postcode?

I search by postcode http://autocomplete.geocoder.api.here.com/6.2/suggest.json?app_id=API_ID&app_code=APP_CODE&query= 3084&country=AUS Expect results will be all suburbs(Viewbank, Rosanna, Heidelberg ...) have the postcode 3084, but the result is…
Tom
  • 1
  • 2
0
votes
1 answer

HERE geocoder-autocomplete with ReactJS suddenly returning Network Error on Firefox

I've implemented the solution from the HERE tutorial and it worked well on firefox and chrome. However, few weeks ago it stopped working on Firefox and started returning Network Error. The request doesn't even show on my network log. I've tested the…
rfdc
  • 1,665
  • 1
  • 10
  • 15
0
votes
1 answer

Accurate Geocode Data Using Here API

Hellos, I gave up on using Google Places due to the cost and decided to go with here geocode api. I started using Places Search API which works pretty great but does not return the lat and lng. So my solution is as follows Get location Ids from the…
user3052526
  • 681
  • 10
  • 24
0
votes
1 answer

How to show marker on that lat/long when appending lat/long in Here We Go Url and How can i get Phone number from place api

I used Reverse Geocoding in my code using TRACK_POSITION where i need to pass bearing . ResultListener listener = new ReverseGeocodeListener(); ReverseGeocodeRequest2 request = new ReverseGeocodeRequest2(geoCoord, null,…
-1
votes
1 answer

Is there a possibility to get here maps api autocomplete method with typo fixing?

For example when putting 'barclona' autocomplete response should be 'barcelona'
Szymon
  • 1
-2
votes
1 answer

Is there a filter option for matchLevel on here's autosuggest?

I just set up autosuggest but I only want street addresses returned, is there a parameter for filtering matchLevel?
Ryan Kauk
  • 51
  • 3