Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I had created all the functions that I need to geocode and reverse geocode in c# but now i want in javascript. Right now I have this code in javascript but he only starts the I want that when the user search something on my textbox he center on the map and put it a pushpin on it.

JavaScript
function GetMap() {
   // Initialize the map
   map = new Microsoft.Maps.Map(document.getElementById("mapDiv"), {
      credentials: "My Bing Maps Key",
      mapTypeId: Microsoft.Maps.MapTypeId.road});
}
Posted
Updated 29-Aug-12 8:21am
v3

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900