GPS Remo­te Control

GPS-App Remo­te Con­trol­led via Inter­face — How to use a GPS app’s interface

In this exam­p­le we demon­stra­te how to use a GPS app’s inter­face to start a gui­dance to a coor­di­na­te. You can use the demo pro­ject we posted on Git­hub as a blue­print for your own deve­lo­p­ment. Plea­se click here to down­load the Map­Trip GPS app with the inter­face we use.

YouTube

Mit dem Laden des Vide­os akzep­tie­ren Sie die Daten­schutz­er­klä­rung von You­Tube.
Mehr erfah­ren

Video laden

What can you do with the interface?

Map­Trip API is the inter­face of our GPS app. The API can be used to per­form all major ope­ra­ti­ons that are com­mon­ly used in a GPS app. Let’s say you are in the logi­stics busi­ness and you want to sent a vehic­le to ten dif­fe­rent loca­ti­ons. Your app would use the API to start Map­Trip and pass the first desti­na­ti­on to it to start the gui­dance. When the desti­na­ti­on has been rea­ched, the GPS will inform your app through the inter­face and you can send Map­Trip into the back­ground. The user could then per­form the neces­sa­ry tasks in your app befo­re you start gui­dance to the next destination.

What is a Refe­rence Route?

In the exam­p­le we don’t just pass a coor­di­na­te through the API to the GPS app. We went the extra mile to show you how to use a refe­rence route.

A Refe­rence Rou­te is a string of coor­di­na­tes which defi­ne the rou­te its­elf that leads to the desti­na­ti­on. It is a pro­fes­sio­nal fea­ture which can be hel­pful if you want to pre­de­fi­ne the exact rou­te that your vehic­le is sup­po­sed to take. Use­ca­ses for this fea­ture can be in public trans­por­ta­ti­on whe­re a bus needs to fol­low a spe­ci­fic rou­te to the next stop (instead of the GPS app figu­ring out some other path).

Exam­p­le App on Github

In this video we explain how the Map­Trip inter­face works and what you as a deve­lo­per have to con­sider. We also explain how to use a refe­rence rou­te instead of a regu­lar guidance.

The demo appli­ca­ti­on shown in the video can be down­loa­ded here on Git­Hub. If you have any que­sti­ons, plea­se don’t hesi­ta­te to cont­act us. We’ll be hap­py to help you!

Skip to toolbar