We are trying to allow people to open their navigation app to show the one or more addresses that we already have set up for them. Is this possible with the HereWeGo app? The reason why we don't use Google maps for this is due to the fact they are driving in trucks and there HereWeGo App supports this.
Thanks,
Alex
The HERE WeGo service does not offer Truck routes as an option, the only options available are:
Car
Public transport
Pedestrian
Taxi
You can visit the HERE WeGo website at the following link so you can review all of its features: https://wego.here.com/
Similarly, we are pleased to tell you that we provide the Truck routing service through our Routing v8 API or if you prefer, we still have SDKs available that can be adjusted to what you need to do.
We invite you to take a walk through our documentation to learn more about these services:
https://developer.here.com/documentation
https://developer.here.com/documentation/routing-api/dev_guide/index.html
Best regards!
Related
We are currently using HERE technologies for our routing & navigation product for on demand bus service.
We are invited to run on demand bus service in an industrial complex. The area is privately run. There are 2 specific requirement which will determine routing and navigation solution that we use for the on demand bus service in that complex:
Able to maintain and update map details in the industrial complex quickly and easily. Map within the industrial complex will be maintained by the industrial complex administrator. They will update or draw their own map as and when new road are built or changed. And it should reflect immediately (in very short lead time) for routing and navigation purpose.
Map details must not be open to public.
We are currently using HERE Map for turn by turn navigation and route planning. However, we are referring to public map which is hosted by HERE map. And also any changes of map details will subject to normal process and lead time of here map creator
https://mapcreator.here.com/
Please help to check whether or not any of HERE product allowing us to have full control of map update and not open to public. It is also important to make sure the version of map can be linked to route planning and turn by turn navigation (Android Mobile SDK).
The product that we think potentially can fit into this requirement are
HERE XYZ -- https://www.here.xyz/
&
https://www.here.com/products/location-based-services/self-hosting
Please help to double confirm if we can still use HERE Technologies product and services for such project requirements.
Yes, self hosting the HERE Map data and Location services is possible. Like stated on our page:
When businesses require more control of their data and infrastructure environment, then uploading to a public cloud is not an option. HERE offers a variety of location services that can be hosted on your own privately controlled infrastructure, on your preferred public cloud provider, or both. We aim to meet your exact needs – whether you’re building a new solution or integrating location functionality into an existing platform.
Please contact HERE Sales with your use case:
https://www.here.com/products/location-based-services/self-hosting?form_id=1811&cta_id=21096_contact-us&detailed_source=www.here.com%2Fproducts%2Flocation-based-services%2Fself-hosting
We are planning to develop a web based application for one of the Research Institute.
Overview of the application:
It is survey application
It requires login credentials for data-entry operator to open web-app for collecting participant’s information
It has fixed number of login credentials for data-entry operators (No user registration)
Google Maps APIs will be used in this application for locating and collecting participant’s address details (Places Search APIs and
Reverse Geo coding)
We have gone through the following links
https://developers.google.com/maps/pricing-and-plans/
https://developers.google.com/maps/terms
As this application will be used by Research Institute, We are not sure which plan (Standard/Premium) can be used for such type of application.
Also we are not able to connect with Sales team where we can evaluate the application for correct billing plan.
We need help on following items
Identifying correct plan/package for pricing and legal terms as the customer is a research institute
How can we connect to direct Googles' sales team for clarifying or identifying correct plan as there is no direct support available except for Premium plan?
After different searches (googling) and connects found below URL to connect with Google Support team for Map API queries
https://enterprise.google.com/intl/en_in/maps/contact-form/
Note: We got response from google support team after aprox. 7 days. So expect minimum 7 days for response.
Hope this would help to someone having similar query.
Thanks!
My application let users capture and organize their online learning experiences. For this we ask for users' learning interests during onboarding. Just wanted to check if I can make use of AutoSuggestion API to provide suggestions to users. Here the intention of users is to enter something related to learning interest like JAVA, AWS, Oracle, Geography, digital marketing, SEO etc.
Ex. if user enters "ja", the application should show java, java script. Currently I get the following responses: java, jacobsconnect, jamba juice, jack in the box etc. Am using Test API console for Auto Suggest API. It finally makes this HTTP request
GET https://api.cognitive.microsoft.com/bing/v5.0/suggestions/?q=ja
HTTP/1.1 Host: api.cognitive.microsoft.com Ocp-Apim-Subscription-Key:
••••••••••••••••••••••••••••••••
I can build a curated list of skills and implement auto-fill. But am just curious to know if I can use Auto Suggest API instead. I couldn't find any useful information through their online documents.
I have got the following response from Azure service team and unfortunately the requested feature is not possible with Autosuggest API. Please find their response below:
Hi! We wanted to follow up and let you know that the service team informed us the functionality requested in your SO post is not part of the AutoSuggest API. They have, however, noted your interest in this type of behavior and appreciate the feedback.
I use APIGee for both API Proxy and Documentation, using a customized documentation site.
Following the recent APIGee outage this weekend, when I access my registered application list using my personal login on the documentation portal, I can no longer retrieve my application keys.
I get the error
STATUS: 404 - Not Found; Communication with the Apigee endpoint is
compromised. Cannot get API Products List.
The strange thing is that if I use my admin login at accounts.apigee.com, I can see 2 of my 3 applications listed... but one has disappeared. And more worryingly, this portal provides different application keys to the ones that were initially provided though the documentation portal.
I haven't been able to find any good documentation on this. How are these two sites linked together? Why are the keys different on both sites? What has caused my data to go missing?!
Tadhg -
This sounds like an issue that needs investigation by Apigee Global Support.
Would you please create an Apigee Support case? Please provide any applicable details, including your Organization name, the API call(s) you are making, the 3 applications you expect to see, and any other details you think might be helpful to diagnose.
Thanks!
Prior to iOS 6, the ios maps api had restrictions for developers, imposed by Google, some of which are the following:
10.9 use the Service or Content with any products, systems, or applications for or in connection with:
(a) real time navigation or route guidance, including but not limited to turn-by-turn route guidance that is synchronized to the position of a user's sensor-enabled device;
(b) any systems or functions for automatic or autonomous control of vehicle behavior; or
(c) dispatch, fleet management, business asset tracking, or similar enterprise applications (the Google Maps API can be used to track assets (such as cars, buses or other vehicles) as long as the tracking application is made available to the public without charge. For example, you may offer a free, public Maps API Implementation that displays real-time public transit or other transportation status information.
(taken from http://code.google.com/apis/maps/iphone/terms.html. Apple's Map Kit framework also points there.)
Are these restrictions still in place for ios 6, despite Google no longer providing the maps? Searched the web (and Apple's documentation) for an answer but came up short.
I'm going to build an app that manages a company's rental car fleet (private) and need to use a maps solution for just that. Up until ios 6 I was leaning towards using openlayers + webview but would rather use a native solution if possible.
Thank you in advance.
Maybe that's not the case, but seems that if you use CoreLocation to obtain vehicle location and then use in somehow for fleet management, you're not allowed to do that as far as it contradicts the App Review Guidelines 4.3:
4.3
Apps that use location-based APIs for dispatch, fleet management, or emergency services will be rejected
UPD (1.feb.15): As lan noticed, this guideline is no longer present in the list.