I have few doubts regarding linking of ESRI based application with GoogleMap.I developed one ESRI silverlight web based application .In ths i added some graphics with picturemarker .Information Window added for tooltip.Everything is working fine.we purchased ArcGIS 10 Desktop and ArcGIS server1.I need this same application with Googlemap.Instead of following map .. <esri:Map Extent="-120, 20, -100, 40" Grid.Row="3" Name="MyMap" Visibility="Visible" Background="Transparent" Margin="2,0" BorderThickness="1" BorderBrush="{StaticResource TitleBarGradient}"> <esri:ArcGISTiledMapServiceLayer ID="StreetMapLayer" Url="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" /> <esri:GraphicsLayer ID="MyGraphicsLayer" /> </esri:Map>
is it possible?2.Any samples is available for loading Googlemap with API key , here in this link http://help.arcgis.com/en/webapi/silverlight/samples/start.htm3.Bing map or googlemap which is better?whether both are free services or not???4.I developed one asp.net web based application for acceesiing the googlemap .Is it required to change this application from asp.net to silverlight based application?regards