实例介绍
GMap.NET 是一个.NET控件,它在Windows Forms 和WPF环境中能够通过Google, Yahoo!, Bing, OpenStreetMap, ArcGIS, Pergo, SigPac等实现寻找路径、地理编码以及地图展示功能,并支持缓存和运行在Mobile环境中。与Google地图不同的是,该项目是建立在C#语言WinForm基础上的。可以对地图放大缩小,进行城市标记等。
【实例截图】
【核心代码】
4744302542991874988.rar
├── Build
│ ├── Build Demos.bat
│ ├── release.bat
│ └── release-linux.bat
├── Demo.WindowsForms
│ ├── bin
│ │ └── Debug
│ │ ├── Demo.WindowsForms.application
│ │ ├── Demo.WindowsForms.exe
│ │ ├── Demo.WindowsForms.exe.manifest
│ │ ├── Demo.WindowsForms.pdb
│ │ ├── Demo.WindowsForms.vshost.application
│ │ ├── Demo.WindowsForms.vshost.exe
│ │ ├── GMap.NET.Core.dll
│ │ ├── GMap.NET.Core.pdb
│ │ ├── GMap.NET.WindowsForms.dll
│ │ └── GMap.NET.WindowsForms.pdb
│ ├── BSE.Windows.Forms
│ │ ├── ProgressBar
│ │ │ ├── ProgressBar.cs
│ │ │ ├── ProgressBar.Designer.cs
│ │ │ └── ToolStripProgressBar.cs
│ │ ├── Renderer
│ │ │ ├── BseColorTable.cs
│ │ │ ├── BseRenderer.cs
│ │ │ ├── ColorTableBlack.cs
│ │ │ ├── ColorTableBlue.cs
│ │ │ ├── Office2007BlackColorTable.cs
│ │ │ ├── Office2007BlueColorTable.cs
│ │ │ ├── Office2007Renderer.cs
│ │ │ ├── Office2007SilverColorTable.cs
│ │ │ ├── OfficeColorTable.cs
│ │ │ └── ProfessionalColorTable.cs
│ │ ├── Resources
│ │ │ ├── ChevronDown.png
│ │ │ ├── ChevronLeft.png
│ │ │ ├── ChevronRight.png
│ │ │ ├── ChevronUp.png
│ │ │ ├── closePanel.png
│ │ │ ├── Collapse_h.jpg
│ │ │ ├── Collapse.jpg
│ │ │ ├── Expand_h.jpg
│ │ │ ├── Expand.jpg
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Splitter
│ │ │ ├── Splitter.cs
│ │ │ └── Splitter.Designer.cs
│ │ └── XPander
│ │ ├── BasePanel.cs
│ │ ├── CaptionStyle.cs
│ │ ├── ColorSchemeChangeEventArgs.cs
│ │ ├── ColorScheme.cs
│ │ ├── Constants.cs
│ │ ├── CustomColors.cs
│ │ ├── CustomPanelColors.cs
│ │ ├── CustomXPanderPanelColors.cs
│ │ ├── DisplayInformation.cs
│ │ ├── HoverStateChangeEventArgs.cs
│ │ ├── HoverState.cs
│ │ ├── IPanel.cs
│ │ ├── PanelColorsBlack.cs
│ │ ├── PanelColorsBlue.cs
│ │ ├── PanelColorsBse.cs
│ │ ├── PanelColors.cs
│ │ ├── PanelColorsOffice2007Black.cs
│ │ ├── PanelColorsOffice2007Blue.cs
│ │ ├── PanelColorsOffice2007Silver.cs
│ │ ├── PanelColorsOffice.cs
│ │ ├── PanelColorsRed.cs
│ │ ├── Panel.cs
│ │ ├── Panel.Designer.cs
│ │ ├── Panel.resx
│ │ ├── PanelSettingsManager.cs
│ │ ├── PanelStyleChangeEventArgs.cs
│ │ ├── PanelStyle.cs
│ │ ├── UseAntiAlias.cs
│ │ ├── UseClearTypeGridFit.cs
│ │ ├── XPanderPanel.cs
│ │ ├── XPanderPanel.Designer.cs
│ │ ├── XPanderPanelList.cs
│ │ ├── XPanderPanelList.Designer.cs
│ │ ├── XPanderPanelList.resx
│ │ ├── XPanderPanel.resx
│ │ └── XPanderStateChangeEventArgs.cs
│ ├── CustomMarkers
│ │ ├── GMapMarkerCircle.cs
│ │ └── GMapMarkerRect.cs
│ ├── Demo.WindowsForms.csproj
│ ├── Demo.WindowsForms.suo
│ ├── Forms
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── Message.cs
│ │ ├── Message.Designer.cs
│ │ ├── Message.resx
│ │ ├── StaticImage.cs
│ │ ├── StaticImage.Designer.cs
│ │ └── StaticImage.resx
│ ├── obj
│ │ └── Debug
│ │ ├── BSE.Windows.Forms.Panel.resources
│ │ ├── BSE.Windows.Forms.XPanderPanelList.resources
│ │ ├── BSE.Windows.Forms.XPanderPanel.resources
│ │ ├── Demo.WindowsForms.application
│ │ ├── Demo.WindowsForms.csproj.FileListAbsolute.txt
│ │ ├── Demo.WindowsForms.csproj.GenerateResource.Cache
│ │ ├── Demo.WindowsForms.exe
│ │ ├── Demo.WindowsForms.exe.manifest
│ │ ├── Demo.WindowsForms.Forms.Message.resources
│ │ ├── Demo.WindowsForms.MainForm.resources
│ │ ├── Demo.WindowsForms.pdb
│ │ ├── Demo.WindowsForms.Properties.Resources.resources
│ │ ├── Demo.WindowsForms.StaticImage.resources
│ │ ├── Demo.WindowsForms.TrustInfo.xml
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Properties
│ │ ├── app.manifest
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Resources
│ │ └── ImageReady.ico
│ ├── sn.snk
│ └── Source
│ ├── DemoStuff.cs
│ ├── Map.cs
│ ├── Program.cs
│ └── SQLiteIpCache.cs
├── Demo.WindowsMobile
│ ├── bin
│ │ └── Debug
│ ├── Demo.WindowsMobile.csproj
│ ├── Forms
│ │ ├── GPS.cs
│ │ ├── GPS.Designer.cs
│ │ ├── GPS.resx
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── Search.cs
│ │ ├── Search.designer.cs
│ │ ├── Search.resx
│ │ ├── Transport.cs
│ │ ├── Transport.Designer.cs
│ │ └── Transport.resx
│ ├── obj
│ │ └── Debug
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Resources
│ │ └── ImageReady.ico
│ ├── Source
│ │ ├── HookKeys.cs
│ │ └── Program.cs
│ └── SQLite.Interop.079.dll
├── Demo.WindowsPresentation
│ ├── bin
│ │ └── Debug
│ ├── Controls
│ │ ├── TrolleyTooltip.xaml
│ │ └── TrolleyTooltip.xaml.cs
│ ├── CustomMarkers
│ │ ├── bigMarkerGreen.png
│ │ ├── CircleVisual.cs
│ │ ├── Circle.xaml
│ │ ├── Circle.xaml.cs
│ │ ├── Cross.xaml
│ │ ├── Cross.xaml.cs
│ │ ├── CustomMarkerDemo.xaml
│ │ ├── CustomMarkerDemo.xaml.cs
│ │ ├── CustomMarkerRed.xaml
│ │ ├── CustomMarkerRed.xaml.cs
│ │ ├── red-dot.png
│ │ ├── Test.xaml
│ │ └── Test.xaml.cs
│ ├── Demo.WindowsPresentation.csproj
│ ├── obj
│ │ └── Debug
│ │ ├── Controls
│ │ ├── CustomMarkers
│ │ ├── TempPE
│ │ └── Windows
│ ├── Properties
│ │ ├── app.manifest
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Resources
│ │ ├── ImageReady.ico
│ │ ├── zoom+.png
│ │ └── zoom-.png
│ ├── Service References
│ ├── sn.snk
│ ├── Source
│ │ ├── App.cs
│ │ └── Map.cs
│ └── Windows
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Message.xaml
│ └── Message.xaml.cs
├── Etc
│ ├── codeplex not-applied patches.7z
│ ├── gps log demo.gpsd
│ └── gpx.xsd
├── GMap.NET.Core
│ ├── bin
│ │ ├── Debug
│ │ │ ├── de
│ │ │ │ └── Npgsql.resources.dll
│ │ │ ├── es
│ │ │ │ └── Npgsql.resources.dll
│ │ │ ├── fi
│ │ │ │ └── Npgsql.resources.dll
│ │ │ ├── fr
│ │ │ │ └── Npgsql.resources.dll
│ │ │ ├── GMap.NET.Core.dll
│ │ │ ├── GMap.NET.Core.pdb
│ │ │ ├── ja
│ │ │ │ └── Npgsql.resources.dll
│ │ │ ├── Mono.Data.SqliteClient.dll
│ │ │ ├── Mono.Security.dll
│ │ │ ├── MySql.Data.dll
│ │ │ ├── Npgsql.dll
│ │ │ ├── Npgsql.xml
│ │ │ ├── System.Data.SqlServerCe.dll
│ │ │ └── zh-CN
│ │ │ └── Npgsql.resources.dll
│ │ └── x86
│ │ └── Debug
│ ├── GMap.NET
│ │ ├── AccessMode.cs
│ │ ├── Delegates.cs
│ │ ├── DirectionsProvider.cs
│ │ ├── Extensions.cs
│ │ ├── GDirections.cs
│ │ ├── GeocodingProvider.cs
│ │ ├── GMaps.cs
│ │ ├── GPoint.cs
│ │ ├── GpsLog.cs
│ │ ├── gpx.cs
│ │ ├── GRect.cs
│ │ ├── GSize.cs
│ │ ├── Interface.cs
│ │ ├── LanguageType.cs
│ │ ├── MapRoute.cs
│ │ ├── MapType.cs
│ │ ├── MouseWheelZoomType.cs
│ │ ├── Placemark.cs
│ │ ├── PointLatLng.cs
│ │ ├── PureImageCache.cs
│ │ ├── PureProjection.cs
│ │ ├── RectLatLng.cs
│ │ ├── RenderMode.cs
│ │ ├── RoutingProvider.cs
│ │ ├── Singleton.cs
│ │ ├── SizeLatLng.cs
│ │ └── StatusCodes.cs
│ ├── GMap.NET.CacheProviders
│ │ ├── MemoryCache.cs
│ │ ├── MSSQLCEPureImageCache.cs
│ │ ├── MSSQLPureImageCache.cs
│ │ ├── MySQLPureImageCache.cs
│ │ ├── PostgreSQLPureImageCache.cs
│ │ └── SQLitePureImageCache.cs
│ ├── GMap.NET.Core.csproj
│ ├── GMap.NET.Internals
│ │ ├── Cache.cs
│ │ ├── CacheQueueItem.cs
│ │ ├── Core.cs
│ │ ├── DrawTile.cs
│ │ ├── FastReaderWriterLock.cs
│ │ ├── FastResourceLock.cs
│ │ ├── KiberTileCache.cs
│ │ ├── LoadTask.cs
│ │ ├── PureImage.cs
│ │ ├── RawTile.cs
│ │ ├── Stuff.cs
│ │ ├── Tile.cs
│ │ └── TileMatrix.cs
│ ├── GMap.NET.MapProviders
│ │ ├── ArcGIS
│ │ │ ├── ArcGIS_DarbAE_Q2_2011_NAVTQ_Eng_V5_MapProvider.cs
│ │ │ ├── ArcGIS_Imagery_World_2D_MapProvider.cs
│ │ │ ├── ArcGIS_ShadedRelief_World_2D_MapProvider.cs
│ │ │ ├── ArcGIS_StreetMap_World_2D_MapProvider.cs
│ │ │ ├── ArcGIS_Topo_US_2D_MapProvider.cs
│ │ │ ├── ArcGIS_World_Physical_MapProvider.cs
│ │ │ ├── ArcGIS_World_Shaded_Relief_MapProvider.cs
│ │ │ ├── ArcGIS_World_Street_MapProvider.cs
│ │ │ ├── ArcGIS_World_Terrain_Base_MapProvider.cs
│ │ │ └── ArcGIS_World_Topo_MapProvider.cs
│ │ ├── Bing
│ │ │ ├── BingHybridMapProvider.cs
│ │ │ ├── BingMapProvider.cs
│ │ │ └── BingSatelliteMapProvider.cs
│ │ ├── Czech
│ │ │ ├── CzechHistoryMapProvider.cs
│ │ │ ├── CzechHybridMapProvider.cs
│ │ │ ├── CzechMapProvider.cs
│ │ │ ├── CzechSatelliteMapProvider.cs
│ │ │ └── CzechTuristMapProvider.cs
│ │ ├── Etc
│ │ │ ├── CloudMadeMapProvider.cs
│ │ │ ├── LatviaMapProvider.cs
│ │ │ ├── MapBenderWMSProvider.cs
│ │ │ ├── SpainMapProvider.cs
│ │ │ ├── TurkeyMapProvider.cs
│ │ │ └── WikiMapiaMapProvider.cs
│ │ ├── GMapProvider.cs
│ │ │ ├── China
│ │ │ │ ├── GoogleChinaHybridMapProvider.cs
│ │ │ │ ├── GoogleChinaMapProvider.cs
│ │ │ │ ├── GoogleChinaSatelliteMapProvider.cs
│ │ │ │ └── GoogleChinaTerrainMapProvider.cs
│ │ │ ├── GoogleHybridMapProvider.cs
│ │ │ ├── GoogleMapProvider.cs
│ │ │ ├── GoogleSatelliteMapProvider.cs
│ │ │ ├── GoogleTerrainMapProvider.cs
│ │ │ └── Korea
│ │ │ ├── GoogleKoreaHybridMapProvider.cs
│ │ │ ├── GoogleKoreaMapProvider.cs
│ │ │ └── GoogleKoreaSatelliteMapProvider.cs
│ │ ├── Lithuania
│ │ │ ├── Lithuania3dMapProvider.cs
│ │ │ ├── LithuaniaHybridMapProvider.cs
│ │ │ ├── LithuaniaHybridNewMapProvider.cs
│ │ │ ├── LithuaniaMapProvider.cs
│ │ │ ├── LithuaniaOrtoFotoMapProvider.cs
│ │ │ └── LithuaniaOrtoFotoNewMapProvider.cs
│ │ ├── NearMap
│ │ │ ├── NearHybridMapProvider.cs
│ │ │ ├── NearMapProvider.cs
│ │ │ └── NearSatelliteMapProvider.cs
│ │ ├── OpenStreetMap
│ │ │ ├── OpenCycleMapProvider.cs
│ │ │ ├── OpenSeaMapHybridProvider.cs
│ │ │ ├── OpenStreetMapProvider.cs
│ │ │ ├── OpenStreetMapSurferProvider.cs
│ │ │ ├── OpenStreetMapSurferTerrainProvider.cs
│ │ │ └── OpenStreetOsmProvider.cs
│ │ ├── Ovi
│ │ │ ├── OviHybridMapProvider.cs
│ │ │ ├── OviMapProvider.cs
│ │ │ ├── OviSatelliteMapProvider.cs
│ │ │ └── OviTerrainMapProvider.cs
│ │ ├── Yahoo
│ │ │ ├── YahooHybridMapProvider.cs
│ │ │ ├── YahooMapProvider.cs
│ │ │ └── YahooSatelliteMapProvider.cs
│ │ └── Yandex
│ │ ├── YandexHybridMapProvider.cs
│ │ ├── YandexMapProvider.cs
│ │ └── YandexSatelliteMapProvider.cs
│ ├── GMap.NET.Projections
│ │ ├── MapsLTProjection.cs
│ │ ├── MapsLVProjection.cs
│ │ ├── MapyCZProjection.cs
│ │ ├── MercatorProjection.cs
│ │ ├── MercatorProjectionYandex.cs
│ │ ├── PlateCarreeProjection.cs
│ │ ├── PlateCarreeProjectionDarbAe.cs
│ │ └── PlateCarreeProjectionPergo.cs
│ ├── obj
│ │ └── Debug
│ │ ├── GMap.NET.Core.csproj.FileListAbsolute.txt
│ │ ├── GMap.NET.Core.csproj.GenerateResource.Cache
│ │ ├── GMap.NET.Core.dll
│ │ ├── GMap.NET.Core.pdb
│ │ ├── GMap.NET.Properties.Resources.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ └── VersionInfo.cs
│ ├── Resources
│ │ ├── blue-dot.png
│ │ ├── drag_cross_67_16.png
│ │ ├── green-dot.png
│ │ ├── marker.png
│ │ ├── mm_20_blue.png
│ │ ├── mm_20_green.png
│ │ ├── mm_20_red.png
│ │ ├── mm_20_shadow.png
│ │ ├── mm_20_yellow.png
│ │ ├── red-dot.png
│ │ ├── shadow50.png
│ │ ├── System.Data.SQLite.x64.NET2.dll.gz
│ │ ├── System.Data.SQLite.x64.NET4.dll.gz
│ │ ├── System.Data.SQLite.x86.NET2.dll.gz
│ │ ├── System.Data.SQLite.x86.NET4.dll.gz
│ │ └── yellow-dot.png
│ ├── sn.snk
│ └── Web References
├── GMap.NET.sln
├── GMap.NET vs10.sln
├── GMap.NET.WindowsForms
│ ├── bin
│ │ ├── Debug
│ │ │ ├── GMap.NET.Core.dll
│ │ │ ├── GMap.NET.Core.pdb
│ │ │ ├── GMap.NET.WindowsForms.dll
│ │ │ └── GMap.NET.WindowsForms.pdb
│ │ └── x86
│ │ └── Debug
│ ├── GMap.NET.ObjectModel
│ │ ├── ObservableCollection.cs
│ │ └── ObservableCollectionThreadSafe.cs
│ ├── GMap.NET.WindowsForms
│ │ ├── ColorMatrixs.cs
│ │ ├── GMapControl.cs
│ │ ├── GMapMarker.cs
│ │ ├── GMapOverlay.cs
│ │ ├── GMapPolygon.cs
│ │ ├── GMapRoute.cs
│ │ ├── GMapToolTip.cs
│ │ ├── Markers
│ │ │ ├── GMarkerCross.cs
│ │ │ └── GMarkerGoogle.cs
│ │ ├── TilePrefetcher.cs
│ │ ├── TilePrefetcher.Designer.cs
│ │ ├── TilePrefetcher.resx
│ │ ├── ToolTips
│ │ │ ├── GMapBaloonToolTip.cs
│ │ │ └── GMapRoundedToolTip.cs
│ │ └── WindowsFormsImage.cs
│ ├── GMap.NET.WindowsForms.csproj
│ ├── obj
│ │ └── Debug
│ │ ├── GMap.NET.TilePrefetcher.resources
│ │ ├── GMap.NET.WindowsForms.csproj.FileListAbsolute.txt
│ │ ├── GMap.NET.WindowsForms.csproj.GenerateResource.Cache
│ │ ├── GMap.NET.WindowsForms.dll
│ │ ├── GMap.NET.WindowsForms.pdb
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── System.Windows.Forms.Properties.Resources.resources
│ │ └── TempPE
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Resources
│ │ ├── arrow.png
│ │ ├── arrowshadow.png
│ │ ├── black_small.png
│ │ ├── blue-dot.png
│ │ ├── blue.png
│ │ ├── blue-pushpin.png
│ │ ├── blue_small.png
│ │ ├── brown_small.png
│ │ ├── drag_cross_67_16.png
│ │ ├── go-big-green.png
│ │ ├── gray_small.png
│ │ ├── green-dot.png
│ │ ├── green.png
│ │ ├── green_small.png
│ │ ├── grn-pushpin.png
│ │ ├── lightblue.png
│ │ ├── ltblue-dot.png
│ │ ├── ltblu-pushpin.png
│ │ ├── msmarker.shadow.png
│ │ ├── orange-dot.png
│ │ ├── orange.png
│ │ ├── orange_small.png
│ │ ├── pause-big-red.png
│ │ ├── pink-dot.png
│ │ ├── pink.png
│ │ ├── pink-pushpin.png
│ │ ├── purple-dot.png
│ │ ├── purple.png
│ │ ├── purple-pushpin.png
│ │ ├── purple_small.png
│ │ ├── pushpin_shadow.png
│ │ ├── red-dot.png
│ │ ├── red.png
│ │ ├── red-pushpin.png
│ │ ├── red_small.png
│ │ ├── shadow_small.png
│ │ ├── stop-big-red.png
│ │ ├── white_small.png
│ │ ├── yellow-dot.png
│ │ ├── yellow.png
│ │ ├── yellow_small.png
│ │ └── ylw-pushpin.png
│ └── sn.snk
├── GMap.NET.WindowsMobile
│ ├── bin
│ │ └── Debug
│ ├── DesignTime.xmta
│ ├── GMap.NET
│ ├── GMap.NET.CacheProviders
│ ├── GMap.NET.GPS
│ │ ├── DegreesMinutesSeconds.cs
│ │ ├── GPS.cs
│ │ ├── GpsDeviceState.cs
│ │ ├── GpsPosition.cs
│ │ └── Utils.cs
│ ├── GMap.NET.Internals
│ │ ├── FastReaderWriterLock.cs
│ │ └── Native.cs
│ ├── GMap.NET.MapProviders
│ ├── GMap.NET.ObjectModel
│ ├── GMap.NET.Projections
│ ├── GMap.NET.WindowsForms
│ │ ├── Markers
│ │ │ ├── GMapMarkerGoogleGreen.cs
│ │ │ ├── GMapMarkerGoogleRed.cs
│ │ │ ├── GMapMarkerTransparent.cs
│ │ │ └── GMapMarkerTransparentGoogleGreen.cs
│ │ └── ToolTips
│ ├── GMap.NET.WindowsMobile.csproj
│ ├── obj
│ │ └── Debug
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Resources
│ │ ├── bigMarkerGreen.png
│ │ ├── drag_cross_67_16.png
│ │ ├── marker.png
│ │ └── shadow50.png
│ ├── sn.snk
│ ├── SQLite.Interop.065.DLL
│ └── System.ComponentModel
│ └── Attributes.cs
├── GMap.NET.WindowsPresentation
│ ├── bin
│ │ ├── Debug
│ │ └── x86
│ │ └── Debug
│ ├── GMap.NET.WindowsPresentation
│ │ ├── CompositionTargetEx.cs
│ │ ├── GMapControl.cs
│ │ ├── GMapMarker.cs
│ │ ├── PerfTimer.cs
│ │ ├── QuadTree.cs
│ │ ├── TilePrefetcher.xaml
│ │ ├── TilePrefetcher.xaml.cs
│ │ └── WindowsPresentationImage.cs
│ ├── GMap.NET.WindowsPresentation.csproj
│ ├── obj
│ │ └── Debug
│ │ ├── GMap.NET.WindowsPresentation
│ │ └── TempPE
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── sn.snk
├── Info
│ ├── google maps.pdf
│ └── License.txt
├── References
│ ├── CompactFramework
│ │ ├── OpenNETCF.Configuration.dll
│ │ ├── OpenNETCF.Configuration.xml
│ │ ├── OpenNETCF.dll
│ │ ├── OpenNETCF.Drawing.dll
│ │ ├── OpenNETCF.Drawing.xml
│ │ ├── OpenNETCF.Windows.Forms.dll
│ │ ├── OpenNETCF.Windows.Forms.XML
│ │ ├── OpenNETCF.xml
│ │ ├── SQLite.Interop.079.dll
│ │ ├── System.Data.SqlClient.dll
│ │ ├── System.Data.SqlClient.xml
│ │ ├── System.Data.SQLite.dll
│ │ ├── System.Data.SQLite.xml
│ │ └── System.Data.SqlServerCe.dll
│ ├── Etc
│ │ ├── AvalonDock.dll
│ │ ├── AvalonDock.Themes.dll
│ │ ├── AvalonDock.xml
│ │ ├── DotSpatial.Projections.dll
│ │ └── DotSpatial.Projections.xml
│ └── Windows
│ ├── Mono.Data.SqliteClient.dll
│ ├── MySql.Data.dll
│ ├── NET4
│ │ ├── System.Data.SQLite.dll
│ │ ├── System.Data.SQLite.xml
│ │ └── x64
│ │ ├── System.Data.SQLite.dll
│ │ └── System.Data.SQLite.xml
│ ├── Npgsql
│ │ ├── de
│ │ │ └── Npgsql.resources.dll
│ │ ├── es
│ │ │ └── Npgsql.resources.dll
│ │ ├── fi
│ │ │ └── Npgsql.resources.dll
│ │ ├── fr
│ │ │ └── Npgsql.resources.dll
│ │ ├── ja
│ │ │ └── Npgsql.resources.dll
│ │ ├── Mono.Security.dll
│ │ ├── Npgsql.dll
│ │ ├── Npgsql.XML
│ │ ├── policy.2.0.Npgsql.config
│ │ ├── policy.2.0.Npgsql.dll
│ │ └── zh-CN
│ │ └── Npgsql.resources.dll
│ ├── System.Data.SQLite.DLL
│ ├── System.Data.SQLite.XML
│ └── x64
│ ├── System.Data.SQLite.DLL
│ └── System.Data.SQLite.XML
├── Setup
│ ├── Debug
│ │ └── GMapNET.WindowsMobile.inf
│ ├── GMap.NET - Hot Build
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ └── x86
│ │ │ └── Debug
│ │ ├── GMap.NET - Hot Build.csproj
│ │ ├── GMap.NET - Hot Build.csproj.user
│ │ ├── ImageReady.ico
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── MyPFX.pfx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── TempPE
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Resources
│ │ │ └── logo99.png
│ │ └── sn.snk
│ └── GMap.NET.WindowsMobile.vddproj
└── Testing
├── BigMapMaker
│ ├── BigMapMaker.csproj
│ ├── bin
│ │ └── Debug
│ ├── obj
│ │ └── Debug
│ │ └── TempPE
│ ├── Program.cs
│ └── Properties
│ └── AssemblyInfo.cs
├── ConsoleApplication
│ ├── app.config
│ ├── bin
│ │ ├── Debug
│ │ └── x86
│ │ └── Debug
│ ├── ConsoleApplication.csproj
│ ├── obj
│ │ └── Debug
│ │ └── TempPE
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── sn.snk
├── Demo.Clouds
│ ├── bin
│ │ ├── Debug
│ │ └── x86
│ │ └── Debug
│ ├── Demo.Clouds.csproj
│ ├── Images
│ │ └── USOverlay.png
│ ├── MainForm.cs
│ ├── MainForm.Designer.cs
│ ├── MainForm.resx
│ ├── MapControl.cs
│ ├── MapControl.designer.cs
│ ├── MapControl.resx
│ ├── Markers
│ │ └── GMapImage.cs
│ ├── obj
│ │ └── Debug
│ │ └── TempPE
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── Demo.Docking
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── bin
│ │ └── Debug
│ │ └── v35
│ ├── Demo.Docking.csproj
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── obj
│ │ └── Debug
│ │ └── TempPE
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── Demo.StreetView
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── bin
│ │ ├── Debug
│ │ └── x86
│ │ └── Debug
│ ├── Demo.StreetView.csproj
│ ├── obj
│ │ └── Debug
│ │ └── TempPE
│ ├── PanoramaViewer.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Window1.xaml
│ └── Window1.xaml.cs
├── TemplatedBinding
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── bin
│ │ ├── Debug
│ │ └── x86
│ │ └── Debug
│ ├── obj
│ │ └── Debug
│ │ └── TempPE
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── TemplatedBinding.csproj
│ ├── Window1.xaml
│ └── Window1.xaml.cs
└── WPF-GMapControlNew
├── App.xaml
├── App.xaml.cs
├── bin
│ └── Debug
├── GMapControlNew.xaml
├── GMapControlNew.xaml.cs
├── MainWindow.xaml
├── MainWindow.xaml.cs
├── obj
│ └── Debug
│ └── TempPE
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
└── WPF-GMapControlNew.csproj
210 directories, 562 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论