Deep Dive on Bing Maps Silverlight Control

17
Deep Dive on Bing Maps Silverlight Control Keith Kinnan Senior Development Lead Microsoft Corporation CL36

description

CL36. Deep Dive on Bing Maps Silverlight Control. Keith Kinnan Senior Development Lead Microsoft Corporation. Objectives. Easily create mapping application with Bing Maps Silverlight Control Leverage the power of Silverlight for rich interactive experience and performance. Agenda. - PowerPoint PPT Presentation

Transcript of Deep Dive on Bing Maps Silverlight Control

Page 1: Deep Dive on Bing Maps Silverlight Control

Deep Dive on Bing Maps Silverlight Control

Keith KinnanSenior Development LeadMicrosoft Corporation

CL36

Page 2: Deep Dive on Bing Maps Silverlight Control

Objectives

> Easily create mapping application with Bing Maps Silverlight Control

> Leverage the power of Silverlight for rich interactive experience and performance

Page 3: Deep Dive on Bing Maps Silverlight Control

Agenda

> Overview> Demo: Customers Using Bing Maps

Silverlight Control> Deep Dive Features / Code

> Hello World! > Control the Map> Content on the Map> Use Bing Maps Web Services with Control

> Q & A

Page 4: Deep Dive on Bing Maps Silverlight Control

Bing Maps Platform

> Bing Maps Web Services > Bing Maps AJAX Control> Bing Maps Silverlight Control NEW!> Bing Maps Account Center

NEW!

Page 5: Deep Dive on Bing Maps Silverlight Control

What is Bing Maps Silverlight Control?> Next Generation Bing Maps Control> Silverlight 3 User Control built with

managed code to support Bing Maps powered websites with Silverlight

> Rich interactive “Deep Zoom” experience

> Performance improvements over other web technologies

> Visual Studio / Expression Blend development environment

Page 6: Deep Dive on Bing Maps Silverlight Control

What is Bing Maps Silverlight Control?continued…> Version 1.0 - production ready today> Thank you for the feedback on CTP

release!> Some additions since March CTP

release:> Data Binding> Pushpin > Silverlight 3 Out of Browser> Interoperability with Bing Maps Web Services

types> Embedded Maps with 1 line URL embedding> JavaScript interface in addition to managed code

interface

Page 7: Deep Dive on Bing Maps Silverlight Control

Earthware Twitter Map

http://www.earthware.co.uk/demos/twittermap/

customer

Page 8: Deep Dive on Bing Maps Silverlight Control

Pitney Bowes – Fire Locator

http://www.firelocator.net/

customer

Page 9: Deep Dive on Bing Maps Silverlight Control

Inca X – Geocasting

http://www.ix-m.com/gps/

customer

Page 10: Deep Dive on Bing Maps Silverlight Control

Deep Dive into Features / Code

Developing with Bing Maps Silverlight Control

demo

Page 11: Deep Dive on Bing Maps Silverlight Control

Bing Maps Silverlight ControlWhere to get it?

1. Download Bing Maps Silverlight Controlhttp://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=beb29d27-6f0c-494f-b028-1e0e3187e830

2. Sign up for Free account at Bing Maps Account Center and get a Bing Maps Key

https://www.bingmapsportal.com

3. Start Building Applications Today!

Page 12: Deep Dive on Bing Maps Silverlight Control

More InformationGetting Started with Bing Maps Silverlight Control (with

Download link)http://msdn.microsoft.com/en-us/library/ee681890.aspx

Bing Maps Silverlight Control Interactive SDK http://www.microsoft.com/maps/isdk/silverlight/

Bing Maps Platformhttp://www.microsoft.com/maps/

Bing Maps Platform for Developershttp://www.microsoft.com/maps/developers/

Bing Maps SDKs on MSDNhttp://msdn.microsoft.com/en-us/library/dd877180.aspx

Bing Maps Account Centerhttps://www.bingmapsportal.com/

Page 13: Deep Dive on Bing Maps Silverlight Control

More Information continued…

Developer Blogs:> http://www.bing.com/community/blogs/map

s/

> http://blogs.msdn.com/veplatform/ > http://blogs.msdn.com/keithkin/

Page 14: Deep Dive on Bing Maps Silverlight Control

YOUR FEEDBACK IS IMPORTANT TO US!

Please fill out session evaluation

forms online atMicrosoftPDC.com

Page 15: Deep Dive on Bing Maps Silverlight Control

Learn More On Channel 9

> Expand your PDC experience through Channel 9

> Explore videos, hands-on labs, sample code and demos through the new Channel 9 training courses

channel9.msdn.com/learnBuilt by Developers for Developers….

Page 16: Deep Dive on Bing Maps Silverlight Control

© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Page 17: Deep Dive on Bing Maps Silverlight Control