Google Map API in desktop application

Asked

Viewed 73 times

0

I have a project in which I need to add the functions of google map in a desktop application. My idea is to do this through a component (Widget) Webview. However I know absolutely nothing of how the google map API works.

I need a place to start.

  • It would be interesting to limit your need, the way it is is very broad. For example, it will be a Webview Javafx? Depending on the approach you can use JS API, depending on HTTP =D

  • Right! The application is developed in c++/Qt

  • And which ones Features you need to use? Depending on there is something ready and better to plot, then you would only use things like geocoding, Places, etc. In C++ I can not post anything for now, but depending on try to come up with an example

  • I don’t know much, as they call google map maps. But basically what I will need is the function of calculating routes, Places and geocoding. The software must have the marking (Places?) of the company’s customer location. The cell phone of the representatives will communicate with the application sending from time to time its location, the main software will be able to follow the route, knowing how much of the path has already been traveled, how much time it will cost to reach the destination etc. The communication between the representatives cell phone and the application has not yet been decided, can be by sms or webservice.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.