Sign in
Keith Kinnan's Blog
Bing Maps Development, API's, Technology...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASP.NET
Bing Map Apps
Bing Map Control API
Bing Maps
Bing Maps Web Services
CodePlex
GeoRSS
KML
Live Search Maps
MapCruncher
MIX09
MIX10
PDC
PDC09
PDC2008
Silverlight
Streetside
TechEd
VEShape
Virtual Earth
Virtual Earth 3D
Virtual Earth API
WCF
Web Services
WPF
Archive
Archives
January 2012
(1)
August 2011
(1)
July 2011
(1)
May 2011
(2)
March 2011
(1)
November 2010
(2)
October 2010
(1)
June 2010
(2)
March 2010
(3)
December 2009
(3)
November 2009
(5)
October 2009
(1)
June 2009
(1)
May 2009
(3)
April 2009
(5)
March 2009
(10)
December 2008
(2)
October 2008
(7)
September 2008
(3)
August 2008
(1)
July 2008
(1)
June 2008
(1)
April 2008
(2)
February 2008
(1)
January 2008
(4)
November 2007
(6)
October 2007
(7)
September 2007
(1)
May 2007
(5)
April 2007
(7)
March 2007
(1)
December 2006
(2)
November 2006
(2)
September 2006
(3)
June 2006
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Keith Kinnan's Blog
Virtual Earth API: Creating Numbered Pushpins
Posted
over 6 years ago
by
Keith Kinnan
4
Comments
Many people have asked how to create numbered pushpins using the Virtual Earth API. One way to do this is to have custom pin images with numbers in the image. However, you can also do this in the v5 API using VEShape and custom HTML and CSS styles for...
Keith Kinnan's Blog
Virtual Earth API: Adding KML or GeoRSS Layers to the Map
Posted
over 6 years ago
by
Keith Kinnan
5
Comments
One of the new features of the Virtual Earth v6 Map Control API is the ability to import KML layers on the map. Previous versions of the API allowed you to import GeoRSS using client-side XML parsing. However, one of the restrictions was that the GeoRSS...
Keith Kinnan's Blog
Virtual Earth API: GeoRSS Layers
Posted
over 6 years ago
by
Keith Kinnan
9
Comments
The v5 Virtual Earth API has improved GeoRSS support. The Virtual Earth API now integrates GeoRSS Layer support with the VEShapeLayer. So, you can now load a GeoRSS layer feed and then access the items in that layer through the VEShapeLayer and VEShape...
Keith Kinnan's Blog
Virtual Earth 3D Scenes Mashup
Posted
over 7 years ago
by
Keith Kinnan
1
Comments
Here is a simple example mashup that automatically cycles through a set of Virtual Earth 3D Scenes every minute. This mashup shows how to control the screen view of Virtual Earth 3D. Virtual Earth 3D Scenes Mashup Here are some screenshots of some...
Keith Kinnan's Blog
Virtual Earth API: Simple VEShapeLayer Example
Posted
over 6 years ago
by
Keith Kinnan
6
Comments
One of the powerful features of the Virtual Earth v5 API is the new VEShapeLayer. The VEShapeLayer allows you to organize VEShapes into groups. In the previous VEShape example, the VEShapes were added directly to the map. When shapes are added directly...
Keith Kinnan's Blog
Bing Maps Traffic Gadget for Windows Vista Sidebar
Posted
over 6 years ago
by
Keith Kinnan
8
Comments
If you have not seen this already, check out the Bing Maps Traffic Gadget . It attaches to your Windows Vista sidebar and shows the real-time traffic conditions from Bing Maps for the major city around the U.S. of your choice. The cities you can choose...
Keith Kinnan's Blog
Virtual Earth API: Using GeoRSS Layers
Posted
over 7 years ago
by
Keith Kinnan
4
Comments
One of the powerful features that was introduced in the Virtual Earth APIs in version 3.0 is the GeoRSS Layer. The GeoRSS Layer allows you to easily add a set of points and information to the map from a standard GeoRSS XML file using the W3C Basic Geo...
Keith Kinnan's Blog
Bing Maps Ajax Control v7 – Hello World Sample
Posted
over 3 years ago
by
Keith Kinnan
7
Comments
We recently just announced the latest Bing Maps Ajax Control v7 . I wanted to start with some simple “Hello World” samples to help get you started developing with v7. First, you must go the Bing Maps Account Center and sign up for a free developer...
Keith Kinnan's Blog
Virtual Earth API: Using Tile Layers
Posted
over 6 years ago
by
Keith Kinnan
1
Comments
In the v3 version of the Virtual Earth API, we added support for custom Tile Layers, which allows you to add your own custom imagery and overlays on the map. One of our developers, Jaya Bhatia blogged about Tile Layers with the v3 Virtual Earth API...
Keith Kinnan's Blog
Virtual Earth API: Simple VEShape Example
Posted
over 6 years ago
by
Keith Kinnan
1
Comments
The Virtual Earth v5 APIs added a new VEShape class to make it easier to create pushpins, polylines, and polygons. The new VEShape class gives these shapes a standard interface and a uniform way to create and access drawing elements on the map. VEShapes...
Keith Kinnan's Blog
Virtual Earth Silverlight Map Control CTP – Building a “Hello World!” Sample From Scratch
Posted
over 4 years ago
by
Keith Kinnan
3
Comments
I wanted to start with a simple “Hello World!” sample to show you how to create your first application with the Virtual Earth Silverlight Map Control CTP . With just a few easy steps, you can get started building applications with the Virtual Earth Silverlight...
Keith Kinnan's Blog
Virtual Earth Santa Tracker
Posted
over 5 years ago
by
Keith Kinnan
0
Comments
Check out the MSNBC Virtual Earth Santa Tracker . You can see Santa at his village in the North Pole and also track Santa as he travels around the world delivering presents. The Santa Tracker requires the Virtual Earth 3D plugin to be installed...
Keith Kinnan's Blog
Bing Maps Silverlight Control Code Samples Available from PDC09
Posted
over 4 years ago
by
Keith Kinnan
4
Comments
Thanks to everyone who attended my session CL36: Deep Dive on Bing Maps Silverlight Control at PDC09 ! Hope you had a good time. Here is a link to the code samples from the session: Download BingMapsSilverlightSamplesPDC09.zip To use...
Keith Kinnan's Blog
Virtual Earth v6 API Now Available!
Posted
over 6 years ago
by
Keith Kinnan
5
Comments
We just released the Virtual Earth Map Control v6 API. You can find all the latest details in the Virtual Earth Map Control SDK, Version 6.0 . Or you can download the Virtual Earth Map Control SDK (CHM file) directly. You can also try out the updated...
Keith Kinnan's Blog
Virtual Earth API: Adding a GeoRSS Layer Without an Automatic View Update
Posted
over 7 years ago
by
Keith Kinnan
3
Comments
When adding a GeoRSS layer to the map, the current map view gets updated automatically so the best view of the GeoRSS layer is visible. However, several people have asked how to disable this since they are adding several layers to the map or already had...
Keith Kinnan's Blog
Virtual Earth API: Importing Virtual Earth Collections into VEShapeLayers
Posted
over 6 years ago
by
Keith Kinnan
4
Comments
The same way you can import GeoRSS Layers into VEShapeLayers , you can also import any public Virtual Earth Collection from Live Search Maps . It is very simple to do and is probably one of the easiest ways to create a Virtual Earth application. Steve...
Keith Kinnan's Blog
Virtual Earth API: Bulk Adding Pushpins to a Layer to Improve Performance
Posted
over 6 years ago
by
Keith Kinnan
3
Comments
One of the new features from the Virtual Earth v6 Map Control API is the ability to bulk add groups of pushpins to the map in one step. This improves performance when putting a large number of pushpins on the map since the HTML markup of the pushpins...
Keith Kinnan's Blog
Bing Maps
Posted
over 4 years ago
by
Keith Kinnan
1
Comments
Microsoft Virtual Earth is now officially known as “ Bing Maps ”. You can see the Bing logo on the Bing Maps website (formerly known as Live Search Maps) and on the Bing Maps Interactive SDK . You can see the SDKs for the Bing Maps Web Services and the...
Keith Kinnan's Blog
Virtual Earth Silverlight Map Control CTP – Spinning Map with Silverlight 3
Posted
over 4 years ago
by
Keith Kinnan
4
Comments
The Virtual Earth Silverlight Map Control CTP is designed to work with Silverlight 2. However, since Silverlight 3 is reverse-compatible with Silverlight 2, you can use it with Silverlight 3 projects also. At MIX09 , Joe Stegman demonstrated a nice...
Keith Kinnan's Blog
Virtual Earth API: How to Create a Full-Screen Virtual Earth Mashup
Posted
over 6 years ago
by
Keith Kinnan
1
Comments
Using the Virtual Earth Map Control API, it is very simple to create a mashup application that is full screen and takes up the entire browser window. Here is the source code for creating a v6 Virtual Earth full-screen mashup: <!DOCTYPE html...
Keith Kinnan's Blog
Virtual Earth Screen Saver
Posted
over 6 years ago
by
Keith Kinnan
1
Comments
Check out the Virtual Earth Screen Saver I created and uploaded on CodePlex , Microsoft's open source project website. The screen saver reads Virtual Earth permalinks from RSS feeds and uses the Virtual Earth API to show Birdseye and satellite images...
Keith Kinnan's Blog
Virtual Earth API: Customizing Mouse Wheel Zoom
Posted
over 6 years ago
by
Keith Kinnan
2
Comments
The Virtual Earth map control supports several interactive ways to zoom in and out on the 2D map view. For example, you can: Click on (or click and hold) the zoom In/zoom Out icons on the navigation control. Double-click on the map to zoom in at a particular...
Keith Kinnan's Blog
Virtual Earth API: Accurately Position Points in Birdseye
Posted
over 6 years ago
by
Keith Kinnan
1
Comments
In the Virtual Earth v6 API, one of the new features is improved Birdseye accuracy. The Virtual Earth v6 API has some new methods to more accurately position pushpins when in Birdseye view. Satellite (Aerial/Hybrid) and Road imagery views are direct...
Keith Kinnan's Blog
Update to Bing Maps AJAX Control v7
Posted
over 2 years ago
by
Keith Kinnan
2
Comments
We recently updated the Bing Maps AJAX Control v7 a week ago with some new features. Check out the official announcement on the Bing Maps Blog if you missed it. Here are some details for developers of the new features in this update...
Keith Kinnan's Blog
Virtual Earth API: Simple Multipoint Routing Example
Posted
over 6 years ago
by
Keith Kinnan
3
Comments
One of the new features of the Virtual Earth API is multipoint routing. Now, you can specify multiple points on a route and get directions to/from them. The new GetDirections call on the VEMap makes it easy to do this. For example, here's a simple...
Page 1 of 4 (99 items)
1
2
3
4