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

  • SEARCH
  • Home
  • 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 9250913
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T10:33:56+00:00 2026-06-18T10:33:56+00:00

Google Maps on windows phone How can I add pushpins and get directions in

  • 0

Google Maps on windows phone

How can I add pushpins and get directions in here.
Do I require to use JavaScript

  • 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-18T10:33:57+00:00Added an answer on June 18, 2026 at 10:33 am

    Note in this method:

    
    function addMarkers () {
        for (var i = 0; i < dataResults.features.length; i++) {
            var quake = dataResults.features[i];
            var coors = quake.geometry.coordinates;
            var latLong = new google.maps.LatLng(coors[1], coors[0]);
            var marker = new google.maps.Marker({
                position: latLong,
                map: map
                //icon: getCircle(earthquake.properties.mag)
            });
        }
    }
    

    The important part in that is when we create a marker we give it a map object, which was initialized from the div ‘mapdisplay’ so we initialize that map object here

    
    function initialize() {
        map = new google.maps.Map(document.getElementById('mapdisplay'), {
            zoom: 3,
    ...
    

    and in turn it is passed as the ‘map’ parameter in the call to:

    new google.maps.Marker

    This is using the returned earthquake data from the USGS and simply creating the new marker.
    You can simply use a similar technique to add your own pins (ie markers), and yes – you need JavaScript : )
    https://developers.google.com/maps/documentation/javascript/overlays

    In order to get directions see “Displaying the DirectionsResult” at https://developers.google.com/maps/documentation/javascript/directions
    or an overview at
    https://developers.google.com/maps/documentation/directions/

    For a working sample (it’s not win8 but it shouldn’t matter as I’m assuming you are using a Windows 8 HTML/JS application)
    Get directions in new window Google maps API v3

    Now with that said – you can also use Bing Maps as well and it’s quite documented for Windows 8 applications

    Bing Maps for Windows Store Apps

    Bing Maps SDK for Windows Store apps Samples

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

Sidebar

Related Questions

Can I caching google maps in Windows Phone? I use GoogleTileSource : <my:MapTileLayer Name=street
I am running several apps that use Google Maps. On Android and Windows Phone
Can somebody please explain why my Google Maps info windows are only opening at
I was trying to use the Google Maps API V3 in my new Windows
In the new Google Maps for Android API v2, I can very easily get
I have a script here: <!DOCTYPE html> <html> <head> <title>Google Maps JavaScript API v3
I need to create a custom look for the Google Maps info windows (straight-edge
Google Maps itself can sort of Highlight areas, when you are searching for example
I am using Google Maps V3 API to display my map. Problem: How can
here is my code - I've tried using the google maps api and other

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.