├── .gitignore
├── BUILD.md
├── Bing Maps Samples.sln
├── Build
├── SampleBuilder.exe
└── appsettings.json
├── CONTRIBUTING.md
├── LICENSE.md
├── README.md
├── SECURITY.md
├── Samples
├── Animated Tile Layer
│ ├── Controls
│ │ ├── Controlling an Animated Tile Layer.html
│ │ └── bmv8-animatedtilelayer-controls.jpg
│ ├── Events
│ │ ├── Animated Tile Layer Events.html
│ │ └── bmv8-animatedtilelayer-events.jpg
│ ├── Weather
│ │ ├── Animated Weather Radar Map.html
│ │ └── bmv8-animatedweatherradar.jpg
│ └── category.json
├── Autosuggest
│ ├── Address Form
│ │ ├── Filling in an Address Form.html
│ │ └── bmv8-autosuggestaddressform.jpg
│ ├── Basics
│ │ ├── Default Autosuggest User Interface.html
│ │ └── bmv8-autosuggestexample.jpg
│ ├── Business Suggestions
│ │ ├── Business Suggestions.html
│ │ └── screenshot.jpg
│ ├── Custom Input
│ │ ├── Custom Autosuggest.html
│ │ └── screenshot.jpg
│ ├── Search Button
│ │ ├── Autosuggest with Search button.html
│ │ └── screenshot.jpg
│ └── category.json
├── Birdseye
│ ├── Automatic Transition
│ │ ├── Map View Automatic Transition.html
│ │ └── screenshot.jpg
│ ├── Basics
│ │ ├── Basic Birdseye.html
│ │ └── screenshot.jpg
│ └── category.json
├── Clustering
│ ├── Areas
│ │ ├── Cluster Areas.html
│ │ └── screenshot.jpg
│ ├── Basics
│ │ ├── Basic Clustering.html
│ │ └── bmv8-basicclusteringexample.jpg
│ ├── Customizing
│ │ ├── Customizing Clustered Pushpins.html
│ │ └── bmv8-customclusteredpushpinsexample.jpg
│ ├── Pushpins
│ │ ├── Clusters with a List and Linking.html
│ │ └── screenshot.jpg
│ ├── Spiders
│ │ ├── Spider Clusters.html
│ │ ├── SpiderClusterManager.js
│ │ ├── SpiderClusterManager.js.map
│ │ ├── SpiderClusterManager.ts
│ │ └── screenshot.jpg
│ ├── Zooming
│ │ ├── Zoom into Clusters.html
│ │ └── screenshot.jpg
│ └── category.json
├── Configuration
│ ├── category.json
│ ├── code
│ │ ├── Load a Configurable Map with Code.html
│ │ └── screenshot.jpg
│ └── iframe
│ │ ├── IFrameable Configuration Map.html
│ │ └── screenshot.jpg
├── Contour Layer
│ ├── Basics
│ │ ├── Basic Contour Layer.html
│ │ └── bmv8-basiccontourlayer.jpg
│ ├── Circles
│ │ ├── Circles.html
│ │ └── screenshot.jpg
│ ├── GeoJSON
│ │ ├── Contours from GeoJSON data.html
│ │ └── bmv8-contourlayer-fromgeojson.jpg
│ └── category.json
├── Data Binning Layer
│ ├── Bivariate
│ │ ├── Bivariant Data Binning.html
│ │ └── bmv8-bivariatehexbins.jpg
│ ├── Events
│ │ ├── Data Binning Layer Events.html
│ │ └── bmv8-databinning-events.jpg
│ ├── Feature Tester
│ │ ├── Feature Tester.html
│ │ └── screenshot.jpg
│ ├── Gradient Color Scale
│ │ ├── Color Scale Gradient Data Bins.html
│ │ └── bmv8-gradienthexbins.jpg
│ ├── Options
│ │ ├── Data Binning Options.html
│ │ └── screenshot.jpg
│ └── category.json
├── Directions
│ ├── Basics
│ │ ├── Calculate Driving Directions.html
│ │ └── bmv8-basicdrivingdirectionsexample.jpg
│ ├── Continuous Tracking and Routing
│ │ ├── Continuous Tracking and Routing.html
│ │ └── screenshot.jpg
│ ├── Display Multiple Routes
│ │ ├── Display Multiple Routes.html
│ │ └── screenshot.jpg
│ ├── Evenly Spaced Locations
│ │ ├── Evenly Spaced Locations.html
│ │ └── screenshot.jpg
│ ├── Events
│ │ ├── Directions Module Events.html
│ │ └── bmv8-directionseventexample.jpg
│ ├── Fully Custom Waypoint Pushpins
│ │ ├── Fully Custom Waypoint Pushpins.html
│ │ └── screenshot.jpg
│ ├── Get Dragged Route Waypoints
│ │ ├── Get Dragged Route Waypoints.html
│ │ └── screenshot.jpg
│ ├── Input Panel
│ │ ├── Directions Input Panel.html
│ │ └── bmv8-directionsinputpanelexample.jpg
│ ├── Options
│ │ ├── Directions with Options.html
│ │ └── bmv8-directionswithoptions.jpg
│ ├── Simple
│ │ ├── Simple Custom Directions Input Panel.html
│ │ └── screenshot.jpg
│ ├── Snap Waypoint
│ │ ├── Snap Directions Waypoint to Pushpin.html
│ │ └── screenshot.jpg
│ ├── Transit
│ │ ├── Calculate Transit Directions.html
│ │ └── bmv8-transitdirectionsexample2.jpg
│ └── category.json
├── Drawing Tools
│ ├── Add events to newly drawn shapes
│ │ ├── Add events to newly drawn shapes.html
│ │ └── screenshot.jpg
│ ├── Basics
│ │ ├── Display Drawing Toolbar on Map.html
│ │ └── screenshot.jpg
│ ├── Clear
│ │ ├── Clear all shapes.html
│ │ └── screenshot.jpg
│ ├── Create Shape
│ │ ├── Create Shape.html
│ │ └── screenshot.jpg
│ ├── Custom Drawing Toolbar
│ │ ├── Custom Drawing Toolbar.html
│ │ └── screenshot.jpg
│ ├── Draggable Shapes
│ │ ├── Draggable Shapes.html
│ │ ├── DraggableShapesModule.js
│ │ ├── DraggableShapesModule.js.map
│ │ ├── DraggableShapesModule.ts
│ │ └── screenshot.jpg
│ ├── Drawn Shapes
│ │ ├── Get Shapes from DrawingManager.html
│ │ └── screenshot.jpg
│ ├── Edit an Existing Shape
│ │ ├── Edit an Existing Shape.html
│ │ └── screenshot.jpg
│ ├── Events
│ │ ├── Drawing Manager Events.html
│ │ └── bmv8-drawingtoolseventsexample.jpg
│ ├── Fully Custom Drawing Toolbar
│ │ ├── Fully Custom Drawing Toolbar.html
│ │ └── screenshot.jpg
│ ├── Measuring Tape
│ │ ├── Measuring Tape.html
│ │ └── screenshot.jpg
│ ├── Overlapping Polygons
│ │ ├── Overlapping Polygons.html
│ │ └── screenshot.jpg
│ ├── Restrict drawing to Polygon area
│ │ ├── Restrict drawing to Polygon area.html
│ │ └── screenshot.jpg
│ ├── Select Data in Drawn Polygon Area
│ │ ├── Select Data in Drawn Polygon Area.html
│ │ └── screenshot.jpg
│ ├── Select Data in Drawn Rectangle
│ │ ├── Select Data in Drawn Rectangle.html
│ │ └── screenshot.jpg
│ ├── Shape Metadata
│ │ ├── Shape Metadata.html
│ │ └── screenshot.jpg
│ ├── Snap Drawing to Shape
│ │ ├── Snap Drawing to Shape.html
│ │ └── screenshot.jpg
│ ├── Stop Drawing
│ │ ├── Stop Drawing.html
│ │ └── screenshot.jpg
│ ├── Toggle Polygon
│ │ ├── Toggle Polygon Edit.html
│ │ └── screenshot.jpg
│ └── category.json
├── Events
│ ├── Basics
│ │ ├── Map Events.html
│ │ └── bmv8-mapevents.jpg
│ ├── Freehand Drawing
│ │ ├── Freehand Drawing.html
│ │ └── screenshot.jpg
│ ├── Map Events
│ │ ├── Map Events.html
│ │ └── screenshot.jpg
│ ├── Map Key Events
│ │ ├── Map Key Events.html
│ │ └── screenshot.jpg
│ ├── Map View Events
│ │ ├── Map View Events.html
│ │ └── screenshot.jpg
│ ├── Right Click Shapes
│ │ ├── Right Click Events for Shapes.html
│ │ └── bmv8-rightclickshapes.jpg
│ ├── Single vs Double Click
│ │ ├── Single vs Double Click.html
│ │ └── screenshot.jpg
│ └── category.json
├── GeoJSON
│ ├── CORS
│ │ ├── GeoJson CORs.html
│ │ └── screenshot.jpg
│ ├── Choropleth
│ │ ├── Choropleth Map.html
│ │ └── bmv8-sdschoroplethmapexample.jpg
│ ├── Drag and Drop
│ │ ├── GeoJson Drag and Drop.html
│ │ └── bmv8-geojson-la.jpg
│ ├── Events
│ │ ├── GeoJson Shape Events.html
│ │ └── screenshot.jpg
│ ├── GeoJson Cross Doamin without JSON
│ │ ├── GeoJson Cross Doamin without JSON.html
│ │ └── screenshot.jpg
│ ├── JSONP
│ │ ├── Read GeoJSON using JSONP.html
│ │ └── bmv8-geojsonearthquakes.jpg
│ ├── Read Local GeoJSON Object
│ │ ├── Read Local GeoJSON Object.html
│ │ └── bmv8-readlocalgeojsonobjectexample-map.jpg
│ ├── Same Domain
│ │ ├── Read Same Domain GeoJSON.html
│ │ └── bmv8-readsamedomaingeojsonexample-map.jpg
│ ├── Write
│ │ ├── Write Shape as GeoJSON.html
│ │ └── bmv8-geojson-write.jpg
│ └── category.json
├── GeoXml
│ ├── Basics
│ │ ├── Basic GeoXmlLayer.html
│ │ └── screenshot.jpg
│ ├── Gpx Module
│ │ ├── GPXParserModule.js
│ │ ├── Gpx Module.html
│ │ └── screenshot.jpg
│ ├── Gpx with Metadata
│ │ ├── GPXParserModule.js
│ │ ├── Gpx with Metadata.html
│ │ └── screenshot.jpg
│ ├── Read from Url
│ │ ├── Read Geospatial XML from URL.html
│ │ └── bmv8-georsssample.jpg
│ ├── Read
│ │ ├── Read Geospatial XML String.html
│ │ └── bmv8-basicgeoxml.jpg
│ ├── Same Domain
│ │ ├── Read Geospatial XML Files from Same Domain.html
│ │ └── screenshot.jpg
│ ├── Write
│ │ ├── GeoXml Write.html
│ │ └── screenshot.jpg
│ └── category.json
├── Ground Overlays
│ ├── Basics
│ │ ├── Basic Ground Overlay.html
│ │ └── screenshot.jpg
│ ├── Newark 1922
│ │ ├── Newark New Jersey 1922 Ground Overlay.html
│ │ └── screenshot.jpg
│ ├── Options
│ │ ├── Ground Overlay Options.html
│ │ └── screenshot.jpg
│ ├── SVG
│ │ ├── SVG Ground Overlay.html
│ │ └── screenshot.jpg
│ └── category.json
├── Heatmap Layer
│ ├── Basics
│ │ ├── Basic Heat Map.html
│ │ └── screenshot.jpg
│ ├── Customized
│ │ ├── Customized Heat Map.html
│ │ └── screenshot.jpg
│ ├── Features
│ │ ├── Heatmap Features.html
│ │ └── screenshot.jpg
│ ├── GeoJSON
│ │ ├── Render GeoJSON as Heat Map.html
│ │ └── bmv8-ringoffireexample-map.jpg
│ ├── Gradients
│ │ ├── Heat Map Color Gradients.html
│ │ └── screenshot.jpg
│ └── category.json
├── Infobox
│ ├── Basics
│ │ ├── Basic Infobox.html
│ │ └── bmv8-basicinfoboxexample2.jpg
│ ├── Custom HTML Infobox
│ │ ├── Custom HTML Infobox.html
│ │ └── bmv8-custominfoboxexample2.jpg
│ ├── Events
│ │ ├── Infobox Events.html
│ │ └── screenshot.jpg
│ ├── Expanding Tooltip
│ │ ├── Expanding Tooltip Infobox.html
│ │ └── bmv8-infoboxexpandingtooltipexample.jpg
│ ├── Multiple Pushpins
│ │ ├── Multiple Pushpins and Infoboxes.html
│ │ └── bmv8-multiplepushpinsandinfobox2.jpg
│ ├── Options
│ │ ├── Infobox with Options.html
│ │ └── bmv8-infoboxoptionsexample2.jpg
│ ├── Pushpin Clicked
│ │ ├── Infobox when Pushpin Clicked.html
│ │ └── bmv8-infoboxwhenpinclicked2.jpg
│ ├── Shape Clicked
│ │ ├── Infobox when Shape Clicked.html
│ │ └── bmv8-infoboxshapeclicked2.jpg
│ └── category.json
├── Layers
│ ├── Basics
│ │ ├── Basic Tile Layer.html
│ │ └── screenshot.jpg
│ ├── Events
│ │ ├── Layer Events.html
│ │ └── screenshot.jpg
│ ├── Limit Layer to Zoom Range
│ │ ├── Limit Layer to Zoom Range.html
│ │ └── screenshot.jpg
│ ├── View Shape Metadata
│ │ ├── View Shape Metadata.html
│ │ └── screenshot.jpg
│ ├── Z Index Swap
│ │ ├── Z Index Swap.html
│ │ └── screenshot.jpg
│ ├── Z Index
│ │ ├── Layer Z index.html
│ │ └── screenshot.jpg
│ └── category.json
├── Map Styles
│ ├── Load Map with Custom Style
│ │ ├── Load Map with Custom Style.html
│ │ └── screenshot.jpg
│ ├── Set Custom Map Style
│ │ ├── Set Custom Map Style.html
│ │ └── screenshot.jpg
│ ├── Simple Style Editor
│ │ ├── Simple Style Editor.html
│ │ └── screenshot.jpg
│ └── category.json
├── Map
│ ├── Context Menu
│ │ ├── Context Menu.html
│ │ └── screenshot.jpg
│ ├── Custom Navigation Bar
│ │ ├── Custom Navigation Bar.html
│ │ └── screenshot.jpg
│ ├── Dispose Map
│ │ ├── Dispose Map.html
│ │ └── screenshot.jpg
│ ├── Full Screen Map
│ │ ├── Full Screen Map.html
│ │ └── screenshot.jpg
│ ├── Load Map Async
│ │ ├── Load Map Async.html
│ │ └── screenshot.jpg
│ ├── Localize the Map (en-GB)
│ │ ├── Localize the Map (en-GB).html
│ │ └── screenshot.jpg
│ ├── Localize the Map (fr-FR)
│ │ ├── Localize the Map (fr-FR).html
│ │ └── screenshot.jpg
│ ├── Localize the Map (zh-CN)
│ │ ├── Localize the Map (zh-CN).html
│ │ └── screenshot.jpg
│ ├── Map Center Offset
│ │ ├── Map Center Offset.html
│ │ └── screenshot.jpg
│ ├── Map Pan Buttons
│ │ ├── Map Pan Buttons.html
│ │ └── screenshot.jpg
│ ├── Map in liteMode
│ │ ├── Map in liteMode.html
│ │ └── screenshot.jpg
│ ├── Multiple Maps
│ │ ├── Multiple Maps.html
│ │ └── screenshot.jpg
│ ├── New Map Styles
│ │ ├── New Map Styles.html
│ │ └── screenshot.jpg
│ ├── Overview Map with custom style
│ │ ├── Overview Map with custom style.html
│ │ └── screenshot.jpg
│ ├── Resize the Map
│ │ ├── Resize the Map.html
│ │ └── screenshot.jpg
│ ├── Set Map View
│ │ ├── Set Map View.html
│ │ └── screenshot.jpg
│ ├── Streetside look at location
│ │ ├── Streetside look at location.html
│ │ └── screenshot.jpg
│ ├── Streetside
│ │ ├── Streetside.html
│ │ └── screenshot.jpg
│ ├── Zoom
│ │ ├── Override Mouse Wheel Zoom.html
│ │ └── screenshot.jpg
│ └── category.json
├── Other
│ ├── AngularJS App
│ │ ├── AngularJS App.html
│ │ ├── app.js
│ │ ├── directives.js
│ │ ├── screenshot.jpg
│ │ └── services.js
│ ├── Basic AngularJS Map
│ │ ├── Basic AngularJS Map.html
│ │ └── screenshot.jpg
│ ├── Create Pushpin add Metadata
│ │ ├── Create Pushpin Add Metadata.html
│ │ └── screenshot.jpg
│ ├── Distance to nearest coast
│ │ ├── Distance to nearest coast.html
│ │ └── screenshot.jpg
│ ├── Indonesian Province Census Map
│ │ ├── Indonesian Province Census Map.html
│ │ └── screenshot.jpg
│ ├── NSW School Zone Search Map
│ │ ├── NSW School Zone Search Map.html
│ │ └── screenshot.jpg
│ ├── Netherlands Census Map
│ │ ├── Netherlands Census Map.html
│ │ └── screenshot.jpg
│ ├── North Carolina Map
│ │ ├── North Carolina Map.html
│ │ └── screenshot.jpg
│ ├── RequireJS
│ │ ├── RequireJS and Bing Maps.html
│ │ ├── index.js
│ │ └── screenshot.jpg
│ ├── Solar Terminator
│ │ ├── DayNightTerminatorModule.js
│ │ ├── DayNightTerminatorModule.js.map
│ │ ├── Solar Terminator.html
│ │ ├── SolarTerminatorModule.js
│ │ ├── SolarTerminatorModule.js.map
│ │ ├── SolarTerminatorModule.ts
│ │ └── screenshot.jpg
│ ├── USA Map
│ │ ├── USA Map.html
│ │ └── screenshot.jpg
│ ├── Virgin Islands SNAP Retailers
│ │ ├── Virgin Islands SNAP Retailers.html
│ │ └── screenshot.jpg
│ └── category.json
├── Overlays
│ ├── Basics
│ │ ├── Basic Overlay.html
│ │ └── screenshot.jpg
│ ├── Canvas Layer
│ │ ├── Canvas Layer.html
│ │ ├── CanvasOverlayModule.js
│ │ ├── CanvasOverlayModule.js.map
│ │ ├── CanvasOverlayModule.ts
│ │ └── screenshot.jpg
│ ├── Html Pushpin Layer
│ │ ├── Html Pushpin Layer.html
│ │ ├── HtmlPushpinLayerModule.js
│ │ ├── HtmlPushpinLayerModule.js.map
│ │ ├── HtmlPushpinLayerModule.ts
│ │ └── screenshot.jpg
│ ├── Topographic
│ │ ├── CustomOverlay_TopographicOverlay.html
│ │ └── screenshot.jpg
│ └── category.json
├── Points
│ ├── Compression
│ │ ├── PointCompression.html
│ │ └── screenshot.jpg
│ └── category.json
├── Polygons
│ ├── Basics
│ │ ├── Polygon Basics.html
│ │ └── screenshot.jpg
│ ├── Events
│ │ ├── Polygon Events.html
│ │ └── screenshot.jpg
│ ├── Hole
│ │ ├── Polygons with Holes.html
│ │ └── screenshot.jpg
│ ├── Labels
│ │ ├── Polygon with Label.html
│ │ └── screenshot.jpg
│ └── category.json
├── Polylines
│ ├── Basics
│ │ ├── Polyline Basics.html
│ │ └── screenshot.jpg
│ ├── Events
│ │ ├── Polyline Events.html
│ │ └── screenshot.jpg
│ ├── Label
│ │ ├── Polyline with Label.html
│ │ └── screenshot.jpg
│ ├── Prevent Polylines from Crossing the Anti-Merdian
│ │ ├── Prevent Polylines from Crossing the Anti-Merdian.html
│ │ └── screenshot.jpg
│ └── category.json
├── Pushpins
│ ├── Bar Chart Pushpins inline SVG
│ │ ├── Bar Chart Pushpins (inline SVG).html
│ │ └── screenshot.jpg
│ ├── Base64 Icon from Canvas
│ │ ├── Custom Canvas Pushpin.html
│ │ └── screenshot.jpg
│ ├── Base64 Icon
│ │ ├── Custom Base64 Image Pushpin.html
│ │ └── screenshot.jpg
│ ├── Basics
│ │ ├── Default Pushpin with Text.html
│ │ └── screenshot.jpg
│ ├── Canvas Image
│ │ ├── Image and Canvas Pushpin.html
│ │ ├── TransparentPushpin.png
│ │ └── screenshot.jpg
│ ├── Changed Event
│ │ ├── Pushpin Changed Event.html
│ │ └── screenshot.jpg
│ ├── Colors
│ │ ├── Pushpin Colors.html
│ │ └── screenshot.jpg
│ ├── Custom Map Labels
│ │ ├── Custom Map Labels.html
│ │ └── screenshot.jpg
│ ├── Draggable Pushpin
│ │ ├── Draggable Pushpin.html
│ │ └── screenshot.jpg
│ ├── Events
│ │ ├── Pushpin Events.html
│ │ └── screenshot.jpg
│ ├── Font Based Pushpin Icons
│ │ ├── Font Based Pushpin Icons.html
│ │ └── screenshot.jpg
│ ├── Hover Style
│ │ ├── Pushpin Hover Style.html
│ │ └── screenshot.jpg
│ ├── Image Sprite Pushpins using a Canvas
│ │ ├── Image Sprite Pushpins using a Canvas.html
│ │ └── screenshot.jpg
│ ├── Image Url Icon
│ │ ├── Custom Image Pushpin.html
│ │ └── screenshot.jpg
│ ├── Inline SVG Pushpin Template
│ │ ├── Inline SVG Pushpin Template.html
│ │ └── screenshot.jpg
│ ├── Inline Svg Icon
│ │ ├── Custom Inline SVG Pushpin.html
│ │ └── screenshot.jpg
│ ├── Rotated Image
│ │ ├── Pushpin Rotated Image.html
│ │ └── screenshot.jpg
│ ├── Round Image
│ │ ├── Pushpin Round Image.html
│ │ └── screenshot.jpg
│ ├── Scaled Circle Pushpins
│ │ ├── Scaled Circle (Bubbles) Pushpins.html
│ │ └── screenshot.jpg
│ ├── Scaled Pie Chart Pushpins
│ │ ├── Scaled Pie Chart Pushpins.html
│ │ └── screenshot.jpg
│ ├── Scaled
│ │ ├── Pushpin Scaled.html
│ │ └── screenshot.jpg
│ ├── Set Color
│ │ ├── Pushpin_SetColor.html
│ │ └── screenshot.jpg
│ ├── Svg Url Icon
│ │ ├── Custom SVG File Pushpin.html
│ │ └── screenshot.jpg
│ └── category.json
├── Search
│ ├── Geocode Results
│ │ ├── User Input Geocode.html
│ │ └── bmv8-geocodeuserinputexample.jpg
│ ├── Geocode
│ │ ├── Geocode.html
│ │ └── screenshot.jpg
│ ├── Reverse Geocode
│ │ ├── Reverse Geocode.html
│ │ └── bmv8-reversegeocodeexample.jpg
│ └── category.json
├── Spatial Data Services
│ ├── Basic Intersection Search Query
│ │ ├── Basic Intersection Search Query.html
│ │ └── screenshot.jpg
│ ├── Draw Search Area
│ │ ├── Draw Search Area.html
│ │ └── screenshot.jpg
│ ├── Filters
│ │ ├── Filter.html
│ │ └── bmv8-filterexample.jpg
│ ├── Find By Property
│ │ ├── Find By Property.html
│ │ └── bmv8-findbypropertyexample.jpg
│ ├── Find Nearby Search
│ │ ├── Find Nearby Search.html
│ │ └── bmv8-basicfindnearbyexample.jpg
│ ├── Find all counties that intersect a line
│ │ ├── Find all counties that intersect a line.html
│ │ └── screenshot.jpg
│ ├── GeoData Basics
│ │ ├── Load Single Boundary GeoData.html
│ │ └── bmv8-geodatasingleboundary.jpg
│ ├── GeoData Choropleth Map
│ │ ├── GeoData Choropleth Map.html
│ │ └── screenshot.jpg
│ ├── GeoData Multiple Locations
│ │ ├── GeoData_MultipleLocations.html
│ │ └── bmv8-geodatamultipleboundaries.jpg
│ ├── GeoData with Search
│ │ ├── GeoData Search Boundary.html
│ │ └── bmv8-geodataboundarysearch.jpg
│ ├── Intersection Query
│ │ ├── Intersection Query.html
│ │ └── screenshot.jpg
│ ├── Load all results (parallel)
│ │ ├── Load all results (parallel).html
│ │ └── screenshot.jpg
│ ├── Load all results (recursive)
│ │ ├── Load all results (recursive).html
│ │ └── screenshot.jpg
│ ├── Multiple GeoData Entity Type Boundaries
│ │ ├── Multiple GeoData Entity Type Boundaries.html
│ │ └── screenshot.jpg
│ ├── Paging Search Results
│ │ ├── Paging Search Results.html
│ │ └── bmv8-pagednearbyresultsexample.jpg
│ ├── Search Along a Route
│ │ ├── Search Along a Route.html
│ │ └── bmv8-findalongrouteexample.jpg
│ ├── Search Result Choropleth Map
│ │ ├── Search Result Choropleth Map.html
│ │ └── bmv8-sdschoroplethmapexample.jpg
│ ├── Sort Query Results By Driving Distance
│ │ ├── Sort Query Results By Driving Distance.html
│ │ └── screenshot.jpg
│ └── category.json
├── Spatial Math
│ ├── Basics
│ │ ├── Basic Core Spatial Math.html
│ │ └── bmv8-spatialmathbasics.jpg
│ ├── Binary Operations
│ │ ├── Geometry Binary Operations.html
│ │ └── bmv8-spatialmathintersectionexample.jpg
│ ├── Calculate Distance From Route
│ │ ├── Calculate Distance From Route.html
│ │ └── screenshot.jpg
│ ├── Cardinal Spline Features
│ │ ├── Cardinal Spline Features.html
│ │ └── screenshot.jpg
│ ├── Cardinal Splines Basics
│ │ ├── Cardinal Splines Basics.html
│ │ └── screenshot.jpg
│ ├── Concave and Convex Hulls
│ │ ├── Concave and Convex Hulls.html
│ │ └── screenshot.jpg
│ ├── Create Circles using Spatial Math
│ │ ├── Create Circles using Spatial Math.html
│ │ └── screenshot.jpg
│ ├── Draw Circle with mouse
│ │ ├── Draw Circle with mouse.html
│ │ └── screenshot.jpg
│ ├── Geodesic Path with Arrow
│ │ ├── Geodesic Path with Arrow.html
│ │ └── screenshot.jpg
│ ├── Quadkey Locator
│ │ ├── 5cff54de-5133-4369-8680-52d2723eb756.jpg
│ │ └── Quadkey Locator.html
│ ├── Select Pushpins Along a Route
│ │ ├── Select Pushpins Along a Route.html
│ │ └── screenshot.jpg
│ ├── Select Pushpins within Radius
│ │ ├── Select Pushpins within Radius.html
│ │ └── screenshot.jpg
│ ├── Select Pushpins within an Isochrone
│ │ ├── Select Pushpins within an Isochrone.html
│ │ └── screenshot.jpg
│ ├── Select line segment of Polyline
│ │ ├── Select line segment of Polyline.html
│ │ └── screenshot.jpg
│ ├── Tile Math Examples
│ │ ├── Tile Math Examples.html
│ │ └── bmv8-tileboundsexample.jpg
│ └── category.json
├── Test Data Generator
│ ├── Generate Pushpins within a Polygon
│ │ ├── Generate Pushpins within a Polygon.html
│ │ └── screenshot.jpg
│ ├── Polygons
│ │ ├── Generate Test Polygons.html
│ │ └── screenshot.jpg
│ ├── Polylines
│ │ ├── Generate Test Polylines.html
│ │ └── screenshot.jpg
│ ├── Pushpins
│ │ ├── Generate Test Pushpins.html
│ │ └── screenshot.jpg
│ └── category.json
├── Tile Layer
│ ├── Image Overlay
│ │ ├── Image Overlay Tile Layer.html
│ │ └── screenshot.jpg
│ ├── Mercator
│ │ ├── Custom Tile Layer.html
│ │ └── screenshot.jpg
│ ├── Quadkey
│ │ ├── Quadkey Tiling System.html
│ │ └── screenshot.jpg
│ ├── WMS
│ │ ├── TileLayer_WMS.html
│ │ └── screenshot.jpg
│ ├── Zoom
│ │ ├── Tile Layer X Y Zoom.html
│ │ └── screenshot.jpg
│ └── category.json
├── Traffic
│ ├── Basics
│ │ ├── Traffic Module.html
│ │ └── bmv8-trafficmoduleexample.jpg
│ ├── Legend
│ │ ├── Custom Traffic Legend.html
│ │ └── screenshot.jpg
│ └── category.json
├── Tutorials
│ ├── Store Locator
│ │ ├── Simple Store Locator.html
│ │ ├── css
│ │ │ └── Locator.css
│ │ ├── images
│ │ │ ├── logo.png
│ │ │ └── red_pin.png
│ │ ├── js
│ │ │ ├── Locator.js
│ │ │ └── Locator.js.map
│ │ └── screenshot.jpg
│ └── category.json
├── User Location
│ ├── Accuracy Circle
│ │ ├── Geolocation Accuracy Circle.html
│ │ └── bmv8-spatialmathgeolocationaccuracycircle.jpg
│ ├── Basics
│ │ ├── Displaying a User Location.html
│ │ └── screenshot.jpg
│ ├── Continuous
│ │ ├── Continuously Tracking a User Location.html
│ │ └── screenshot.jpg
│ └── category.json
├── Well Known Text
│ ├── Read Write Paste
│ │ ├── Read Write Paste.html
│ │ └── screenshot.jpg
│ ├── Read
│ │ ├── Well Known Text Read.html
│ │ └── bmv8-readwkt.jpg
│ ├── Write
│ │ ├── Well Known Text Write.html
│ │ └── bmv8-writewkt.jpg
│ └── category.json
└── _Experimental
│ ├── Access Old Aerial Imagery - Private
│ └── Access Old Aerial Imagery - Private.html
│ ├── Animated Tile Layer Opacity
│ └── AnimatedTileLayer_Opacity.html
│ ├── Basic Tile Layer
│ ├── Basic Tile Layer.html
│ ├── BasicTileLayerModule.js
│ ├── BasicTileLayerModule.js.map
│ └── BasicTileLayerModule.ts
│ ├── Configuration Map Layer Menu
│ └── Configuration Map Layer Menu.html
│ ├── Cross Domain
│ ├── GeoXmlProxyService.ashx
│ ├── GeoXmlProxyService.ashx.cs
│ ├── Read Geospatial XML Files Cross Domain.html
│ └── screenshot.jpg
│ ├── Drag and Drop
│ ├── GeoXml Drag and Drop.html
│ └── screenshot.jpg
│ ├── Map Image Generator
│ ├── Map Image Generator.html
│ ├── MapImageGeneratorModule.js
│ ├── MapImageGeneratorModule.js.map
│ └── MapImageGeneratorModule.ts
│ ├── POI Search
│ ├── BusinessSearchModule.js
│ ├── BusinessSearchModule.js.map
│ ├── POI Search Module.html
│ ├── PoiSearchModule.js
│ ├── PoiSearchModule.js.map
│ └── PoiSearchModule.ts
│ ├── Pushpin Restricted Drag
│ └── Pushpin_RestrictedDrag.html
│ ├── Rest Services
│ ├── Angular 1.5
│ │ └── RestServices_Angular1.html
│ ├── Angular 1.6
│ │ └── RestServices_Angular1.6.html
│ ├── CORS
│ │ └── RestServices_CORS.html
│ ├── Distance Matrix Service
│ │ └── Distance Matrix Service - POST.html
│ ├── Elevation Profiles
│ │ └── RestServices_ElevationProfiles.html
│ ├── JSONP
│ │ └── RestServices_JSONP.html
│ ├── Multiple Routes
│ │ └── RestServices_MultipleRoutes.html
│ ├── category.json
│ ├── jQuery CORS
│ │ └── RestServices_jQuery_CORS.html
│ └── jQuery JSONP
│ │ └── RestServices_jQuery_JSONP.html
│ ├── SVG Pushpin Maker
│ ├── SVG Pushpin Maker.html
│ ├── SVGPushpinMaker.css
│ ├── SVGPushpinTemplates.js
│ └── SVGPushpinTemplates.js.map
│ ├── Snap drawing to pushpins
│ └── Snap drawing to pushpins.html
│ ├── V7 SVG Pushpin Template
│ └── V7 SVG Pushpin Template.html
│ └── category.json
└── Static
├── 404.html
├── BingSiteAuth.xml
├── bundleconfig.json
├── data
├── Indonesia2010Census.js
├── US_State_Literacy.tsv
├── geojson
│ ├── Countries.js
│ ├── NetherlandsCensusData.json
│ ├── SnapRetailersUSVI.js
│ ├── USGS_M7EarthquakeContours.json
│ └── US_County_Boundaries.js
├── georss
│ ├── Countries.xml
│ ├── SampleGeoRSS.xml
│ └── WifiLocations.xml
├── gpx
│ ├── BikeRoute.xml
│ ├── Route66Attractions.xml
│ ├── Tourist_locations_UK-England.xml
│ └── gps_points.xml
├── kml
│ ├── 2007SanDiegoCountyFires.kml
│ ├── Countries.kml
│ ├── GroundOverlay.kml
│ ├── London Tube Lines.kml
│ ├── London stations.kml
│ ├── SampleKml.kml
│ ├── esfr-trip-track-20080407.xml
│ └── internet_users_2005_choropleth.kml
└── kmz
│ ├── RecreationSitePoint.kmz
│ └── shuckstack-fire-tower.kmz
├── favicon.ico
├── images
├── BingLogoDark.png
├── BingLogoLight.png
├── backgroundGrid.png
├── loadingIcon.gif
├── pushpins
│ ├── Icon_hiking_32x32.png
│ ├── PushpinSprite.png
│ ├── TransparentPushpin.png
│ ├── blueSquare.png
│ ├── campfire.png
│ ├── campground.png
│ ├── cylinder.svg
│ ├── endPin.png
│ ├── grn-pushpin_maps.png
│ ├── homegardenbusiness.png
│ ├── hospitals.png
│ ├── placemark_circle.png
│ ├── placemark_circle_highlight.png
│ ├── ranger_station.png
│ ├── ssMap.png
│ ├── startPin.png
│ └── ylw-pushpin.png
├── screenshot.jpg
└── us_counties.png
├── index.html
├── js
├── site.js
└── site.min.js
├── lib
├── bootstrap
│ ├── LICENSE
│ ├── README.md
│ ├── dist
│ │ ├── css
│ │ │ ├── bootstrap-grid.css
│ │ │ ├── bootstrap-grid.css.map
│ │ │ ├── bootstrap-grid.min.css
│ │ │ ├── bootstrap-grid.min.css.map
│ │ │ ├── bootstrap-grid.rtl.css
│ │ │ ├── bootstrap-grid.rtl.css.map
│ │ │ ├── bootstrap-grid.rtl.min.css
│ │ │ ├── bootstrap-grid.rtl.min.css.map
│ │ │ ├── bootstrap-reboot.css
│ │ │ ├── bootstrap-reboot.css.map
│ │ │ ├── bootstrap-reboot.min.css
│ │ │ ├── bootstrap-reboot.min.css.map
│ │ │ ├── bootstrap-reboot.rtl.css
│ │ │ ├── bootstrap-reboot.rtl.css.map
│ │ │ ├── bootstrap-reboot.rtl.min.css
│ │ │ ├── bootstrap-reboot.rtl.min.css.map
│ │ │ ├── bootstrap-utilities.css
│ │ │ ├── bootstrap-utilities.css.map
│ │ │ ├── bootstrap-utilities.min.css
│ │ │ ├── bootstrap-utilities.min.css.map
│ │ │ ├── bootstrap-utilities.rtl.css
│ │ │ ├── bootstrap-utilities.rtl.css.map
│ │ │ ├── bootstrap-utilities.rtl.min.css
│ │ │ ├── bootstrap-utilities.rtl.min.css.map
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ ├── bootstrap.min.css
│ │ │ ├── bootstrap.min.css.map
│ │ │ ├── bootstrap.rtl.css
│ │ │ ├── bootstrap.rtl.css.map
│ │ │ ├── bootstrap.rtl.min.css
│ │ │ └── bootstrap.rtl.min.css.map
│ │ └── js
│ │ │ ├── bootstrap.bundle.js
│ │ │ ├── bootstrap.bundle.js.map
│ │ │ ├── bootstrap.bundle.min.js
│ │ │ ├── bootstrap.bundle.min.js.map
│ │ │ ├── bootstrap.esm.js
│ │ │ ├── bootstrap.esm.js.map
│ │ │ ├── bootstrap.esm.min.js
│ │ │ ├── bootstrap.esm.min.js.map
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.js.map
│ │ │ ├── bootstrap.min.js
│ │ │ └── bootstrap.min.js.map
│ ├── js
│ │ ├── dist
│ │ │ ├── alert.js
│ │ │ ├── alert.js.map
│ │ │ ├── base-component.js
│ │ │ ├── base-component.js.map
│ │ │ ├── button.js
│ │ │ ├── button.js.map
│ │ │ ├── carousel.js
│ │ │ ├── carousel.js.map
│ │ │ ├── collapse.js
│ │ │ ├── collapse.js.map
│ │ │ ├── dom
│ │ │ │ ├── data.js
│ │ │ │ ├── data.js.map
│ │ │ │ ├── event-handler.js
│ │ │ │ ├── event-handler.js.map
│ │ │ │ ├── manipulator.js
│ │ │ │ ├── manipulator.js.map
│ │ │ │ ├── selector-engine.js
│ │ │ │ └── selector-engine.js.map
│ │ │ ├── dropdown.js
│ │ │ ├── dropdown.js.map
│ │ │ ├── modal.js
│ │ │ ├── modal.js.map
│ │ │ ├── offcanvas.js
│ │ │ ├── offcanvas.js.map
│ │ │ ├── popover.js
│ │ │ ├── popover.js.map
│ │ │ ├── scrollspy.js
│ │ │ ├── scrollspy.js.map
│ │ │ ├── tab.js
│ │ │ ├── tab.js.map
│ │ │ ├── toast.js
│ │ │ ├── toast.js.map
│ │ │ ├── tooltip.js
│ │ │ ├── tooltip.js.map
│ │ │ └── util
│ │ │ │ ├── backdrop.js
│ │ │ │ ├── backdrop.js.map
│ │ │ │ ├── component-functions.js
│ │ │ │ ├── component-functions.js.map
│ │ │ │ ├── config.js
│ │ │ │ ├── config.js.map
│ │ │ │ ├── focustrap.js
│ │ │ │ ├── focustrap.js.map
│ │ │ │ ├── index.js
│ │ │ │ ├── index.js.map
│ │ │ │ ├── sanitizer.js
│ │ │ │ ├── sanitizer.js.map
│ │ │ │ ├── scrollbar.js
│ │ │ │ ├── scrollbar.js.map
│ │ │ │ ├── swipe.js
│ │ │ │ ├── swipe.js.map
│ │ │ │ ├── template-factory.js
│ │ │ │ └── template-factory.js.map
│ │ ├── index.esm.js
│ │ ├── index.umd.js
│ │ └── src
│ │ │ ├── alert.js
│ │ │ ├── base-component.js
│ │ │ ├── button.js
│ │ │ ├── carousel.js
│ │ │ ├── collapse.js
│ │ │ ├── dom
│ │ │ ├── data.js
│ │ │ ├── event-handler.js
│ │ │ ├── manipulator.js
│ │ │ └── selector-engine.js
│ │ │ ├── dropdown.js
│ │ │ ├── modal.js
│ │ │ ├── offcanvas.js
│ │ │ ├── popover.js
│ │ │ ├── scrollspy.js
│ │ │ ├── tab.js
│ │ │ ├── toast.js
│ │ │ ├── tooltip.js
│ │ │ └── util
│ │ │ ├── backdrop.js
│ │ │ ├── component-functions.js
│ │ │ ├── config.js
│ │ │ ├── focustrap.js
│ │ │ ├── index.js
│ │ │ ├── sanitizer.js
│ │ │ ├── scrollbar.js
│ │ │ ├── swipe.js
│ │ │ └── template-factory.js
│ ├── package.json
│ └── scss
│ │ ├── _accordion.scss
│ │ ├── _alert.scss
│ │ ├── _badge.scss
│ │ ├── _breadcrumb.scss
│ │ ├── _button-group.scss
│ │ ├── _buttons.scss
│ │ ├── _card.scss
│ │ ├── _carousel.scss
│ │ ├── _close.scss
│ │ ├── _containers.scss
│ │ ├── _dropdown.scss
│ │ ├── _forms.scss
│ │ ├── _functions.scss
│ │ ├── _grid.scss
│ │ ├── _helpers.scss
│ │ ├── _images.scss
│ │ ├── _list-group.scss
│ │ ├── _maps.scss
│ │ ├── _mixins.scss
│ │ ├── _modal.scss
│ │ ├── _nav.scss
│ │ ├── _navbar.scss
│ │ ├── _offcanvas.scss
│ │ ├── _pagination.scss
│ │ ├── _placeholders.scss
│ │ ├── _popover.scss
│ │ ├── _progress.scss
│ │ ├── _reboot.scss
│ │ ├── _root.scss
│ │ ├── _spinners.scss
│ │ ├── _tables.scss
│ │ ├── _toasts.scss
│ │ ├── _tooltip.scss
│ │ ├── _transitions.scss
│ │ ├── _type.scss
│ │ ├── _utilities.scss
│ │ ├── _variables-dark.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap-grid.scss
│ │ ├── bootstrap-reboot.scss
│ │ ├── bootstrap-utilities.scss
│ │ ├── bootstrap.scss
│ │ ├── forms
│ │ ├── _floating-labels.scss
│ │ ├── _form-check.scss
│ │ ├── _form-control.scss
│ │ ├── _form-range.scss
│ │ ├── _form-select.scss
│ │ ├── _form-text.scss
│ │ ├── _input-group.scss
│ │ ├── _labels.scss
│ │ └── _validation.scss
│ │ ├── helpers
│ │ ├── _clearfix.scss
│ │ ├── _color-bg.scss
│ │ ├── _colored-links.scss
│ │ ├── _focus-ring.scss
│ │ ├── _icon-link.scss
│ │ ├── _position.scss
│ │ ├── _ratio.scss
│ │ ├── _stacks.scss
│ │ ├── _stretched-link.scss
│ │ ├── _text-truncation.scss
│ │ ├── _visually-hidden.scss
│ │ └── _vr.scss
│ │ ├── mixins
│ │ ├── _alert.scss
│ │ ├── _backdrop.scss
│ │ ├── _banner.scss
│ │ ├── _border-radius.scss
│ │ ├── _box-shadow.scss
│ │ ├── _breakpoints.scss
│ │ ├── _buttons.scss
│ │ ├── _caret.scss
│ │ ├── _clearfix.scss
│ │ ├── _color-mode.scss
│ │ ├── _color-scheme.scss
│ │ ├── _container.scss
│ │ ├── _deprecate.scss
│ │ ├── _forms.scss
│ │ ├── _gradients.scss
│ │ ├── _grid.scss
│ │ ├── _image.scss
│ │ ├── _list-group.scss
│ │ ├── _lists.scss
│ │ ├── _pagination.scss
│ │ ├── _reset-text.scss
│ │ ├── _resize.scss
│ │ ├── _table-variants.scss
│ │ ├── _text-truncate.scss
│ │ ├── _transition.scss
│ │ ├── _utilities.scss
│ │ └── _visually-hidden.scss
│ │ ├── utilities
│ │ └── _api.scss
│ │ └── vendor
│ │ └── _rfs.scss
└── jquery
│ ├── AUTHORS.txt
│ ├── LICENSE.txt
│ ├── README.md
│ ├── bower.json
│ ├── dist
│ ├── jquery.js
│ ├── jquery.min.js
│ ├── jquery.min.map
│ ├── jquery.slim.js
│ ├── jquery.slim.min.js
│ └── jquery.slim.min.map
│ ├── package.json
│ └── src
│ ├── ajax.js
│ ├── ajax
│ ├── jsonp.js
│ ├── load.js
│ ├── script.js
│ ├── var
│ │ ├── location.js
│ │ ├── nonce.js
│ │ └── rquery.js
│ └── xhr.js
│ ├── attributes.js
│ ├── attributes
│ ├── attr.js
│ ├── classes.js
│ ├── prop.js
│ ├── support.js
│ └── val.js
│ ├── callbacks.js
│ ├── core.js
│ ├── core
│ ├── DOMEval.js
│ ├── access.js
│ ├── camelCase.js
│ ├── init.js
│ ├── isAttached.js
│ ├── nodeName.js
│ ├── parseHTML.js
│ ├── parseXML.js
│ ├── ready-no-deferred.js
│ ├── ready.js
│ ├── readyException.js
│ ├── stripAndCollapse.js
│ ├── support.js
│ ├── toType.js
│ └── var
│ │ ├── rhtml.js
│ │ └── rsingleTag.js
│ ├── css.js
│ ├── css
│ ├── addGetHookIf.js
│ ├── adjustCSS.js
│ ├── curCSS.js
│ ├── finalPropName.js
│ ├── hiddenVisibleSelectors.js
│ ├── showHide.js
│ ├── support.js
│ └── var
│ │ ├── cssExpand.js
│ │ ├── getStyles.js
│ │ ├── isHiddenWithinTree.js
│ │ ├── rboxStyle.js
│ │ ├── rcustomProp.js
│ │ ├── rnumnonpx.js
│ │ └── swap.js
│ ├── data.js
│ ├── data
│ ├── Data.js
│ └── var
│ │ ├── acceptData.js
│ │ ├── dataPriv.js
│ │ └── dataUser.js
│ ├── deferred.js
│ ├── deferred
│ └── exceptionHook.js
│ ├── deprecated.js
│ ├── deprecated
│ ├── ajax-event-alias.js
│ └── event.js
│ ├── dimensions.js
│ ├── effects.js
│ ├── effects
│ ├── Tween.js
│ └── animatedSelector.js
│ ├── event.js
│ ├── event
│ └── trigger.js
│ ├── exports
│ ├── amd.js
│ └── global.js
│ ├── jquery.js
│ ├── manipulation.js
│ ├── manipulation
│ ├── _evalUrl.js
│ ├── buildFragment.js
│ ├── getAll.js
│ ├── setGlobalEval.js
│ ├── support.js
│ ├── var
│ │ ├── rscriptType.js
│ │ └── rtagName.js
│ └── wrapMap.js
│ ├── offset.js
│ ├── queue.js
│ ├── queue
│ └── delay.js
│ ├── selector-native.js
│ ├── selector.js
│ ├── selector
│ ├── contains.js
│ └── escapeSelector.js
│ ├── serialize.js
│ ├── traversing.js
│ ├── traversing
│ ├── findFilter.js
│ └── var
│ │ ├── dir.js
│ │ ├── rneedsContext.js
│ │ └── siblings.js
│ ├── var
│ ├── ObjectFunctionString.js
│ ├── arr.js
│ ├── class2type.js
│ ├── document.js
│ ├── documentElement.js
│ ├── flat.js
│ ├── fnToString.js
│ ├── getProto.js
│ ├── hasOwn.js
│ ├── indexOf.js
│ ├── isFunction.js
│ ├── isWindow.js
│ ├── pnum.js
│ ├── pop.js
│ ├── push.js
│ ├── rcheckableType.js
│ ├── rcssNum.js
│ ├── rnothtmlwhite.js
│ ├── rtrimCSS.js
│ ├── slice.js
│ ├── sort.js
│ ├── splice.js
│ ├── support.js
│ ├── toString.js
│ └── whitespace.js
│ └── wrap.js
├── libman.json
├── robots.txt
├── scripts
├── FileSaver.js
└── FileSaver.js.map
└── typings
└── MicrosoftMaps
├── CustomMapStyles.d.ts
├── Microsoft.Maps.All.d.ts
├── Microsoft.Maps.d.ts
└── Modules
├── Autosuggest.d.ts
├── Clustering.d.ts
├── Contour.d.ts
├── DataBinning.d.ts
├── Directions.d.ts
├── DrawingTools.d.ts
├── GeoJson.d.ts
├── GeoXml.d.ts
├── HeatMapLayer.d.ts
├── Search.d.ts
├── SpatialDataService.d.ts
├── SpatialMath.d.ts
├── Traffic.d.ts
└── WellKnownText.d.ts
/BUILD.md:
--------------------------------------------------------------------------------
1 | # Building the samples
2 |
3 | The `SampleBuilder.exe` (x64) will combine the 'Samples' and 'Static' folders and generates the start page and the samples.json files.
4 |
5 | The source code of the `SampleBuilder.exe` can be in the [Azure Maps Samples GitHub](https://github.com/Azure-Samples/AzureMapsCodeSamples) page.
--------------------------------------------------------------------------------
/Build/SampleBuilder.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Build/SampleBuilder.exe
--------------------------------------------------------------------------------
/Build/appsettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "SamplesFolder": "C:\\GitHub\\BingMapsV8CodeSamples\\Samples",
3 | "StaticFolder": "C:\\GitHub\\BingMapsV8CodeSamples\\Static",
4 | "PublishFolder": "C:\\Temp",
5 | "SiteUrl": "samples.bingmapsportal.com",
6 | "GitHub": "https://github.com/microsoft/BingMapsV8CodeSamples/blob/main/Samples",
7 | "RemoveFromTitle": " - Bing Maps Samples"
8 | }
9 |
--------------------------------------------------------------------------------
/LICENSE.md:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) Microsoft Corporation. All rights reserved.
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE
--------------------------------------------------------------------------------
/Samples/Animated Tile Layer/Controls/bmv8-animatedtilelayer-controls.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Animated Tile Layer/Controls/bmv8-animatedtilelayer-controls.jpg
--------------------------------------------------------------------------------
/Samples/Animated Tile Layer/Events/bmv8-animatedtilelayer-events.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Animated Tile Layer/Events/bmv8-animatedtilelayer-events.jpg
--------------------------------------------------------------------------------
/Samples/Animated Tile Layer/Weather/bmv8-animatedweatherradar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Animated Tile Layer/Weather/bmv8-animatedweatherradar.jpg
--------------------------------------------------------------------------------
/Samples/Animated Tile Layer/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Animated Tile Layer",
3 | "Description": "Provides a layer which can smoothly animate through an array of tile layer sources."
4 | }
--------------------------------------------------------------------------------
/Samples/Autosuggest/Address Form/bmv8-autosuggestaddressform.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Autosuggest/Address Form/bmv8-autosuggestaddressform.jpg
--------------------------------------------------------------------------------
/Samples/Autosuggest/Basics/bmv8-autosuggestexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Autosuggest/Basics/bmv8-autosuggestexample.jpg
--------------------------------------------------------------------------------
/Samples/Autosuggest/Business Suggestions/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Autosuggest/Business Suggestions/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Autosuggest/Custom Input/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Autosuggest/Custom Input/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Autosuggest/Search Button/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Autosuggest/Search Button/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Autosuggest/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Autosuggest",
3 | "Description": "The Autosuggest module takes in a string of text and provides a list of suggested addresses or places that are similar to the provided string of text. This module can be used with a map, or independently on its own."
4 | }
--------------------------------------------------------------------------------
/Samples/Birdseye/Automatic Transition/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Birdseye/Automatic Transition/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Birdseye/Basics/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Birdseye/Basics/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Birdseye/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Birdseye",
3 | "Description": "High resolution aerial imagery taken at 45 degrees to the ground, from 4 different directions."
4 | }
--------------------------------------------------------------------------------
/Samples/Clustering/Areas/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Clustering/Areas/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Clustering/Basics/bmv8-basicclusteringexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Clustering/Basics/bmv8-basicclusteringexample.jpg
--------------------------------------------------------------------------------
/Samples/Clustering/Customizing/bmv8-customclusteredpushpinsexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Clustering/Customizing/bmv8-customclusteredpushpinsexample.jpg
--------------------------------------------------------------------------------
/Samples/Clustering/Pushpins/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Clustering/Pushpins/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Clustering/Spiders/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Clustering/Spiders/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Clustering/Zooming/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Clustering/Zooming/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Clustering/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Clustering",
3 | "Description": "Clustering is a method where pushpins that are close together are grouped and represented as a single pushpin, often using a different icon to indicate the cluster."
4 | }
--------------------------------------------------------------------------------
/Samples/Configuration/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Configuration",
3 | "Description": "Configuration driven maps allow you to quickly and easily create a map with your data with little to no coding required."
4 | }
--------------------------------------------------------------------------------
/Samples/Configuration/code/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Configuration/code/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Configuration/iframe/IFrameable Configuration Map.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | IFrameable Configuration Map - Bing Maps Samples
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
17 |
18 |
28 |
29 |
--------------------------------------------------------------------------------
/Samples/Configuration/iframe/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Configuration/iframe/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Contour Layer/Basics/bmv8-basiccontourlayer.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Contour Layer/Basics/bmv8-basiccontourlayer.jpg
--------------------------------------------------------------------------------
/Samples/Contour Layer/Circles/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Contour Layer/Circles/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Contour Layer/GeoJSON/bmv8-contourlayer-fromgeojson.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Contour Layer/GeoJSON/bmv8-contourlayer-fromgeojson.jpg
--------------------------------------------------------------------------------
/Samples/Contour Layer/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Contour Layer",
3 | "Description": "Contour Lines, also known as isolines, are lines that connect points that share a characteristic of equal value."
4 | }
--------------------------------------------------------------------------------
/Samples/Data Binning Layer/Bivariate/bmv8-bivariatehexbins.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Data Binning Layer/Bivariate/bmv8-bivariatehexbins.jpg
--------------------------------------------------------------------------------
/Samples/Data Binning Layer/Events/bmv8-databinning-events.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Data Binning Layer/Events/bmv8-databinning-events.jpg
--------------------------------------------------------------------------------
/Samples/Data Binning Layer/Feature Tester/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Data Binning Layer/Feature Tester/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Data Binning Layer/Gradient Color Scale/bmv8-gradienthexbins.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Data Binning Layer/Gradient Color Scale/bmv8-gradienthexbins.jpg
--------------------------------------------------------------------------------
/Samples/Data Binning Layer/Options/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Data Binning Layer/Options/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Data Binning Layer/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Data Binning Layer",
3 | "Description": "Data binning, is the process of grouping point data into a symmetric gird of geometric shapes."
4 | }
--------------------------------------------------------------------------------
/Samples/Directions/Basics/bmv8-basicdrivingdirectionsexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Directions/Basics/bmv8-basicdrivingdirectionsexample.jpg
--------------------------------------------------------------------------------
/Samples/Directions/Continuous Tracking and Routing/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Directions/Continuous Tracking and Routing/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Directions/Display Multiple Routes/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Directions/Display Multiple Routes/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Directions/Evenly Spaced Locations/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Directions/Evenly Spaced Locations/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Directions/Events/bmv8-directionseventexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Directions/Events/bmv8-directionseventexample.jpg
--------------------------------------------------------------------------------
/Samples/Directions/Fully Custom Waypoint Pushpins/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Directions/Fully Custom Waypoint Pushpins/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Directions/Get Dragged Route Waypoints/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Directions/Get Dragged Route Waypoints/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Directions/Input Panel/bmv8-directionsinputpanelexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Directions/Input Panel/bmv8-directionsinputpanelexample.jpg
--------------------------------------------------------------------------------
/Samples/Directions/Options/bmv8-directionswithoptions.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Directions/Options/bmv8-directionswithoptions.jpg
--------------------------------------------------------------------------------
/Samples/Directions/Simple/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Directions/Simple/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Directions/Snap Waypoint/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Directions/Snap Waypoint/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Directions/Transit/bmv8-transitdirectionsexample2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Directions/Transit/bmv8-transitdirectionsexample2.jpg
--------------------------------------------------------------------------------
/Samples/Directions/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Directions",
3 | "Description": "The Directions Module allows you to calculate a route and display it on the map."
4 | }
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Add events to newly drawn shapes/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Add events to newly drawn shapes/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Basics/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Basics/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Clear/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Clear/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Create Shape/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Create Shape/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Custom Drawing Toolbar/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Custom Drawing Toolbar/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Draggable Shapes/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Draggable Shapes/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Drawn Shapes/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Drawn Shapes/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Edit an Existing Shape/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Edit an Existing Shape/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Events/bmv8-drawingtoolseventsexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Events/bmv8-drawingtoolseventsexample.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Fully Custom Drawing Toolbar/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Fully Custom Drawing Toolbar/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Measuring Tape/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Measuring Tape/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Overlapping Polygons/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Overlapping Polygons/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Restrict drawing to Polygon area/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Restrict drawing to Polygon area/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Select Data in Drawn Polygon Area/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Select Data in Drawn Polygon Area/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Select Data in Drawn Rectangle/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Select Data in Drawn Rectangle/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Shape Metadata/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Shape Metadata/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Snap Drawing to Shape/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Snap Drawing to Shape/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Stop Drawing/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Stop Drawing/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/Toggle Polygon/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Drawing Tools/Toggle Polygon/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Drawing Tools/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Drawing Tools",
3 | "Description": "The drawing tools module provides tools that allow the user to draw and edit shapes on the map."
4 | }
--------------------------------------------------------------------------------
/Samples/Events/Basics/Map Events.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Map Events - Bing Maps Samples
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
39 |
40 |
--------------------------------------------------------------------------------
/Samples/Events/Basics/bmv8-mapevents.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Events/Basics/bmv8-mapevents.jpg
--------------------------------------------------------------------------------
/Samples/Events/Freehand Drawing/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Events/Freehand Drawing/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Events/Map Events/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Events/Map Events/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Events/Map Key Events/Map Key Events.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Map Key Events - Bing Maps Samples
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
43 |
44 |
--------------------------------------------------------------------------------
/Samples/Events/Map Key Events/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Events/Map Key Events/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Events/Map View Events/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Events/Map View Events/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Events/Right Click Shapes/bmv8-rightclickshapes.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Events/Right Click Shapes/bmv8-rightclickshapes.jpg
--------------------------------------------------------------------------------
/Samples/Events/Single vs Double Click/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Events/Single vs Double Click/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Events/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Events",
3 | "Description": "The Bing Maps control provides many events to allow your application to respond to user actions."
4 | }
--------------------------------------------------------------------------------
/Samples/GeoJSON/CORS/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoJSON/CORS/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/GeoJSON/Choropleth/bmv8-sdschoroplethmapexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoJSON/Choropleth/bmv8-sdschoroplethmapexample.jpg
--------------------------------------------------------------------------------
/Samples/GeoJSON/Drag and Drop/bmv8-geojson-la.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoJSON/Drag and Drop/bmv8-geojson-la.jpg
--------------------------------------------------------------------------------
/Samples/GeoJSON/Events/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoJSON/Events/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/GeoJSON/GeoJson Cross Doamin without JSON/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoJSON/GeoJson Cross Doamin without JSON/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/GeoJSON/JSONP/bmv8-geojsonearthquakes.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoJSON/JSONP/bmv8-geojsonearthquakes.jpg
--------------------------------------------------------------------------------
/Samples/GeoJSON/Read Local GeoJSON Object/bmv8-readlocalgeojsonobjectexample-map.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoJSON/Read Local GeoJSON Object/bmv8-readlocalgeojsonobjectexample-map.jpg
--------------------------------------------------------------------------------
/Samples/GeoJSON/Same Domain/bmv8-readsamedomaingeojsonexample-map.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoJSON/Same Domain/bmv8-readsamedomaingeojsonexample-map.jpg
--------------------------------------------------------------------------------
/Samples/GeoJSON/Write/bmv8-geojson-write.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoJSON/Write/bmv8-geojson-write.jpg
--------------------------------------------------------------------------------
/Samples/GeoJSON/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "GeoJSON",
3 | "Description": "GeoJSON is a common file format used for storing spatial data as a JSON object. The GeoJSON module makes it easy to import data that is in this format into Bing Maps."
4 | }
--------------------------------------------------------------------------------
/Samples/GeoXml/Basics/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoXml/Basics/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/GeoXml/Gpx Module/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoXml/Gpx Module/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/GeoXml/Gpx with Metadata/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoXml/Gpx with Metadata/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/GeoXml/Read from Url/bmv8-georsssample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoXml/Read from Url/bmv8-georsssample.jpg
--------------------------------------------------------------------------------
/Samples/GeoXml/Read/bmv8-basicgeoxml.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoXml/Read/bmv8-basicgeoxml.jpg
--------------------------------------------------------------------------------
/Samples/GeoXml/Same Domain/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoXml/Same Domain/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/GeoXml/Write/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/GeoXml/Write/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/GeoXml/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "GeoXml",
3 | "Description": "The GeoXml module makes it easy to read and write common geospatial XML file formats such as KML (Keyhole Markup Language), KMZ (compressed KML), GeoRSS, GML (Geography Markup Language, exposed via GeoRSS), and GPX (GPS Exchange Format)."
4 | }
--------------------------------------------------------------------------------
/Samples/Ground Overlays/Basics/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Ground Overlays/Basics/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Ground Overlays/Newark 1922/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Ground Overlays/Newark 1922/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Ground Overlays/Options/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Ground Overlays/Options/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Ground Overlays/SVG/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Ground Overlays/SVG/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Ground Overlays/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Ground Overlays",
3 | "Description": "A map overlay that binds an image to a bounding box area on the map."
4 | }
--------------------------------------------------------------------------------
/Samples/Heatmap Layer/Basics/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Heatmap Layer/Basics/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Heatmap Layer/Customized/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Heatmap Layer/Customized/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Heatmap Layer/Features/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Heatmap Layer/Features/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Heatmap Layer/GeoJSON/bmv8-ringoffireexample-map.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Heatmap Layer/GeoJSON/bmv8-ringoffireexample-map.jpg
--------------------------------------------------------------------------------
/Samples/Heatmap Layer/Gradients/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Heatmap Layer/Gradients/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Heatmap Layer/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Heatmap Layer",
3 | "Description": "Heat maps, also known as density maps, are a type of overlay on a map used to represent the density of data using different colors. Heat maps are often used to show the data “hot spots” on a map."
4 | }
--------------------------------------------------------------------------------
/Samples/Infobox/Basics/bmv8-basicinfoboxexample2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Infobox/Basics/bmv8-basicinfoboxexample2.jpg
--------------------------------------------------------------------------------
/Samples/Infobox/Custom HTML Infobox/bmv8-custominfoboxexample2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Infobox/Custom HTML Infobox/bmv8-custominfoboxexample2.jpg
--------------------------------------------------------------------------------
/Samples/Infobox/Events/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Infobox/Events/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Infobox/Expanding Tooltip/bmv8-infoboxexpandingtooltipexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Infobox/Expanding Tooltip/bmv8-infoboxexpandingtooltipexample.jpg
--------------------------------------------------------------------------------
/Samples/Infobox/Multiple Pushpins/bmv8-multiplepushpinsandinfobox2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Infobox/Multiple Pushpins/bmv8-multiplepushpinsandinfobox2.jpg
--------------------------------------------------------------------------------
/Samples/Infobox/Options/bmv8-infoboxoptionsexample2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Infobox/Options/bmv8-infoboxoptionsexample2.jpg
--------------------------------------------------------------------------------
/Samples/Infobox/Pushpin Clicked/bmv8-infoboxwhenpinclicked2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Infobox/Pushpin Clicked/bmv8-infoboxwhenpinclicked2.jpg
--------------------------------------------------------------------------------
/Samples/Infobox/Shape Clicked/bmv8-infoboxshapeclicked2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Infobox/Shape Clicked/bmv8-infoboxshapeclicked2.jpg
--------------------------------------------------------------------------------
/Samples/Infobox/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Infobox",
3 | "Description": "An infobox, also sometimes refer to as an info window or popup, is a simple panel that displays information over top the map."
4 | }
--------------------------------------------------------------------------------
/Samples/Layers/Basics/Basic Tile Layer.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Basic Layer - Bing Maps Samples
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
25 |
26 |
27 |
28 |
29 |
30 |
40 |
41 |
--------------------------------------------------------------------------------
/Samples/Layers/Basics/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Layers/Basics/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Layers/Events/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Layers/Events/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Layers/Limit Layer to Zoom Range/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Layers/Limit Layer to Zoom Range/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Layers/View Shape Metadata/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Layers/View Shape Metadata/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Layers/Z Index Swap/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Layers/Z Index Swap/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Layers/Z Index/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Layers/Z Index/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Layers/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Layers",
3 | "Description": "Rhe Layer Class makes it easy to separate multiple data sets as layers."
4 | }
--------------------------------------------------------------------------------
/Samples/Map Styles/Load Map with Custom Style/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map Styles/Load Map with Custom Style/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map Styles/Set Custom Map Style/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map Styles/Set Custom Map Style/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map Styles/Simple Style Editor/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map Styles/Simple Style Editor/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map Styles/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Map Styles",
3 | "Description": "A map style sheet defines the appearance of a map in various Microsoft map controls."
4 | }
--------------------------------------------------------------------------------
/Samples/Map/Context Menu/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Context Menu/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Custom Navigation Bar/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Custom Navigation Bar/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Dispose Map/Dispose Map.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Dispose Map - Bing Maps Samples
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
48 |
49 |
--------------------------------------------------------------------------------
/Samples/Map/Dispose Map/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Dispose Map/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Full Screen Map/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Full Screen Map/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Load Map Async/Load Map Async.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Load Map Async - Bing Maps Samples
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
28 |
29 |
30 |
31 |
32 |
42 |
43 |
--------------------------------------------------------------------------------
/Samples/Map/Load Map Async/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Load Map Async/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Localize the Map (en-GB)/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Localize the Map (en-GB)/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Localize the Map (fr-FR)/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Localize the Map (fr-FR)/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Localize the Map (zh-CN)/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Localize the Map (zh-CN)/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Map Center Offset/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Map Center Offset/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Map Pan Buttons/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Map Pan Buttons/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Map in liteMode/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Map in liteMode/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Multiple Maps/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Multiple Maps/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/New Map Styles/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/New Map Styles/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Overview Map with custom style/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Overview Map with custom style/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Resize the Map/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Resize the Map/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Set Map View/Set Map View.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Set Map View - Bing Maps Samples
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
25 |
26 |
27 |
28 |
29 |
30 |
40 |
41 |
--------------------------------------------------------------------------------
/Samples/Map/Set Map View/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Set Map View/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Streetside look at location/Streetside look at location.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Streetside look at location - Bing Maps Samples
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
27 |
28 |
29 |
30 |
31 |
32 |
42 |
43 |
--------------------------------------------------------------------------------
/Samples/Map/Streetside look at location/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Streetside look at location/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Streetside/Streetside.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Streetside - Bing Maps Samples
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
22 |
23 |
24 |
25 |
26 |
27 |
37 |
38 |
--------------------------------------------------------------------------------
/Samples/Map/Streetside/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Streetside/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/Zoom/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Map/Zoom/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Map/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Map",
3 | "Description": "The map is the primary control in the Bing Maps Map Control that provides an interactive surface for visualizing your data."
4 | }
--------------------------------------------------------------------------------
/Samples/Other/AngularJS App/app.js:
--------------------------------------------------------------------------------
1 | var ngBingMaps = angular.module('ngBingMaps', []);
2 | ngBingMaps.controller('MainCtrl', function ($scope) {
3 |
4 | $scope.title = "Bing Maps with AngularJS Sample";
5 | $scope.center = [43.000, 13.0000];
6 |
7 | $scope.pushpins = [{
8 | latitude: 43.000,
9 | longitude: 13.0000,
10 | text: 'hi',
11 | color: 'red'
12 | }, {
13 | latitude: 43.0005,
14 | longitude: 13.0005,
15 | text: 'ok',
16 | color: 'blue'
17 | }];
18 |
19 | $scope.onPushpinClick = function (pin) {
20 | alert(pin.color + ' pin clicked');
21 | };
22 | });
--------------------------------------------------------------------------------
/Samples/Other/AngularJS App/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Other/AngularJS App/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Other/AngularJS App/services.js:
--------------------------------------------------------------------------------
1 | 'use strict';
2 | angular.module('ngBingMaps.services', []).
3 | value('version', '0.1');
--------------------------------------------------------------------------------
/Samples/Other/Basic AngularJS Map/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Other/Basic AngularJS Map/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Other/Create Pushpin add Metadata/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Other/Create Pushpin add Metadata/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Other/Distance to nearest coast/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Other/Distance to nearest coast/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Other/Indonesian Province Census Map/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Other/Indonesian Province Census Map/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Other/NSW School Zone Search Map/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Other/NSW School Zone Search Map/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Other/Netherlands Census Map/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Other/Netherlands Census Map/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Other/North Carolina Map/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Other/North Carolina Map/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Other/RequireJS/RequireJS and Bing Maps.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | RequireJS and Bing Maps - Bing Maps Samples
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
27 |
28 |
38 |
39 |
--------------------------------------------------------------------------------
/Samples/Other/RequireJS/index.js:
--------------------------------------------------------------------------------
1 | requirejs.config({
2 | 'paths': {
3 | 'jquery': '//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.0.min',
4 | 'async': '//cdnjs.cloudflare.com/ajax/libs/requirejs-plugins/1.0.3/async'
5 | }
6 | });
7 |
8 | require(
9 | [
10 | 'jquery',
11 | 'async!https://www.bing.com/mapspreview/sdk/mapcontrol'
12 | //Alternatively: 'async!https://www.bing.com/mapspreview/sdk/mapcontrol?key=[YOUR_BING_MAPS_KEY]'
13 | ],
14 | function () {
15 | var map = new Microsoft.Maps.Map('#myMap', {
16 | credentials: bingMapsKey
17 | });
18 | }
19 | );
--------------------------------------------------------------------------------
/Samples/Other/RequireJS/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Other/RequireJS/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Other/Solar Terminator/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Other/Solar Terminator/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Other/USA Map/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Other/USA Map/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Other/Virgin Islands SNAP Retailers/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Other/Virgin Islands SNAP Retailers/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Other/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Other",
3 | "Description": "Other ways to use Bing Maps for."
4 | }
--------------------------------------------------------------------------------
/Samples/Overlays/Basics/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Overlays/Basics/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Overlays/Canvas Layer/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Overlays/Canvas Layer/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Overlays/Html Pushpin Layer/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Overlays/Html Pushpin Layer/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Overlays/Topographic/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Overlays/Topographic/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Overlays/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Overlays",
3 | "Description": "Custom Overlays allow you to create and insert your own custom layers into the map. These layers can consist of static overlays such as custom navigation bars, or dynamic overlays such as custom data visualization layers."
4 | }
--------------------------------------------------------------------------------
/Samples/Points/Compression/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Points/Compression/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Points/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Points",
3 | "Description": "Points are used to represent a pixel coordinate or offset. This is often used by pushpin anchors, and map location to pixel conversion calculations."
4 | }
--------------------------------------------------------------------------------
/Samples/Polygons/Basics/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Polygons/Basics/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Polygons/Events/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Polygons/Events/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Polygons/Hole/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Polygons/Hole/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Polygons/Labels/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Polygons/Labels/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Polygons/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Polygons",
3 | "Description": "A polygon is an area defined by a closed ring of locations. A simple polygon consists of an array of Location objects that form a boundary."
4 | }
--------------------------------------------------------------------------------
/Samples/Polylines/Basics/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Polylines/Basics/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Polylines/Events/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Polylines/Events/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Polylines/Label/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Polylines/Label/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Polylines/Prevent Polylines from Crossing the Anti-Merdian/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Polylines/Prevent Polylines from Crossing the Anti-Merdian/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Polylines/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Polylines",
3 | "Description": "Polylines allow you to draw connected lines on a map. In many spatial database systems, this is also known as a LineString."
4 | }
--------------------------------------------------------------------------------
/Samples/Pushpins/Bar Chart Pushpins inline SVG/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Bar Chart Pushpins inline SVG/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Base64 Icon from Canvas/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Base64 Icon from Canvas/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Base64 Icon/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Base64 Icon/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Basics/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Basics/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Canvas Image/TransparentPushpin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Canvas Image/TransparentPushpin.png
--------------------------------------------------------------------------------
/Samples/Pushpins/Canvas Image/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Canvas Image/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Changed Event/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Changed Event/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Colors/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Colors/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Custom Map Labels/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Custom Map Labels/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Draggable Pushpin/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Draggable Pushpin/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Events/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Events/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Font Based Pushpin Icons/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Font Based Pushpin Icons/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Hover Style/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Hover Style/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Image Sprite Pushpins using a Canvas/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Image Sprite Pushpins using a Canvas/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Image Url Icon/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Image Url Icon/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Inline SVG Pushpin Template/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Inline SVG Pushpin Template/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Inline Svg Icon/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Inline Svg Icon/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Rotated Image/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Rotated Image/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Round Image/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Round Image/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Scaled Circle Pushpins/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Scaled Circle Pushpins/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Scaled Pie Chart Pushpins/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Scaled Pie Chart Pushpins/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Scaled/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Scaled/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Set Color/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Set Color/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/Svg Url Icon/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Pushpins/Svg Url Icon/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Pushpins/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Pushpins",
3 | "Description": "Pushpins, sometimes known as MapIcons or Markers, are the primary method in the Bing Maps Map Control to add a graphical image and text at a location within the map."
4 | }
--------------------------------------------------------------------------------
/Samples/Search/Geocode Results/bmv8-geocodeuserinputexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Search/Geocode Results/bmv8-geocodeuserinputexample.jpg
--------------------------------------------------------------------------------
/Samples/Search/Geocode/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Search/Geocode/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Search/Reverse Geocode/bmv8-reversegeocodeexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Search/Reverse Geocode/bmv8-reversegeocodeexample.jpg
--------------------------------------------------------------------------------
/Samples/Search/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Search",
3 | "Description": "The Bing Maps SDK provides the ability to do forward and reverse geocoding through the Search module."
4 | }
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Basic Intersection Search Query/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Basic Intersection Search Query/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Draw Search Area/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Draw Search Area/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Filters/bmv8-filterexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Filters/bmv8-filterexample.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Find By Property/bmv8-findbypropertyexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Find By Property/bmv8-findbypropertyexample.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Find Nearby Search/bmv8-basicfindnearbyexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Find Nearby Search/bmv8-basicfindnearbyexample.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Find all counties that intersect a line/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Find all counties that intersect a line/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/GeoData Basics/bmv8-geodatasingleboundary.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/GeoData Basics/bmv8-geodatasingleboundary.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/GeoData Choropleth Map/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/GeoData Choropleth Map/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/GeoData Multiple Locations/bmv8-geodatamultipleboundaries.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/GeoData Multiple Locations/bmv8-geodatamultipleboundaries.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/GeoData with Search/bmv8-geodataboundarysearch.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/GeoData with Search/bmv8-geodataboundarysearch.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Intersection Query/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Intersection Query/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Load all results (parallel)/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Load all results (parallel)/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Load all results (recursive)/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Load all results (recursive)/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Multiple GeoData Entity Type Boundaries/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Multiple GeoData Entity Type Boundaries/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Paging Search Results/bmv8-pagednearbyresultsexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Paging Search Results/bmv8-pagednearbyresultsexample.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Search Along a Route/bmv8-findalongrouteexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Search Along a Route/bmv8-findalongrouteexample.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Search Result Choropleth Map/bmv8-sdschoroplethmapexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Search Result Choropleth Map/bmv8-sdschoroplethmapexample.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/Sort Query Results By Driving Distance/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Data Services/Sort Query Results By Driving Distance/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Data Services/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Spatial Data Services",
3 | "Description": "The Bing Spatial Data Services allow you to upload data and have it exposed as a spatial REST service for use in your application."
4 | }
--------------------------------------------------------------------------------
/Samples/Spatial Math/Basics/bmv8-spatialmathbasics.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Basics/bmv8-spatialmathbasics.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Binary Operations/bmv8-spatialmathintersectionexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Binary Operations/bmv8-spatialmathintersectionexample.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Calculate Distance From Route/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Calculate Distance From Route/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Cardinal Spline Features/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Cardinal Spline Features/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Cardinal Splines Basics/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Cardinal Splines Basics/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Concave and Convex Hulls/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Concave and Convex Hulls/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Create Circles using Spatial Math/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Create Circles using Spatial Math/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Draw Circle with mouse/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Draw Circle with mouse/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Geodesic Path with Arrow/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Geodesic Path with Arrow/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Quadkey Locator/5cff54de-5133-4369-8680-52d2723eb756.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Quadkey Locator/5cff54de-5133-4369-8680-52d2723eb756.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Select Pushpins Along a Route/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Select Pushpins Along a Route/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Select Pushpins within Radius/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Select Pushpins within Radius/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Select Pushpins within an Isochrone/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Select Pushpins within an Isochrone/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Select line segment of Polyline/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Select line segment of Polyline/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/Tile Math Examples/bmv8-tileboundsexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Spatial Math/Tile Math Examples/bmv8-tileboundsexample.jpg
--------------------------------------------------------------------------------
/Samples/Spatial Math/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Spatial Math",
3 | "Description": "The Spatial Math module provides several commonly required spatial calculations."
4 | }
--------------------------------------------------------------------------------
/Samples/Test Data Generator/Generate Pushpins within a Polygon/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Test Data Generator/Generate Pushpins within a Polygon/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Test Data Generator/Polygons/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Test Data Generator/Polygons/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Test Data Generator/Polylines/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Test Data Generator/Polylines/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Test Data Generator/Pushpins/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Test Data Generator/Pushpins/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Test Data Generator/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Test Data Generator",
3 | "Description": "Often when creating a demo or trying to test a new application you need to create some test/mock data."
4 | }
--------------------------------------------------------------------------------
/Samples/Tile Layer/Image Overlay/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Tile Layer/Image Overlay/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Tile Layer/Mercator/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Tile Layer/Mercator/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Tile Layer/Quadkey/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Tile Layer/Quadkey/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Tile Layer/WMS/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Tile Layer/WMS/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Tile Layer/Zoom/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Tile Layer/Zoom/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Tile Layer/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Tile Layer",
3 | "Description": "Overlay raster tile layers on top the map using the same tiling system used by the base maps."
4 | }
--------------------------------------------------------------------------------
/Samples/Traffic/Basics/bmv8-trafficmoduleexample.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Traffic/Basics/bmv8-trafficmoduleexample.jpg
--------------------------------------------------------------------------------
/Samples/Traffic/Legend/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Traffic/Legend/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Traffic/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Traffic",
3 | "Description": "The Bing Maps web control provides two types of traffic data through the Traffic module. The first type is a tile layer that shows traffic flow data. The second type of traffic data is traffic incidents."
4 | }
--------------------------------------------------------------------------------
/Samples/Tutorials/Store Locator/css/Locator.css:
--------------------------------------------------------------------------------
1 | html, body {
2 | margin: 0;
3 | padding: 0;
4 | width: 100%;
5 | height: 100%;
6 | }
7 |
8 | .header {
9 | width: 100%;
10 | height: 80px;
11 | background-color: #8f0202;
12 | float: left;
13 | }
14 |
15 | .header img {
16 | height: 60px;
17 | margin-left: 15px;
18 | }
19 |
20 | .sidePanel {
21 | padding: 10px;
22 | width: 300px;
23 | height: calc(100% - 100px);
24 | vertical-align: top;
25 | float: left;
26 | }
27 |
28 | #searchBox {
29 | width: 180px;
30 | }
31 |
32 | .searchBar {
33 | height: 50px;
34 | }
35 |
36 | .resultsPanel {
37 | width: 280px;
38 | overflow-y: auto;
39 | overflow-x: hidden;
40 | }
41 |
42 | #myMap {
43 | position: relative;
44 | width: calc(100% - 320px);
45 | height: calc(100% - 80px);
46 | float: left;
47 | }
48 |
49 | .errorMsg {
50 | color: red;
51 | }
52 |
53 | .listItem {
54 | font-size: 12px;
55 | font-family: Arial,Helvetica;
56 | width: 260px;
57 | margin: 5px 0;
58 | }
59 |
60 | .listItem td {
61 | vertical-align: top;
62 | }
63 |
64 | .listItem span {
65 | font-size: 14px;
66 | }
67 |
68 | .title, .title:link, .title:visited, .title:active {
69 | font-size: 14px;
70 | color: #8f0202;
71 | }
72 |
73 | .title:hover {
74 | color: red;
75 | }
76 |
77 | .infobox-info {
78 | color: #000 !important;
79 | font-size: 12px !important;
80 | padding-top: 0px !important;
81 | }
--------------------------------------------------------------------------------
/Samples/Tutorials/Store Locator/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Tutorials/Store Locator/images/logo.png
--------------------------------------------------------------------------------
/Samples/Tutorials/Store Locator/images/red_pin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Tutorials/Store Locator/images/red_pin.png
--------------------------------------------------------------------------------
/Samples/Tutorials/Store Locator/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Tutorials/Store Locator/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Tutorials/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Tutorials",
3 | "Description": "These are the finished code samples for the tutorials in the Bing Maps documentation."
4 | }
--------------------------------------------------------------------------------
/Samples/User Location/Accuracy Circle/bmv8-spatialmathgeolocationaccuracycircle.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/User Location/Accuracy Circle/bmv8-spatialmathgeolocationaccuracycircle.jpg
--------------------------------------------------------------------------------
/Samples/User Location/Basics/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/User Location/Basics/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/User Location/Continuous/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/User Location/Continuous/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/User Location/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "User Location",
3 | "Description": "Obtaining a user's location can easily be done using the W3C Geolocation API. This API is exposed through the navigator.geolocation property in the browser."
4 | }
--------------------------------------------------------------------------------
/Samples/Well Known Text/Read Write Paste/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Well Known Text/Read Write Paste/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/Well Known Text/Read/bmv8-readwkt.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Well Known Text/Read/bmv8-readwkt.jpg
--------------------------------------------------------------------------------
/Samples/Well Known Text/Write/bmv8-writewkt.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/Well Known Text/Write/bmv8-writewkt.jpg
--------------------------------------------------------------------------------
/Samples/Well Known Text/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Well Known Text",
3 | "Description": "Well Known Text (WKT) is an Open Geospatial Consortium (OGC) standard that is used to represent spatial data in a textual format."
4 | }
--------------------------------------------------------------------------------
/Samples/_Experimental/Cross Domain/GeoXmlProxyService.ashx:
--------------------------------------------------------------------------------
1 | <%@ WebHandler Language="C#" CodeBehind="GeoXmlProxyService.ashx.cs" Class="Samples.GeoXml.GeoXmlProxyService" %>
2 |
--------------------------------------------------------------------------------
/Samples/_Experimental/Cross Domain/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/_Experimental/Cross Domain/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/_Experimental/Drag and Drop/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Samples/_Experimental/Drag and Drop/screenshot.jpg
--------------------------------------------------------------------------------
/Samples/_Experimental/Rest Services/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Rest Services",
3 | "Description": "The Bing Maps REST Services API provides a Representational State Transfer (REST) interface to perform tasks such as creating a static map with pushpins, geocoding an address, retrieving imagery metadata, or creating a route."
4 | }
--------------------------------------------------------------------------------
/Samples/_Experimental/SVG Pushpin Maker/SVGPushpinMaker.css:
--------------------------------------------------------------------------------
1 | body, html {
2 | padding:0;
3 | margin:0;
4 | }
5 |
6 | h2 {
7 | margin: 10px 0 0 0;
8 | font-size: 20px;
9 | }
10 |
11 | h3 {
12 | margin: 15px 0 10px 0;
13 | font-size: 16px;
14 | }
15 |
16 | .sidePanel {
17 | border-right: 1px solid #000;
18 | font-family: arial;
19 | float: left;
20 | position: relative;
21 | width: 400px;
22 | padding: 5px;
23 | height: calc(100vh - 10px);
24 | overflow-y:auto;
25 | }
26 |
27 | .rightPanel {
28 | margin-left: 10px;
29 | float: left;
30 | position: relative;
31 | width: calc(100vw - 450px);
32 | height: calc(100vh);
33 | }
34 |
35 | #myMap {
36 | margin-top:50px;
37 | position:relative;
38 | float:left;
39 | width: 100%;
40 | height: calc(100% - 418px);
41 | }
42 |
43 | #svgList, #symbolList {
44 | overflow-y: auto;
45 | height: 150px;
46 | padding: 5px;
47 | border: 1px solid #000;
48 | }
49 |
50 | .svgListItem {
51 | display: inline-block;
52 | cursor: pointer;
53 | padding: 5px;
54 | }
55 |
56 | .svgListItem:hover, .selectdItem {
57 | background-color:#aad0ff;
58 | }
59 |
60 | #svgOutput {
61 | position:relative;
62 | float:left;
63 | height: 352px;
64 | margin-top: 10px;
65 | width: 100%;
66 | }
67 |
68 | #svgList, #symbolList {
69 | background: url(/Common/images/backgroundGrid.png) repeat;
70 | }
--------------------------------------------------------------------------------
/Samples/_Experimental/category.json:
--------------------------------------------------------------------------------
1 | {
2 | "Title": "Experimental",
3 | "Description": "Experimental samples."
4 | }
--------------------------------------------------------------------------------
/Static/BingSiteAuth.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | F5790651094EE686C085495BD0F4DB03
4 |
--------------------------------------------------------------------------------
/Static/bundleconfig.json:
--------------------------------------------------------------------------------
1 | [
2 | {
3 | "outputFileName": "js/site.min.js",
4 | "inputFiles": [
5 | "js/site.js"
6 | ]
7 | }
8 | ]
9 |
--------------------------------------------------------------------------------
/Static/data/US_State_Literacy.tsv:
--------------------------------------------------------------------------------
1 | fipsCode stateName population lackingLiteracy
2 | 1 Alabama 3,399,775 15
3 | 2 Alaska 460,997 9
4 | 4 Arizona 4,083,287 13
5 | 5 Arkansas 2,044,669 14
6 | 6 California 26,029,840 23
7 | 8 Colorado 3,385,807 10
8 | 9 Connecticut 2,668,989 9
9 | 10 Delaware 618,525 11
10 | 11 District of Columbia 425,630 19
11 | 12 Florida 13,040,318 20
12 | 13 Georgia 6,365,942 17
13 | 15 Hawaii 944,472 16
14 | 16 Idaho 1,000,313 11
15 | 17 Illinois 9,507,861 13
16 | 18 Indiana 4,633,843 8
17 | 19 Iowa 2,249,427 7
18 | 20 Kansas 2,048,059 8
19 | 21 Kentucky 3,202,516 12
20 | 22 Louisiana 3,313,847 16
21 | 23 Maine 1,036,269 7
22 | 24 Maryland 4,190,921 11
23 | 25 Massachusetts 5,096,670 10
24 | 26 Michigan 7,629,134 8
25 | 27 Minnesota 3,852,097 6
26 | 28 Mississippi 2,116,087 16
27 | 29 Missouri 4,321,763 7
28 | 30 Montana 704,494 9
29 | 31 Nebraska 1,310,211 7
30 | 32 Nevada 1,668,489 16
31 | 33 New Hampshire 995,072 6
32 | 34 New Jersey 6,610,051 17
33 | 35 New Mexico 1,394,621 16
34 | 36 New York 15,058,111 22
35 | 37 North Carolina 6,278,385 14
36 | 38 North Dakota 489,045 6
37 | 39 Ohio 8,715,916 9
38 | 40 Oklahoma 2,696,155 12
39 | 41 Oregon 2,713,872 10
40 | 42 Pennsylvania 9,561,844 13
41 | 44 Rhode Island 832,138 8
42 | 45 South Carolina 3,098,822 15
43 | 46 South Dakota 572,209 7
44 | 47 Tennessee 4,439,666 13
45 | 48 Texas 15,936,279 19
46 | 49 Utah 1,638,079 9
47 | 50 Vermont 485,416 7
48 | 51 Virginia 5,522,625 12
49 | 53 Washington State 4,641,680 10
50 | 54 West Virginia 1,418,672 13
51 | 55 Wisconsin 4,185,290 7
52 | 56 Wyoming 382,009 9
--------------------------------------------------------------------------------
/Static/data/kml/GroundOverlay.kml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Map of Chartres cathedral
5 |
6 | http://upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Chartres.svg/1600px-Chartres.svg.png
7 | 0.75
8 |
9 |
10 | 48.44820923628113
11 | 48.44737203258976
12 | 1.488833825534365
13 | 1.486788581643038
14 | 46.44067597839695
15 |
16 |
17 |
--------------------------------------------------------------------------------
/Static/data/kmz/RecreationSitePoint.kmz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/data/kmz/RecreationSitePoint.kmz
--------------------------------------------------------------------------------
/Static/data/kmz/shuckstack-fire-tower.kmz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/data/kmz/shuckstack-fire-tower.kmz
--------------------------------------------------------------------------------
/Static/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/favicon.ico
--------------------------------------------------------------------------------
/Static/images/BingLogoDark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/BingLogoDark.png
--------------------------------------------------------------------------------
/Static/images/BingLogoLight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/BingLogoLight.png
--------------------------------------------------------------------------------
/Static/images/backgroundGrid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/backgroundGrid.png
--------------------------------------------------------------------------------
/Static/images/loadingIcon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/loadingIcon.gif
--------------------------------------------------------------------------------
/Static/images/pushpins/Icon_hiking_32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/Icon_hiking_32x32.png
--------------------------------------------------------------------------------
/Static/images/pushpins/PushpinSprite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/PushpinSprite.png
--------------------------------------------------------------------------------
/Static/images/pushpins/TransparentPushpin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/TransparentPushpin.png
--------------------------------------------------------------------------------
/Static/images/pushpins/blueSquare.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/blueSquare.png
--------------------------------------------------------------------------------
/Static/images/pushpins/campfire.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/campfire.png
--------------------------------------------------------------------------------
/Static/images/pushpins/campground.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/campground.png
--------------------------------------------------------------------------------
/Static/images/pushpins/cylinder.svg:
--------------------------------------------------------------------------------
1 |
14 |
--------------------------------------------------------------------------------
/Static/images/pushpins/endPin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/endPin.png
--------------------------------------------------------------------------------
/Static/images/pushpins/grn-pushpin_maps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/grn-pushpin_maps.png
--------------------------------------------------------------------------------
/Static/images/pushpins/homegardenbusiness.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/homegardenbusiness.png
--------------------------------------------------------------------------------
/Static/images/pushpins/hospitals.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/hospitals.png
--------------------------------------------------------------------------------
/Static/images/pushpins/placemark_circle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/placemark_circle.png
--------------------------------------------------------------------------------
/Static/images/pushpins/placemark_circle_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/placemark_circle_highlight.png
--------------------------------------------------------------------------------
/Static/images/pushpins/ranger_station.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/ranger_station.png
--------------------------------------------------------------------------------
/Static/images/pushpins/ssMap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/ssMap.png
--------------------------------------------------------------------------------
/Static/images/pushpins/startPin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/startPin.png
--------------------------------------------------------------------------------
/Static/images/pushpins/ylw-pushpin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/pushpins/ylw-pushpin.png
--------------------------------------------------------------------------------
/Static/images/screenshot.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/screenshot.jpg
--------------------------------------------------------------------------------
/Static/images/us_counties.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/microsoft/BingMapsV8CodeSamples/7aeb3702c83f4b8372d89bab41cf285a3f9a9604/Static/images/us_counties.png
--------------------------------------------------------------------------------
/Static/lib/bootstrap/LICENSE:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2011-2024 The Bootstrap Authors
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in
13 | all copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21 | THE SOFTWARE.
22 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/js/index.esm.js:
--------------------------------------------------------------------------------
1 | /**
2 | * --------------------------------------------------------------------------
3 | * Bootstrap index.esm.js
4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5 | * --------------------------------------------------------------------------
6 | */
7 |
8 | export { default as Alert } from './src/alert.js'
9 | export { default as Button } from './src/button.js'
10 | export { default as Carousel } from './src/carousel.js'
11 | export { default as Collapse } from './src/collapse.js'
12 | export { default as Dropdown } from './src/dropdown.js'
13 | export { default as Modal } from './src/modal.js'
14 | export { default as Offcanvas } from './src/offcanvas.js'
15 | export { default as Popover } from './src/popover.js'
16 | export { default as ScrollSpy } from './src/scrollspy.js'
17 | export { default as Tab } from './src/tab.js'
18 | export { default as Toast } from './src/toast.js'
19 | export { default as Tooltip } from './src/tooltip.js'
20 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/js/index.umd.js:
--------------------------------------------------------------------------------
1 | /**
2 | * --------------------------------------------------------------------------
3 | * Bootstrap index.umd.js
4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5 | * --------------------------------------------------------------------------
6 | */
7 |
8 | import Alert from './src/alert.js'
9 | import Button from './src/button.js'
10 | import Carousel from './src/carousel.js'
11 | import Collapse from './src/collapse.js'
12 | import Dropdown from './src/dropdown.js'
13 | import Modal from './src/modal.js'
14 | import Offcanvas from './src/offcanvas.js'
15 | import Popover from './src/popover.js'
16 | import ScrollSpy from './src/scrollspy.js'
17 | import Tab from './src/tab.js'
18 | import Toast from './src/toast.js'
19 | import Tooltip from './src/tooltip.js'
20 |
21 | export default {
22 | Alert,
23 | Button,
24 | Carousel,
25 | Collapse,
26 | Dropdown,
27 | Modal,
28 | Offcanvas,
29 | Popover,
30 | ScrollSpy,
31 | Tab,
32 | Toast,
33 | Tooltip
34 | }
35 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/js/src/dom/data.js:
--------------------------------------------------------------------------------
1 | /**
2 | * --------------------------------------------------------------------------
3 | * Bootstrap dom/data.js
4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5 | * --------------------------------------------------------------------------
6 | */
7 |
8 | /**
9 | * Constants
10 | */
11 |
12 | const elementMap = new Map()
13 |
14 | export default {
15 | set(element, key, instance) {
16 | if (!elementMap.has(element)) {
17 | elementMap.set(element, new Map())
18 | }
19 |
20 | const instanceMap = elementMap.get(element)
21 |
22 | // make it clear we only want one instance per element
23 | // can be removed later when multiple key/instances are fine to be used
24 | if (!instanceMap.has(key) && instanceMap.size !== 0) {
25 | // eslint-disable-next-line no-console
26 | console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(instanceMap.keys())[0]}.`)
27 | return
28 | }
29 |
30 | instanceMap.set(key, instance)
31 | },
32 |
33 | get(element, key) {
34 | if (elementMap.has(element)) {
35 | return elementMap.get(element).get(key) || null
36 | }
37 |
38 | return null
39 | },
40 |
41 | remove(element, key) {
42 | if (!elementMap.has(element)) {
43 | return
44 | }
45 |
46 | const instanceMap = elementMap.get(element)
47 |
48 | instanceMap.delete(key)
49 |
50 | // free up element references if there are no instances left for an element
51 | if (instanceMap.size === 0) {
52 | elementMap.delete(element)
53 | }
54 | }
55 | }
56 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/js/src/util/component-functions.js:
--------------------------------------------------------------------------------
1 | /**
2 | * --------------------------------------------------------------------------
3 | * Bootstrap util/component-functions.js
4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5 | * --------------------------------------------------------------------------
6 | */
7 |
8 | import EventHandler from '../dom/event-handler.js'
9 | import SelectorEngine from '../dom/selector-engine.js'
10 | import { isDisabled } from './index.js'
11 |
12 | const enableDismissTrigger = (component, method = 'hide') => {
13 | const clickEvent = `click.dismiss${component.EVENT_KEY}`
14 | const name = component.NAME
15 |
16 | EventHandler.on(document, clickEvent, `[data-bs-dismiss="${name}"]`, function (event) {
17 | if (['A', 'AREA'].includes(this.tagName)) {
18 | event.preventDefault()
19 | }
20 |
21 | if (isDisabled(this)) {
22 | return
23 | }
24 |
25 | const target = SelectorEngine.getElementFromSelector(this) || this.closest(`.${name}`)
26 | const instance = component.getOrCreateInstance(target)
27 |
28 | // Method argument is left, for Alert and only, as it doesn't implement the 'hide' method
29 | instance[method]()
30 | })
31 | }
32 |
33 | export {
34 | enableDismissTrigger
35 | }
36 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/_badge.scss:
--------------------------------------------------------------------------------
1 | // Base class
2 | //
3 | // Requires one of the contextual, color modifier classes for `color` and
4 | // `background-color`.
5 |
6 | .badge {
7 | // scss-docs-start badge-css-vars
8 | --#{$prefix}badge-padding-x: #{$badge-padding-x};
9 | --#{$prefix}badge-padding-y: #{$badge-padding-y};
10 | @include rfs($badge-font-size, --#{$prefix}badge-font-size);
11 | --#{$prefix}badge-font-weight: #{$badge-font-weight};
12 | --#{$prefix}badge-color: #{$badge-color};
13 | --#{$prefix}badge-border-radius: #{$badge-border-radius};
14 | // scss-docs-end badge-css-vars
15 |
16 | display: inline-block;
17 | padding: var(--#{$prefix}badge-padding-y) var(--#{$prefix}badge-padding-x);
18 | @include font-size(var(--#{$prefix}badge-font-size));
19 | font-weight: var(--#{$prefix}badge-font-weight);
20 | line-height: 1;
21 | color: var(--#{$prefix}badge-color);
22 | text-align: center;
23 | white-space: nowrap;
24 | vertical-align: baseline;
25 | @include border-radius(var(--#{$prefix}badge-border-radius));
26 | @include gradient-bg();
27 |
28 | // Empty badges collapse automatically
29 | &:empty {
30 | display: none;
31 | }
32 | }
33 |
34 | // Quick fix for badges in buttons
35 | .btn .badge {
36 | position: relative;
37 | top: -1px;
38 | }
39 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/_containers.scss:
--------------------------------------------------------------------------------
1 | // Container widths
2 | //
3 | // Set the container width, and override it for fixed navbars in media queries.
4 |
5 | @if $enable-container-classes {
6 | // Single container class with breakpoint max-widths
7 | .container,
8 | // 100% wide container at all breakpoints
9 | .container-fluid {
10 | @include make-container();
11 | }
12 |
13 | // Responsive containers that are 100% wide until a breakpoint
14 | @each $breakpoint, $container-max-width in $container-max-widths {
15 | .container-#{$breakpoint} {
16 | @extend .container-fluid;
17 | }
18 |
19 | @include media-breakpoint-up($breakpoint, $grid-breakpoints) {
20 | %responsive-container-#{$breakpoint} {
21 | max-width: $container-max-width;
22 | }
23 |
24 | // Extend each breakpoint which is smaller or equal to the current breakpoint
25 | $extend-breakpoint: true;
26 |
27 | @each $name, $width in $grid-breakpoints {
28 | @if ($extend-breakpoint) {
29 | .container#{breakpoint-infix($name, $grid-breakpoints)} {
30 | @extend %responsive-container-#{$breakpoint};
31 | }
32 |
33 | // Once the current breakpoint is reached, stop extending
34 | @if ($breakpoint == $name) {
35 | $extend-breakpoint: false;
36 | }
37 | }
38 | }
39 | }
40 | }
41 | }
42 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/_forms.scss:
--------------------------------------------------------------------------------
1 | @import "forms/labels";
2 | @import "forms/form-text";
3 | @import "forms/form-control";
4 | @import "forms/form-select";
5 | @import "forms/form-check";
6 | @import "forms/form-range";
7 | @import "forms/floating-labels";
8 | @import "forms/input-group";
9 | @import "forms/validation";
10 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/_grid.scss:
--------------------------------------------------------------------------------
1 | // Row
2 | //
3 | // Rows contain your columns.
4 |
5 | :root {
6 | @each $name, $value in $grid-breakpoints {
7 | --#{$prefix}breakpoint-#{$name}: #{$value};
8 | }
9 | }
10 |
11 | @if $enable-grid-classes {
12 | .row {
13 | @include make-row();
14 |
15 | > * {
16 | @include make-col-ready();
17 | }
18 | }
19 | }
20 |
21 | @if $enable-cssgrid {
22 | .grid {
23 | display: grid;
24 | grid-template-rows: repeat(var(--#{$prefix}rows, 1), 1fr);
25 | grid-template-columns: repeat(var(--#{$prefix}columns, #{$grid-columns}), 1fr);
26 | gap: var(--#{$prefix}gap, #{$grid-gutter-width});
27 |
28 | @include make-cssgrid();
29 | }
30 | }
31 |
32 |
33 | // Columns
34 | //
35 | // Common styles for small and large grid columns
36 |
37 | @if $enable-grid-classes {
38 | @include make-grid-columns();
39 | }
40 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/_helpers.scss:
--------------------------------------------------------------------------------
1 | @import "helpers/clearfix";
2 | @import "helpers/color-bg";
3 | @import "helpers/colored-links";
4 | @import "helpers/focus-ring";
5 | @import "helpers/icon-link";
6 | @import "helpers/ratio";
7 | @import "helpers/position";
8 | @import "helpers/stacks";
9 | @import "helpers/visually-hidden";
10 | @import "helpers/stretched-link";
11 | @import "helpers/text-truncation";
12 | @import "helpers/vr";
13 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/_images.scss:
--------------------------------------------------------------------------------
1 | // Responsive images (ensure images don't scale beyond their parents)
2 | //
3 | // This is purposefully opt-in via an explicit class rather than being the default for all `
`s.
4 | // We previously tried the "images are responsive by default" approach in Bootstrap v2,
5 | // and abandoned it in Bootstrap v3 because it breaks lots of third-party widgets (including Google Maps)
6 | // which weren't expecting the images within themselves to be involuntarily resized.
7 | // See also https://github.com/twbs/bootstrap/issues/18178
8 | .img-fluid {
9 | @include img-fluid();
10 | }
11 |
12 |
13 | // Image thumbnails
14 | .img-thumbnail {
15 | padding: $thumbnail-padding;
16 | background-color: $thumbnail-bg;
17 | border: $thumbnail-border-width solid $thumbnail-border-color;
18 | @include border-radius($thumbnail-border-radius);
19 | @include box-shadow($thumbnail-box-shadow);
20 |
21 | // Keep them at most 100% wide
22 | @include img-fluid();
23 | }
24 |
25 | //
26 | // Figures
27 | //
28 |
29 | .figure {
30 | // Ensures the caption's text aligns with the image.
31 | display: inline-block;
32 | }
33 |
34 | .figure-img {
35 | margin-bottom: $spacer * .5;
36 | line-height: 1;
37 | }
38 |
39 | .figure-caption {
40 | @include font-size($figure-caption-font-size);
41 | color: $figure-caption-color;
42 | }
43 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/_mixins.scss:
--------------------------------------------------------------------------------
1 | // Toggles
2 | //
3 | // Used in conjunction with global variables to enable certain theme features.
4 |
5 | // Vendor
6 | @import "vendor/rfs";
7 |
8 | // Deprecate
9 | @import "mixins/deprecate";
10 |
11 | // Helpers
12 | @import "mixins/breakpoints";
13 | @import "mixins/color-mode";
14 | @import "mixins/color-scheme";
15 | @import "mixins/image";
16 | @import "mixins/resize";
17 | @import "mixins/visually-hidden";
18 | @import "mixins/reset-text";
19 | @import "mixins/text-truncate";
20 |
21 | // Utilities
22 | @import "mixins/utilities";
23 |
24 | // Components
25 | @import "mixins/backdrop";
26 | @import "mixins/buttons";
27 | @import "mixins/caret";
28 | @import "mixins/pagination";
29 | @import "mixins/lists";
30 | @import "mixins/forms";
31 | @import "mixins/table-variants";
32 |
33 | // Skins
34 | @import "mixins/border-radius";
35 | @import "mixins/box-shadow";
36 | @import "mixins/gradients";
37 | @import "mixins/transition";
38 |
39 | // Layout
40 | @import "mixins/clearfix";
41 | @import "mixins/container";
42 | @import "mixins/grid";
43 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/_placeholders.scss:
--------------------------------------------------------------------------------
1 | .placeholder {
2 | display: inline-block;
3 | min-height: 1em;
4 | vertical-align: middle;
5 | cursor: wait;
6 | background-color: currentcolor;
7 | opacity: $placeholder-opacity-max;
8 |
9 | &.btn::before {
10 | display: inline-block;
11 | content: "";
12 | }
13 | }
14 |
15 | // Sizing
16 | .placeholder-xs {
17 | min-height: .6em;
18 | }
19 |
20 | .placeholder-sm {
21 | min-height: .8em;
22 | }
23 |
24 | .placeholder-lg {
25 | min-height: 1.2em;
26 | }
27 |
28 | // Animation
29 | .placeholder-glow {
30 | .placeholder {
31 | animation: placeholder-glow 2s ease-in-out infinite;
32 | }
33 | }
34 |
35 | @keyframes placeholder-glow {
36 | 50% {
37 | opacity: $placeholder-opacity-min;
38 | }
39 | }
40 |
41 | .placeholder-wave {
42 | mask-image: linear-gradient(130deg, $black 55%, rgba(0, 0, 0, (1 - $placeholder-opacity-min)) 75%, $black 95%);
43 | mask-size: 200% 100%;
44 | animation: placeholder-wave 2s linear infinite;
45 | }
46 |
47 | @keyframes placeholder-wave {
48 | 100% {
49 | mask-position: -200% 0%;
50 | }
51 | }
52 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/_transitions.scss:
--------------------------------------------------------------------------------
1 | .fade {
2 | @include transition($transition-fade);
3 |
4 | &:not(.show) {
5 | opacity: 0;
6 | }
7 | }
8 |
9 | // scss-docs-start collapse-classes
10 | .collapse {
11 | &:not(.show) {
12 | display: none;
13 | }
14 | }
15 |
16 | .collapsing {
17 | height: 0;
18 | overflow: hidden;
19 | @include transition($transition-collapse);
20 |
21 | &.collapse-horizontal {
22 | width: 0;
23 | height: auto;
24 | @include transition($transition-collapse-width);
25 | }
26 | }
27 | // scss-docs-end collapse-classes
28 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/bootstrap-grid.scss:
--------------------------------------------------------------------------------
1 | @import "mixins/banner";
2 | @include bsBanner(Grid);
3 |
4 | $include-column-box-sizing: true !default;
5 |
6 | @import "functions";
7 | @import "variables";
8 | @import "variables-dark";
9 | @import "maps";
10 |
11 | @import "mixins/breakpoints";
12 | @import "mixins/container";
13 | @import "mixins/grid";
14 | @import "mixins/utilities";
15 |
16 | @import "vendor/rfs";
17 |
18 | @import "containers";
19 | @import "grid";
20 |
21 | @import "utilities";
22 | // Only use the utilities we need
23 | // stylelint-disable-next-line scss/dollar-variable-default
24 | $utilities: map-get-multiple(
25 | $utilities,
26 | (
27 | "display",
28 | "order",
29 | "flex",
30 | "flex-direction",
31 | "flex-grow",
32 | "flex-shrink",
33 | "flex-wrap",
34 | "justify-content",
35 | "align-items",
36 | "align-content",
37 | "align-self",
38 | "margin",
39 | "margin-x",
40 | "margin-y",
41 | "margin-top",
42 | "margin-end",
43 | "margin-bottom",
44 | "margin-start",
45 | "negative-margin",
46 | "negative-margin-x",
47 | "negative-margin-y",
48 | "negative-margin-top",
49 | "negative-margin-end",
50 | "negative-margin-bottom",
51 | "negative-margin-start",
52 | "padding",
53 | "padding-x",
54 | "padding-y",
55 | "padding-top",
56 | "padding-end",
57 | "padding-bottom",
58 | "padding-start",
59 | )
60 | );
61 |
62 | @import "utilities/api";
63 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/bootstrap-reboot.scss:
--------------------------------------------------------------------------------
1 | @import "mixins/banner";
2 | @include bsBanner(Reboot);
3 |
4 | @import "functions";
5 | @import "variables";
6 | @import "variables-dark";
7 | @import "maps";
8 | @import "mixins";
9 | @import "root";
10 | @import "reboot";
11 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/bootstrap-utilities.scss:
--------------------------------------------------------------------------------
1 | @import "mixins/banner";
2 | @include bsBanner(Utilities);
3 |
4 | // Configuration
5 | @import "functions";
6 | @import "variables";
7 | @import "variables-dark";
8 | @import "maps";
9 | @import "mixins";
10 | @import "utilities";
11 |
12 | // Layout & components
13 | @import "root";
14 |
15 | // Helpers
16 | @import "helpers";
17 |
18 | // Utilities
19 | @import "utilities/api";
20 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/bootstrap.scss:
--------------------------------------------------------------------------------
1 | @import "mixins/banner";
2 | @include bsBanner("");
3 |
4 |
5 | // scss-docs-start import-stack
6 | // Configuration
7 | @import "functions";
8 | @import "variables";
9 | @import "variables-dark";
10 | @import "maps";
11 | @import "mixins";
12 | @import "utilities";
13 |
14 | // Layout & components
15 | @import "root";
16 | @import "reboot";
17 | @import "type";
18 | @import "images";
19 | @import "containers";
20 | @import "grid";
21 | @import "tables";
22 | @import "forms";
23 | @import "buttons";
24 | @import "transitions";
25 | @import "dropdown";
26 | @import "button-group";
27 | @import "nav";
28 | @import "navbar";
29 | @import "card";
30 | @import "accordion";
31 | @import "breadcrumb";
32 | @import "pagination";
33 | @import "badge";
34 | @import "alert";
35 | @import "progress";
36 | @import "list-group";
37 | @import "close";
38 | @import "toasts";
39 | @import "modal";
40 | @import "tooltip";
41 | @import "popover";
42 | @import "carousel";
43 | @import "spinners";
44 | @import "offcanvas";
45 | @import "placeholders";
46 |
47 | // Helpers
48 | @import "helpers";
49 |
50 | // Utilities
51 | @import "utilities/api";
52 | // scss-docs-end import-stack
53 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/forms/_form-text.scss:
--------------------------------------------------------------------------------
1 | //
2 | // Form text
3 | //
4 |
5 | .form-text {
6 | margin-top: $form-text-margin-top;
7 | @include font-size($form-text-font-size);
8 | font-style: $form-text-font-style;
9 | font-weight: $form-text-font-weight;
10 | color: $form-text-color;
11 | }
12 |
--------------------------------------------------------------------------------
/Static/lib/bootstrap/scss/forms/_labels.scss:
--------------------------------------------------------------------------------
1 | //
2 | // Labels
3 | //
4 |
5 | .form-label {
6 | margin-bottom: $form-label-margin-bottom;
7 | @include font-size($form-label-font-size);
8 | font-style: $form-label-font-style;
9 | font-weight: $form-label-font-weight;
10 | color: $form-label-color;
11 | }
12 |
13 | // For use with horizontal and inline forms, when you need the label (or legend)
14 | // text to align with the form controls.
15 | .col-form-label {
16 | padding-top: add($input-padding-y, $input-border-width);
17 | padding-bottom: add($input-padding-y, $input-border-width);
18 | margin-bottom: 0; // Override the `