Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8890843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T22:35:42+00:00 2026-06-14T22:35:42+00:00

Problem I want to launch Nokia Maps inside Windows Phone 8 but I can’t

  • 0

Problem

I want to launch Nokia Maps inside Windows Phone 8 but I can’t find the URI scheme which would allow me to do this.

Nokia Maps doesn’t seem to listen to their REST Api or url either. (While this does work in Windows Phone, it’s not using the Nokia Map it uses the browers)

My eventual goal is to figure out all the things Nokia Maps can do (X to Y, center on a gps coordinate, label locations, etc), and access them through app launching.

I originally tried the bingmaps URI scheme:

http://msdn.microsoft.com/en-us/library/windows/apps/jj635237.aspx

However this did not work, as Windows Phone 8 does not have Bing Maps, and does not listen to the old Bing Maps schema. I did try “nokiamaps:” but no luck 🙂

Additional Information

In Windows Phone 8 it’s pretty trivial to launch another app if you know the URI scheme:

http://msdn.microsoft.com/en-us/library/windows/apps/xaml/Hh779672(v=win.10).aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-4

If I could find documentation on their schema I’d be set!

TLDR

Can you solve the following problem: Fill in the empty string launchNokiaMaps to launch the Nokia Maps app.

private async void launch()
{
    string launchNokiaMaps = "";
    await Windows.System.Launcher.LaunchUriAsync(new Uri(launchNokiaMaps));
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T22:35:43+00:00Added an answer on June 14, 2026 at 10:35 pm

    After investigation, I found the Uri:

    private async void launch()
    {
        string launchNokiaMaps = "explore-maps://v1.0/?latlon=56.615495,12.1865081&zoom=5";
        await Windows.System.Launcher.LaunchUriAsync(new Uri(launchNokiaMaps));
    }
    

    That will lauch the Nokia Maps app.

    However you should be careful with that because Nokia Maps is not necessarily installed on Windows Phone 8 devices. For example, HTC devices come with the default “Maps” app.

    So if you just want to open the default Maps app, you should use the MapsTask. That will work on every Windows Phone 8 device.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to create an application which will not launch in AppStore but all
Problem I want to use the interactive debugger with IntelliJ. Unfortunately, I can't convince
Problem I want to create an application that can be extended somehow by programmers.
I have a problem when I want to launch VLC from Apache using PHP.
I'm hoping this isnt too much of a problem, but I want to make
I want to get quick launch bar size, but my code returns false, where
hi Its been 2 days looking for this simple problem. I want to launch
I've been searching on this for a while now, but I can't find anything
I want to be able to launch multiple browser windows and get the html
Problem: I want to add headers in the middle of a gridview databind. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.