By tag: Maps
0
kicks
Fast Dijkstra’s Algorithm Inside MS SQL CLR Stored Procedure
Fast Dijksta's algorithm realization using .NET C#.
It is put into MS SQL CLR SP for easy use right in SQL statements.
It allows to find fastest, shortest paths in a subset of vertices inside DB table.
Great SP for spatial database.
0
kicks
Plan a Route with the Bing Maps Silverlight Control and Bing Services
The first in a series of tutorials from Mando Group Labs creating a silverlight application using the Bing Maps Silverlight Control and the Bing Geocoding and Routing services to make a route planning application. Worth keeping an eye on.
0
kicks
Embed Dynamic Bing Maps with Javascript
We were recently asked to add dynamic Bing maps into a website. "No problem" we said - having no clue of the heartache that lay ahead. After beating our head against the wall for a while we eventually figured out how to use javascript to add Bing maps into a webpage, and we thought we'd sh...
0
kicks
An Englishman In Google Maps
Kevin explains why it’s not as simple as you would think to plot Ordnance Survey Grid References on Google Maps. Fortunately he also provides an excellent solution to this problem.
0
kicks
New feature in Live Maps needs your help
The microsoft live maps / virtual earth team needs help
0
kicks
How to add Google Maps to your .Net site in 10 minutes
Add Google Maps to your .Net website in 10 minutes. Full code to display a map with a marker & also geocoding (supply address in text & have the map display it).
0
kicks
Persistent Undo/Playback manager in JavaScript
In the article, we would like to describe the possibility of creation of persistent JavaScript objects on client’s side, using implementation of undo manager as an example. The article demonstrates that proposed uniform solution expands area where JavaScript objects may be used. To prove the concept...
0
kicks
Integrating Google Maps with your App!
How to integrate Google Maps and get the lat/long of an address.
0
kicks
Handling Google Maps API Keys with ASP.NET MasterPages and Web.config
Juggling Google Maps API keys for a single application between multiple locations (local development, testing server, production server, etc...) can be a pain. Here's a trick that will simplify your life.