HerePy
HerePy copied to clipboard
A library that provides a Python interface to the HERE location APIs.
Hello team, will you support Multi Reverse Geocode soon ? [Multi Reverse Geocode] https://developer.here.com/documentation/geocoder/dev_guide/topics/resource-multi-reverse-geocode.html Best regards, Etienne Fongue
Hi all! Is there any implementation of tour planning yet or if not are there any options to make this? https://platform.here.com/services/details/hrn:here:service::olp-here:tour-planning-3/api-ref Thanks!
Hello there, I struggled for a while figuring out why the parameters I was passing to avoid tollTransponders and tollRoads weren't working. After debugging a bit and printing requests sent...
According to the following HERE documentation, HERE HD Map use special encoding method for coordinates: https://developer.here.com/documentation/here-lanes/dev_guide/topics/hd-map-coordinate-encoding.html Can you add the feature for encoding and decoding the HERE HD Map coordinates...
Hello, I have upgrade the geocoding functionality in the GeocoderApi class to accommodate scenarios where only partial address information, such as city and postcode, is available. Currently, the address_with_details method...
1. Improve `encode_parameters` method, so it processes dict parameters correctly. Here API expects multi-level dict to be expressed as `key[sub1]=val1&key[sub2]=val2`. The method supports only one level sub-dict, which as far...
When executing `route_v8`, `avoid`, `exclude` and `truck` parameters are ignored. 1. Only first key from argument dict is taken from those arguments [[1](https://github.com/abdullahselek/HerePy/blob/a8f1b580482fbd88d9e6660cf17cc4c63407f279/herepy/routing_api.py#L460)], [[2](https://github.com/abdullahselek/HerePy/blob/a8f1b580482fbd88d9e6660cf17cc4c63407f279/herepy/routing_api.py#L466)], [[3](https://github.com/abdullahselek/HerePy/blob/a8f1b580482fbd88d9e6660cf17cc4c63407f279/herepy/routing_api.py#L480)] 2. Arguments are formatted incorrectly....