HERE Maps Fleet telematics API - value Interpretations - api

I am using fleet telematics API to get the speed limit and traffic sign along the GPS traced route. I am facing difficulty in decoding the values received. I was earlier using the below documentation,
https://documentation.developer.here.com/pdf/locations_data_to_route_hlp/2.5.10/Fleet%20Telematics%20Route%20Matching%20v2.5.10%20Developer's%20Guide.pdf
unfortunately, the above link is not working. Can anyone please help with the document or site where I can get this information?
Thank you very much in advance.

Related

Is Google Fit API free?

We want to build a mobile app that will use Google Fit API, and I searched for some time, but I didn't understand if this API is free or not? Did anyone use this API? Does exist a free tier or can anyone provide a webpage where I can find prices for using this?
Thanks a lot!

How to see the remaining quota on api youtube v3

I rest an old question which for me has remained unanswered (I do not know if it is possible to go back with an old question on SO).
I hope the weather will have done its job.
I searched a lot on the internet but without success.
I'd like to know if it's possible, through an API request, to get the remaining daily quota on a youtube V3 project.
#MickaelLherminez You can find out your daily quota usage and limit in your Google Developer Console (https://console.developers.google.com).
Once you select your project, go to "Dashboard" and click on "YouTube Data API v3" below your graphs.
Once you click it, you can find your quota information in the "Quotas" block on the left side just below what service you're using (in this case YouTube Data API v3)
This is not possible at this time. The most that you can do is use the YouTube API's Quota Calculator to see how much quota you are using in a day and estimate how much you have left. Hopefully, YouTube will add this feature in the future. Sorry I couldn't be of more help.

get bouncing rate on alexa api

Alexa's webpage provides bounce-rate ( defined as the percentage of visits to the site that consist of a single pageview). But I can't get the bounce-rate through the api.
Is it possible the api simply doesn't expose it outside?
[I've read alexa's api manual , and looked around the web, but no answers].
btw - If you have suggestions for other methods to get bounce rates, I'd appreciate them too!
Just in case anyone stumbles here: I ended up using SimilarWeb's API
... It's paid, but it's good!

The Geocoding api returns a wrong location for a pincode, but Google maps returns right location

I used the pincode (400036) in the geocoding webservice, but got a location in China. The webservice is shared below.
http://maps.google.com/maps/api/geocode/json?address=india&components=postal_code:400036&sensor=false
Ideally it should be a location in Mumbai (Bombay) in the state of Maharashtra, India.
Any ideas why this could occur?
Also, any other parameters that can be passed to make this particular pin code work?
Thanks and regards,
Anand
P.S.: I'm a Business Analyst, so my technical know-how and command of programming languages is pretty limited. However, I'll be most happy to receive help from the community here and pass it on to my dev team. Thanks.
Geocoding and working with real-world data is hard, and not even the great Google (no sarcasm, I'm a fan) gets it right all the time. Apparently there is a software or data bug in the Google API, since this works (added Country India to the component filter):
http://maps.google.com/maps/api/geocode/json?components=postal_code:400001%7Ccountry:IN&sensor=false
But this does not, and is not even filtering by country because it still returns Chinese results:
http://maps.google.com/maps/api/geocode/json?components=postal_code:400036%7Ccountry:IN&sensor=false
If you're a paying customer, you can contact Google for support here: http://www.google.com/enterprise/portal
You can use http://geoanalyzer.in for this. Google maps and google api are slighly different as Google Maps shows you results from both Google Maps API and also from Google places hence a lot of time you get wrong data in case of Google Maps API. Geo Analyzer solved this and has been built specifically for Indian addresses.
This is one of the few available solutions that is targeted for Indian address system complexity. I hope this will help.

Is there any traffic API available which can give me data for real time as well as past data(for few months)?

I know about mapquest traffic API http://platform.beta.mapquest.com/traffic/, bing - http://msdn.microsoft.com/en-us/library/hh441730 but they all provide for real time no past data.
please suggest any type of help will be appreciated