here-api Questions

2

This is my cURL request curl https://geocode.search.hereapi.com/v1/geocode?q=5%20Rue%20Daunou%2C%2075000%20Paris%2C%20France -H "Authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXXXX" This i...
Delacroix asked 20/8, 2020 at 7:8

4

Is there anyway with the HERE Javascript API to obtain an altitude given a specific latitude/longitude pair? The geo point returned by map.screenToGeo() only returns latitude and longitude as far a...
Nonperishable asked 5/8, 2015 at 17:35

1

Similar to Here maps geocode wrong postal codes for Israel. 7 digits is claimed on https://developer.here.com/documentation/geocoder/dev_guide/topics/coverage-geocoder.html but only 5 digits are r...
Chiropractor asked 3/12, 2020 at 20:10

2

Solved

I want to use custom markers using Here Maps with JavaScript, but I tried the documentation and unfortunately I don't understand how to set a custom marker with a custom icon. In this sample bello...
Bartle asked 14/7, 2018 at 16:30

2

Solved

I am very new to the Here Maps Routing API v8. I have tried the example provided here: https://developer.here.com/documentation/maps/3.1.15.1/dev_guide/topics/routing.html I have used the routin...
Amphoteric asked 29/5, 2020 at 20:8

2

Solved

Here below is my code to add an infobubble. I want to remove the current infobubble previously after click(tap) on a different marker. function addInfoBubble(map) { var group = new H.map.Group(...
Tonnage asked 16/11, 2015 at 9:21

4

Solved

I am using openlayers on Angular to display a map with here-api as the map tile provider. Openlayers 6.1.1 Angular 8.0.0 However, when the page is loaded the map does not fill the whole width. Thi...
Karns asked 31/12, 2019 at 5:57

1

Solved

Here Maps provide Maps Feedback API for i.e. submit information about missing places on their maps. I created a project and generate API Key which I used for Places API with success. Next, I tried...
Manhunt asked 6/5, 2020 at 10:46

1

We are building mobile application for truck navigation. When using HERE SDK route calculation for trucks, it sometimes tries to avoid a particular road segment, that is in reality suitable for tru...
Salgado asked 20/11, 2019 at 10:11

1

Solved

I have several markers in a group and I want to zoom in, so they're all visible. With version 3.0 of mapsjs I could do this: var cameraData = map.getCameraDataForBounds(group.getBounds()); map.se...
Haygood asked 10/12, 2019 at 13:4

8

I am working with the Here Map SDK and I need to show a blue icon with circle animation for current location like in image. Can anyone tell me how to do it. Right now I have code which sets the...
Brosine asked 27/6, 2017 at 17:36

1

Solved

I've just started checking the Here Geocode API and it looks really nice, although I experience an issue with postal codes for Israel: instead of 7-digits codes, it returns only 5 digits. Tried it...
Troposphere asked 8/1, 2019 at 20:19

2

Solved

How can I call HERE maps through HTTPS ? I'm using HTTPS on my server so when I call this: <script src="http://js.api.here.com/v3/3.0/mapsjs-core.js" type="text/javascript" ...
Evars asked 18/12, 2014 at 22:13

2

Solved

My application uses Here SDK and Twilio SDK. Both uses native libraries (Here SDK with native libraries locally plugged in from /libs and /jniLibs folders, Twilio SDK plugged in from jCenter). But ...

2

Solved

I'm using HERE Places API. Firstly I'm doing a search. For Example this query : https://places.cit.api.here.com/places/v1/discover/search?q=Test&at=35.6111,-97.5467&r=500&size=1&amp...
Janae asked 22/9, 2017 at 11:25

1

Solved

I'm trying to create a route using Here API in Swift but I'm having some issues because the completion block is never called so I cannot know exactly what is the problem. Here is my code: let core...
Guthrey asked 23/9, 2016 at 9:51

3

I am developing an app with the HERE SDK, and everything worked fine until now. I get errors like this one: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x750057 in tid 10206 (FinalizerDaemon) or...
Birth asked 8/5, 2016 at 15:36

1

I've read all the HERE Maps API documentation but couldn't find the answer. What is the meaning of the XML tags in the HERE real-time traffic REST API output? <FI><TMC PC="4375" DE="Rivon...
Antitoxin asked 3/12, 2015 at 12:43

3

I am looking for real-time traffic flow data. I found the traffic API is what I need: Click here but I really don't know what the meanings are for those XML tags, such as <FI> <TMC PC="11...
Menial asked 14/3, 2014 at 1:33

1

Solved

I want to implement HERE Maps in my App. I just started to implement a sample app that just show HERE Maps. My code: // map embedded in the map fragment private Map map = null; // map fragment ...
Croce asked 13/8, 2015 at 7:39

2

Solved

I hit a peculiar problem today which I haven't encountered or noticed before. While setting up a map in Here Maps 3.0, I noticed that if the browser window is "small", less than a full-screen one, ...
Ellenaellender asked 4/10, 2014 at 22:23

1

Anybody know how to create a proper URL to link to here.com maps, from my site? We use an extensive amount of API calls to embed the maps inside our site, but I want to send emails to people with a...
Deviltry asked 4/1, 2015 at 4:27

1

I have been using the getlinkinfo command to look at speed limits. The values returned by the API appear to be reduced by a factor of 3.6 relative to posted speed limits on roads in my community. F...
Tetradymite asked 2/4, 2014 at 19:24

3

Solved

I Follow this tutorial link for Nokia's Here Map integration. I got the output like this and error java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implement...
Lupien asked 26/2, 2014 at 5:37

1

I want to take advantage of some of the new features of the Windows Phone 8 Nokia Maps API (Microsoft.Phone.Maps.Controls namespace). I have a sequence of TileSource classes, each with a differen...
Spence asked 7/12, 2013 at 4:1

© 2022 - 2024 — McMap. All rights reserved.