here-api

Here maps geocode wrong postal codes for Israel

倾然丶 夕夏残阳落幕 提交于 2021-01-05 07:16:58
问题 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 via REST: https://geocoder.api.here.com/6.2/geocode.json?app_id=YOUR_APP_ID&app_code=YOUR_APP_CODE&searchtext=הרצל+50+חיפה returns postal code 33211 while the actual postal code, according to Israel Post website is 3321103 Is this the API problem or do I miss something? 回答1: HERE Map currently

Here maps geocode wrong postal codes for Israel

橙三吉。 提交于 2021-01-05 07:16:26
问题 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 via REST: https://geocoder.api.here.com/6.2/geocode.json?app_id=YOUR_APP_ID&app_code=YOUR_APP_CODE&searchtext=הרצל+50+חיפה returns postal code 33211 while the actual postal code, according to Israel Post website is 3321103 Is this the API problem or do I miss something? 回答1: HERE Map currently

SDK Here Navigate Flutter - Maneuver object with null values

纵饮孤独 提交于 2020-12-13 05:42:06
问题 I use SDK HERE Navigation version 4.5.4 for Flutter. During navigation, I get the next maneuver index through routeProgressListener listener of VisualNavigator object, then I get the maneuver object in my route object. But for each maneuvers of my route those parameters return null : roadName roadNameLanguageCode roadNumber nextRoadName nextRoadNameLanguageCode nextRoadNumber But the parameter text return me a correct value. My logs: flutter: NAV - nextHereManeuver : action ManeuverAction

SDK Here Navigate Flutter - Maneuver object with null values

走远了吗. 提交于 2020-12-13 05:41:42
问题 I use SDK HERE Navigation version 4.5.4 for Flutter. During navigation, I get the next maneuver index through routeProgressListener listener of VisualNavigator object, then I get the maneuver object in my route object. But for each maneuvers of my route those parameters return null : roadName roadNameLanguageCode roadNumber nextRoadName nextRoadNameLanguageCode nextRoadNumber But the parameter text return me a correct value. My logs: flutter: NAV - nextHereManeuver : action ManeuverAction