Questions tagged [here-launcher]

HERE Launchers are simple to use APIs which enable you to launch HERE applications from your own Windows Phone application, to perform services provided by those applications.

The API is compatible with Windows Phone 8 devices. Additionally the API requires the HERE applications implementing the services being present in the device. In case the API is used without the implementing application being present in the device, then the user will be forwarded to the Application store for obtaining the required application.

Currently there are three HERE applications which are providing the services implemented in the HERE launchers API: HERE Maps, HERE Drive, and HERE Transit.

Full information on the API implementation can be found from the official documentation for HERE launchers

4 questions
1
vote
1 answer

How to Launch a Nokia Apps using HERE Launchers or Uri Schemes

After some research I found two separate links on the NOKIA dev resources website regarding different schemes for using either the HERE Launchers…
Matthew
  • 3,976
  • 15
  • 66
  • 130
0
votes
1 answer

WP8 HERE Maps walking directions between two points using official HERE Maps app

Using the HERE Launchers how can I get walking directions between two locations when the user presses a button on my page? Can I use names of places rather than coordinates? Also what references do I need for that app and is it possible for these…
0
votes
3 answers

How to certificate WP8 app with HERE launcher

I have created an application which use HERE Application Launchers and my app work fine on my Nokia Lumia 720. My problem is certification on marketplace I get the response like: The application exhibits device specific behavior that inhibits…
Mateusz Rogulski
  • 7,357
  • 7
  • 44
  • 62
-2
votes
2 answers

How to add more place in here map using c#?

i just try here launcher to add place using this code:- ExploremapsShowPlaceTask showPlace = new ExploremapsShowPlaceTask(); showPlace.Location = new GeoCoordinate((Double)watcher.Position.Location.Latitude, …
Gagas ANW
  • 1
  • 1