-
Notifications
You must be signed in to change notification settings - Fork 220
/
Copy pathsdk_wpf.json
82 lines (82 loc) · 66.4 KB
/
sdk_wpf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[{"Name":"AsyncSqlGeospatialDataReader","ExampleInfo":{"Name":"AsyncSqlGeospatialDataReader","DirectoryName":"AsyncSqlGeospatialDataReader","ExampleFileNames":["AsyncSqlGeospatialDataReader.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","WktDataStorage.cs","WktItemModel.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/AsyncSqlGeospatialDataReader/","Description":"This example shows how to set up a model containing SQL Geospatial data in Wkt format and load it in the RadMap control, using AsyncSqlGeospatialDataReader which enables you to read SQL Geospatial data asynchronously.","KeyWords":"AsyncSqlGeospatialDataReader, visualizationlayer, geospatialpropertyname, tooltipformat, mapshapefill, highlightfill, itemtemplate, wkt"},
{"Name":"BingGeoData API","ExampleInfo":{"Name":"BingGeoData API","DirectoryName":"BingGeoDataAPI","ExampleFileNames":["BingGeoDataAPI.csproj","App.xaml","App.xaml.cs","GeodataHelper.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","SearchArea.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/BingGeoDataAPI/","Description":"This example shows how to use the RadMap's BingRestMapProvider along with the GeoData API of Bing Maps in order to find and show boundaries of specific areas.","KeyWords":"BingGeoData API, geodata,api,bingrestmapprovider,bingrestsearchlocationrequest"},
{"Name":"Click Modes Custom Behavior","ExampleInfo":{"Name":"Click Modes Custom Behavior","DirectoryName":"ClickModesCustomBehavior","ExampleFileNames":["ClickModesCustomBehavior.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ClickModesCustomBehavior/","Description":"RadMap supports both single and double mouse clicks. You can configure the behavior of the control in this respect using the MouseClickMode and MouseDoubleClickMode properties. These properties support the following predefined values: Center, None, ZoomPointToCenter, ZoomToPoint.\r\nIn order to execute custom logic on click or double click, set these properties to None and handle the MapMouseClick and MapMouseDoubleClick events of RadMap.","KeyWords":"Click Modes Custom Behavior, Mouse, DoubleClick"},
{"Name":"Click Modes Predefined Values","ExampleInfo":{"Name":"Click Modes Predefined Values","DirectoryName":"ClickModesPredefinedValues","ExampleFileNames":["ClickModesPredefinedValues.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ClickModesPredefinedValues/","Description":"RadMap supports both single and double mouse clicks. You can configure the behavior of the control in this respect using the MouseClickMode and MouseDoubleClickMode properties. These properties support the following predefined values: Center, None, ZoomPointToCenter, ZoomToPoint.","KeyWords":"Click Modes Predefined Values, Mouse, DoubleClick, Center, ZoomToPoint"},
{"Name":"Default Layout Disabled","ExampleInfo":{"Name":"Default Layout Disabled","DirectoryName":"DefaultLayoutDisabled","ExampleFileNames":["DefaultLayoutDisabled.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/DefaultLayoutDisabled/","Description":"The default layout of RadMap is represented by the UI controls that appear in it. In case you want to hide all of these controls and create your custom layout, you can set the UseDefaultLayout property of RadMap to false.","KeyWords":"Default Layout Disabled, UseDefaultLayout"},
{"Name":"Distance And Scale Distance Unit","ExampleInfo":{"Name":"Distance And Scale Distance Unit","DirectoryName":"DistanceAndScaleDistanceUnit","ExampleFileNames":["DistanceAndScaleDistanceUnit.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/DistanceAndScaleDistanceUnit/","Description":"RadMap uses two measure units for distance - mile and kilometer. The measure units determine the placement of the MapShapes, as their width and height are measured in the selected unit. You can specify the unit using the DistanceUnit property of RadMap. The default value is Kilometer.","KeyWords":"Distance And Scale Distance Unit, Mile, Kilometer"},
{"Name":"Distance And Scale External Map Scale","ExampleInfo":{"Name":"Distance And Scale External Map Scale","DirectoryName":"DistanceAndScaleExternalMapScale","ExampleFileNames":["DistanceAndScaleExternalMapScale.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/DistanceAndScaleExternalMapScale/","Description":"You can use the MapScale control outside the RadMap control. In order to associate the external MapScale control and the RadMap instance, set the MapControl property of MapScale to the respective RadMap instance.\r\nYou can configure the RadMap control not to show its default MapScale control using its ScaleVisibility property or the UseDefaultLayout property that disables the default layout of RadMap.","KeyWords":"Distance And Scale External Map Scale, ScaleVisibility, DistanceUnit"},
{"Name":"Distance And Scale Scale Visibility","ExampleInfo":{"Name":"Distance And Scale Scale Visibility","DirectoryName":"DistanceAndScaleScaleVisibility","ExampleFileNames":["DistanceAndScaleScaleVisibility.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/DistanceAndScaleScaleVisibility/","Description":"You can change the Visibility of the MapScale control in the default layout of RadMap using the ScaleVisibility property.","KeyWords":"Distance And Scale Scale Visibility, MapScale, DistanceUnit"},
{"Name":"Dynamic Layer","ExampleInfo":{"Name":"Dynamic Layer","DirectoryName":"DynamicLayer","ExampleFileNames":["DynamicLayer.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","MapDynamicSource.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/DynamicLayer/","Description":"The DynamicLayer allows you to display additional data on top of the displayed map. In contrast to InformationLayer which processes all items in a collection, the DynamicLayer requests items to process. It makes favour when thousands of items are available (pictures of POIs, for example). Your application can select what pictures are suitable for given location and zoom factor and return only these ones.","KeyWords":"Dynamic Layer, ZoomGrid, ZoomGridList, LatitudesCount, LongitudesCount, IMapDynamicSource, ItemsRequest"},
{"Name":"External Map Mouse Location Indicator","ExampleInfo":{"Name":"External Map Mouse Location Indicator","DirectoryName":"ExternalMapMouseLocationIndicator","ExampleFileNames":["ExternalMapMouseLocationIndicator.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ExternalMapMouseLocationIndicator/","Description":"You can use the MapMouseLocationIndicator control outside the RadMap control. In order to associate the external MapMouseLocationIndicator control and the RadMap instance, set the MapControl property of MapMouseLocationIndicator to the respective RadMap instance.\r\nYou can configure the RadMap control not to show its default MapMouseLocationIndicator control using its MouseLocationIndicatorVisibility property or the UseDefaultLayout property that disables the default layout of RadMap.","KeyWords":"External Map Mouse Location Indicator, MouseLocationIndicatorVisibility"},
{"Name":"Geocode","ExampleInfo":{"Name":"Geocode","DirectoryName":"Geocode","ExampleFileNames":["Geocode.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/Geocode/","Description":"The RadMap provides unified geocoding architecture, incorporated in the BingRestMapProvider SearchLocation API.\r\nThis allows you to easily convert a location point to an address and the opposite - address to a location point.","KeyWords":"Geocode, GeocodeProvider, ReverseGeocodeRequest, Location, Address, Service, BingRestMapProvider"},
{"Name":"How To Bring A Location Into View","ExampleInfo":{"Name":"How To Bring A Location Into View","DirectoryName":"HowToBringALocationIntoView","ExampleFileNames":["HowToBringALocationIntoView.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/HowToBringALocationIntoView/","Description":"In order to bring a location point into view, you have to set the Center property of the RadMap property.","KeyWords":"How To Bring A Location Into View, BringLocationIntoView"},
{"Name":"Display Information From Custom Shapefile","ExampleInfo":{"Name":"Display Information From Custom Shapefile","DirectoryName":"HowToDisplayInformationFromCustomShapefile","ExampleFileNames":["HowToDisplayInformationFromCustomShapefile.csproj","App.xaml","App.xaml.cs","ExampleViewModel.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","TicketPriceInfo.cs","Resources\\field_pol.shp","Resources\\grass_pol.shp","Resources\\playground_lin.shp","Resources\\stadium_pol.dbf","Resources\\stadium_pol.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/HowToDisplayInformationFromCustomShapefile/","Description":"The ESRI Shapefiles or simply the shapefiles are popular format for storing geographical data. The files spatially describe geometries like lines, polylines and polygons. These geometries may represent different geographical objects such as countries, roads, rivers, lakes etc. Via a software that supports the format, the geometries can be translated properly on a map.","KeyWords":"Display Information From Custom Shapefile, InformationLayer, MapShapeReader, ReadCompleted"},
{"Name":"Custom commands for Map command bar","ExampleInfo":{"Name":"Custom commands for Map command bar","DirectoryName":"HowToImplementCustomCommandsForMapCommandBar","ExampleFileNames":["HowToImplementCustomCommandsForMapCommandBar.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/HowToImplementCustomCommandsForMapCommandBar/","Description":"It is now possible to customize the default set of commands in the MapCommandBar UI for every map provider. Every custom command should be described by a CommandDescription instance that you need to add to the respective MapProvider.Commands collection (if your custom command is RoutedCommand / RoutedUICommand, you can add the associated CommandBinding to the MapProvider.CommandBindingCollection).","KeyWords":"Custom commands for Map command bar, MapProvider, CommandDescription, CommandBinding"},
{"Name":"How To Implement Custom Map Provider","ExampleInfo":{"Name":"How To Implement Custom Map Provider","DirectoryName":"HowToImplementCustomMapProvider","ExampleFileNames":["HowToImplementCustomMapProvider.csproj","App.xaml","App.xaml.cs","CustomTiledMapProvider.cs","CustomTiledMapSource.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/HowToImplementCustomMapProvider/","Description":"You can create a custom map provider and use it with RadMap. In order to do this, you should implement a custom provider and custom map source that inherit TiledProvider or ImageProvider and TiledMapSource or ImageMapSource.","KeyWords":"How To Implement Custom Map Provider, CustomTiledMapProvider, TiledMapSource"},
{"Name":"Custom Zoom Levels For Map Zoom Bar","ExampleInfo":{"Name":"Custom Zoom Levels For Map Zoom Bar","DirectoryName":"HowToImplementCustomZoomLevelsForMapZoomBar","ExampleFileNames":["HowToImplementCustomZoomLevelsForMapZoomBar.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/HowToImplementCustomZoomLevelsForMapZoomBar/","Description":"You can customize the default preset zoom levels in the MapZoomBar UI for every map provider. You can add custom zoom level through the MapZoomBar.RegisterSetZoomLevelCommand(zoomLevel, commandText, dataTemplate, imageUri) method.","KeyWords":"Custom Zoom Levels For Map Zoom Bar, ZoomLevelCommand, CustomZoomAction"},
{"Name":"How to put a mark on the clicked location","ExampleInfo":{"Name":"How to put a mark on the clicked location","DirectoryName":"HowToPutAMarkOnTheClickedLocation","ExampleFileNames":["HowToPutAMarkOnTheClickedLocation.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/HowToPutAMarkOnTheClickedLocation/","Description":"If you want to mark the position where the user has clicked, you have to handle the MapMouseClick event and add the desired mark element to the InformationLayer of the RadMap on the clicked location.","KeyWords":"How to put a mark on the clicked location, InformationLayer, HotSpot, Mark, MapMouseClick"},
{"Name":"Resize Map Shapes With Mouse","ExampleInfo":{"Name":"Resize Map Shapes With Mouse","DirectoryName":"HowToResizeMapShapesWithMouseDragging","ExampleFileNames":["HowToResizeMapShapesWithMouseDragging.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/HowToResizeMapShapesWithMouseDragging/","Description":"RadMap provides a rich set of geocoordinate-enabled shapes that can be defined and displayed onto the map surface .There are scenarios, however, where you would like to do more than just position a shape onto the map. This example will demonstrate how to manipulate each individual segment of line/polyline/polygon shape based on mouse input from the user. For example we will select (highlight) a point, and drag the selected object to another location on the map – modifying in this way the shape or the line segment.","KeyWords":"Resize Map Shapes With Mouse, InformationLayer, MapPolyline, MapPinPoint"},
{"Name":"How To Restrict Panning And Zooming Region","ExampleInfo":{"Name":"How To Restrict Panning And Zooming Region","DirectoryName":"HowToRestrictPanningAndZoomingRegion","ExampleFileNames":["HowToRestrictPanningAndZoomingRegion.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/HowToRestrictPanningAndZoomingRegion/","Description":"You can restrict the zooming and panning region in RadMap by setting the RadMap.MinZoomLevel / RadMap.MaxZoomLevel properties and the RadMap.GeoBounds property.","KeyWords":"How To Restrict Panning And Zooming Region, MinZoomLevel, MaxZoomLevel, GeoBounds"},
{"Name":"How To Select Map Shapes","ExampleInfo":{"Name":"How To Select Map Shapes","DirectoryName":"HowToSelectMapShapes","ExampleFileNames":["HowToSelectMapShapes.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/HowToSelectMapShapes/","Description":"RadMap provides a rich set of geocoordinate-enabled shapes that can be defined and displayed onto the map surface. There are scenarios, however, where you would like to do more than just position a shape onto the map. This example will demonstrate how to manipulate each individual segment of line/polyline/polygon shape based on mouse input from the user. For example we will select (highlight) a Line segment of the Polyline and set a green color for it. The Polyline itself will be colored blue and on click it will become red. All these customizations will be made through styles.","KeyWords":"How To Select Map Shapes, InformationLayer, MapLine, MapPolyline, Selection"},
{"Name":"Ste The Best View For The Information Layer","ExampleInfo":{"Name":"Ste The Best View For The Information Layer","DirectoryName":"HowToSetTheBestViewForTheInformationLayer","ExampleFileNames":["HowToSetTheBestViewForTheInformationLayer.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","MapItem.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/HowToSetTheBestViewForTheInformationLayer/","Description":"In case you have a set of elements displayed by the InformationLayer, you might want to be able to display all of them in the visible area of the map and to set the optimal zoom for them. This can be done by using the Best View feature of the RadMap. To use it you have to call the GetBestView() method of the InformationLayer and pass its items to it. This method will return a LocationRect object which represents the best view for the items in the InformationLayer. You can use it in order to adjust the RadMap center and zoom level.","KeyWords":"Ste The Best View For The Information Layer, DataMapping, Location, ZoomLevel, ZoomRange, HotSpot, ToolTip"},
{"Name":"Information Layer Clustered Data Source","ExampleInfo":{"Name":"Information Layer Clustered Data Source","DirectoryName":"InformationLayerClusteredDataSource","ExampleFileNames":["InformationLayerClusteredDataSource.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerClusteredDataSource/","Description":"Clustered data source provides functionality for grouping of the geographic locations using some criteria. The default implementation uses distance in degrees between 2 locations as grouping condition. It can be changed at any time by creation of the new class which implements IClusterItemGenerator or which inherits from the ClusterItemGenerator class (the default built-in implementation of the grouping condition).\r\nThe clustered data source provides information layer with 2 kinds of items: ClusterItem and ClusteredItem. The first one represents cluster which contains list of the items grouped by some criteria. The second one represents wrapper around original data with some additional functionality.","KeyWords":"Information Layer Clustered Data Source, MapLayer, Pushpin, ClusterItem, ClusterTemplate"},
{"Name":"Information Layer Colorizer Colors","ExampleInfo":{"Name":"Information Layer Colorizer Colors","DirectoryName":"InformationLayerColorizerColors","ExampleFileNames":["InformationLayerColorizerColors.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerColorizerColors/","Description":"The ColorMeasureScale can apply a different color to each range it creates. You are able to specify the desired set of colors not only for the normal fill of the shapes, but for the highlighted one too. This is done by using the ShapeFillCollection and HighlightFillCollection properties. They are collections of MapShapeFill objects.","KeyWords":"Information Layer Colorizer Colors, MapShapeReader, ShapeFillCollection, HighlightFillCollection, ColorMeasureScale, ExtendedPropertyName"},
{"Name":"Information Layer Colorizer Mode Auto","ExampleInfo":{"Name":"Information Layer Colorizer Mode Auto","DirectoryName":"InformationLayerColorizerModeAuto","ExampleFileNames":["InformationLayerColorizerModeAuto.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerColorizerModeAuto/","Description":"The ColorMeasureScale splits the values passed through its ExtendedPropertyName property and associates a fill color and highlight color for each one. It can automatically create ranges in two ways. For that purpose you have to use the Mode property of the ColorMeasureScale object. This example demonstrates the Auto mode.","KeyWords":"Information Layer Colorizer Mode Auto, MapShapeReader, ShapeFillCollection, ColorMeasureScale, ExtendedPropertyName"},
{"Name":"Information Layer Colorizer Mode Count","ExampleInfo":{"Name":"Information Layer Colorizer Mode Count","DirectoryName":"InformationLayerColorizerModeCount","ExampleFileNames":["InformationLayerColorizerModeCount.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerColorizerModeCount/","Description":"The ColorMeasureScale splits the values passed through its ExtendedPropertyName property and associates a fill color and highlight color for each one. It can automatically create ranges in two ways. For that purpose you have to use the Mode property of the ColorMeasureScale object. This example demonstrates the Count mode.","KeyWords":"Information Layer Colorizer Mode Count, MapShapeReader, ShapeFillCollection, ColorMeasureScale, ExtendedPropertyName, TickMarkCount"},
{"Name":"Information Layer Colorizer Mode Ranges","ExampleInfo":{"Name":"Information Layer Colorizer Mode Ranges","DirectoryName":"InformationLayerColorizerModeRanges","ExampleFileNames":["InformationLayerColorizerModeRanges.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerColorizerModeRanges/","Description":"The ColorMeasureScale splits the values passed through its ExtendedPropertyName property and associates a fill color and highlight color for each one. It can automatically create ranges in two ways. For that purpose you have to use the Mode property of the ColorMeasureScale object. This example demonstrates the Ranges mode.","KeyWords":"Information Layer Colorizer Mode Ranges, MapShapeReader, ShapeFillCollection, RangeCollection, ColorMeasureScale, ExtendedPropertyName"},
{"Name":"Information Layer Colorizer Mode Ranges Predefined Colors","ExampleInfo":{"Name":"Information Layer Colorizer Mode Ranges Predefined Colors","DirectoryName":"InformationLayerColorizerModeRangesPredefinedColors","ExampleFileNames":["InformationLayerColorizerModeRangesPredefinedColors.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerColorizerModeRangesPredefinedColors/","Description":"The ColorMeasureScale splits the values passed through its ExtendedPropertyName property and associates a fill color and highlight color for each one. It can automatically create ranges in two ways. For that purpose you have to use the Mode property of the ColorMeasureScale object. This example demonstrates the RangesPredefinedColors mode.","KeyWords":"Information Layer Colorizer Mode Ranges Predefined Colors, MapShapeReader, RangeCollection, ColorMeasureScale, ExtendedPropertyName, RangesPredefinedColors"},
{"Name":"Information Layer Colorizer Mode Step","ExampleInfo":{"Name":"Information Layer Colorizer Mode Step","DirectoryName":"InformationLayerColorizerModeStep","ExampleFileNames":["InformationLayerColorizerModeStep.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerColorizerModeStep/","Description":"The ColorMeasureScale splits the values passed through its ExtendedPropertyName property and associates a fill color and highlight color for each one. It can automatically create ranges in two ways. For that purpose you have to use the Mode property of the ColorMeasureScale object. This example demonstrates the Step mode.","KeyWords":"Information Layer Colorizer Mode Step, MapShapeReader, ShapeFillCollection, ColorMeasureScale, ExtendedPropertyName, TickMarkStep"},
{"Name":"Information Layer Data Binding Data Template","ExampleInfo":{"Name":"Information Layer Data Binding Data Template","DirectoryName":"InformationLayerDataBindingInDataTemplate","ExampleFileNames":["InformationLayerDataBindingInDataTemplate.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","MapItem.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerDataBindingInDataTemplate/","Description":"When displaying a map, you might also want to visualize some data on it in the form of hot spots, pin points, etc. The InformationLayer object allows you to dynamically load and display map markers via data binding. This example demonstrates how you can use attached properties to configure the dynamically created map markers.","KeyWords":"Information Layer Data Binding Data Template, HotSpot, ToolTip, Marker, DataTemplate"},
{"Name":"Information Layer Data Mappings","ExampleInfo":{"Name":"Information Layer Data Mappings","DirectoryName":"InformationLayerDataBindingWithDataMappings","ExampleFileNames":["InformationLayerDataBindingWithDataMappings.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","MapItem.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerDataBindingWithDataMappings/","Description":"When displaying a map, you might also want to visualize some data on it in the form of hot spots, pin points, etc. The InformationLayer object allows you to dynamically load and display map markers via data binding. This example demonstrates how you can use DataMappings to configure the dynamically created map markers.","KeyWords":"Information Layer Data Mappings, HotSpot, ToolTip, Marker"},
{"Name":"Information Layer Framework Elements","ExampleInfo":{"Name":"Information Layer Framework Elements","DirectoryName":"InformationLayerFrameworkElements","ExampleFileNames":["InformationLayerFrameworkElements.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerFrameworkElements/","Description":"## Information Layer Framework Elements\r\nOne of the objects that can be displayed inside the InformationLayer is the FrameworkElement. This means that you can actually display anything inside the InformationLayer. If you want to compose more than one control for your element, you just have to wrap them inside one of the layout controls.","KeyWords":"Information Layer Framework Elements"},
{"Name":"Information Layer Graph Colorizer","ExampleInfo":{"Name":"Information Layer Graph Colorizer","DirectoryName":"InformationLayerGraphColorizer","ExampleFileNames":["InformationLayerGraphColorizer.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerGraphColorizer/","Description":"The RadMap provides Graph Colorizer which sets filling to the Map shapes using the coloring of graph approach as its name implies. In short when any 2 shapes which have common border they will be colored differently.","KeyWords":"Information Layer Graph Colorizer, MapShapeReader, ShapeFillCollection, HighlightFillCollection"},
{"Name":"Information Layer Hot Spots","ExampleInfo":{"Name":"Information Layer Hot Spots","DirectoryName":"InformationLayerHotSpots","ExampleFileNames":["InformationLayerHotSpots.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerHotSpots/","Description":"Normally the elements placed in the Information Layer get positioned via Location coordinates. In this way their top-left corner will coincide with the point representing the location. When using FrameworkElements in your InformationLayer you can additionally arrange them around the point via their HorizontalAlignment and VerticalAlignment properties.\r\nTo adjust the position of the element via the HotSpot you have to set its X and Y properties. Their value can be measured in different units. To choose the desired unit you have to set the XUnits and YUnits properties.","KeyWords":"Information Layer Hot Spots, MapLayer, Location"},
{"Name":"Information Layer Initialize Completed","ExampleInfo":{"Name":"Information Layer Initialize Completed","DirectoryName":"InformationLayerInitializeCompleted","ExampleFileNames":["InformationLayerInitializeCompleted.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerInitializeCompleted/","Description":"The InitializeCompleted event of RadMap fires when the initialization of the map provider completes.","KeyWords":"Information Layer Initialize Completed, MapLayer, Location, BaseZoomLevel, ZoomRange"},
{"Name":"Information Layer Map Ellipse","ExampleInfo":{"Name":"Information Layer Map Ellipse","DirectoryName":"InformationLayerMapEllipse","ExampleFileNames":["InformationLayerMapEllipse.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerMapEllipse/","Description":"The RadMap control provides you with a set of shape objects, which are specifically designed to work with the RadMap. This example demonstrates MapEllipse.","KeyWords":"Information Layer Map Ellipse, Location"},
{"Name":"Information Layer Map Line","ExampleInfo":{"Name":"Information Layer Map Line","DirectoryName":"InformationLayerMapLine","ExampleFileNames":["InformationLayerMapLine.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerMapLine/","Description":"## Information Layer Map Line\r\nThe RadMap control provides you with a set of shape objects, which are specifically designed to work with the RadMap. This example demonstrates MapLine.","KeyWords":"Information Layer Map Line"},
{"Name":"Information Layer Map Path","ExampleInfo":{"Name":"Information Layer Map Path","DirectoryName":"InformationLayerMapPath","ExampleFileNames":["InformationLayerMapPath.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerMapPath/","Description":"The RadMap control provides you with a set of shape objects, which are specifically designed to work with the RadMap. This example demonstrates MapPath.","KeyWords":"Information Layer Map Path, MapPathGeometry, MapPathFigure, MapArcSegment"},
{"Name":"Information Layer Map Polygon","ExampleInfo":{"Name":"Information Layer Map Polygon","DirectoryName":"InformationLayerMapPolygon","ExampleFileNames":["InformationLayerMapPolygon.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerMapPolygon/","Description":"The RadMap control provides you with a set of shape objects, which are specifically designed to work with the RadMap. This example demonstrates MapPolygon.","KeyWords":"Information Layer Map Polygon, CaptionTemplate, HotSpot, MapMouseLocationIndicator"},
{"Name":"Information Layer Map Polyline","ExampleInfo":{"Name":"Information Layer Map Polyline","DirectoryName":"InformationLayerMapPolyline","ExampleFileNames":["InformationLayerMapPolyline.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerMapPolyline/","Description":"The RadMap control provides you with a set of shape objects, which are specifically designed to work with the RadMap. This example demonstrates MapPolyline.","KeyWords":"Information Layer Map Polyline, Points"},
{"Name":"Information Layer Map Rectangle","ExampleInfo":{"Name":"Information Layer Map Rectangle","DirectoryName":"InformationLayerMapRectangle","ExampleFileNames":["InformationLayerMapRectangle.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerMapRectangle/","Description":"The RadMap control provides you with a set of shape objects, which are specifically designed to work with the RadMap. This example demonstrates MapRectangle.","KeyWords":"Information Layer Map Rectangle, Location, RadiusX, RadiusY"},
{"Name":"Information Layer Map Shape Extended Data","ExampleInfo":{"Name":"Information Layer Map Shape Extended Data","DirectoryName":"InformationLayerMapShapeExtendedData","ExampleFileNames":["InformationLayerMapShapeExtendedData.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerMapShapeExtendedData/","Description":"The MapShape object exposes a property called ExtendedData. It allows you to attach additional data to the shape. For example, if a shape represents a country on the map, you can use the ExtendedData property to attach information about the country such as Area, Capitol, Population etc. Later this data can be accessed through the ExtendedData property.","KeyWords":"Information Layer Map Shape Extended Data, ExtendedPropertySet, ToolTip"},
{"Name":"Information Layer Map Shape Fill","ExampleInfo":{"Name":"Information Layer Map Shape Fill","DirectoryName":"InformationLayerMapShapeFill","ExampleFileNames":["InformationLayerMapShapeFill.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerMapShapeFill/","Description":"The ColorMeasureScale can apply a different color to each range it creates. You are able to specify the desired set of colors not only for the normal fill of the shapes, but for the highlighted one too. This is done by using the ShapeFillCollection and HighlightFillCollection properties. They are collections of MapShapeFill objects.","KeyWords":"Information Layer Map Shape Fill, HighlightFill"},
{"Name":"Information Layer Map Shape Map Shape Fill","ExampleInfo":{"Name":"Information Layer Map Shape Map Shape Fill","DirectoryName":"InformationLayerMapShapeMapShapeFill","ExampleFileNames":["InformationLayerMapShapeMapShapeFill.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerMapShapeMapShapeFill/","Description":"The MapShape objects expose two specific properties - ShapeFill and HightlightFill. The first one is applied to the shapes, when they are in their normal state. The HighlightFill gets applied when the mouse is over the shape.\r\nThe two properties are of type MapShapeFill. The MapShapeFill object allows you not only to specify the Fill color, but to modify the stroke as well.","KeyWords":"Information Layer Map Shape Map Shape Fill, HighlightFill"},
{"Name":"Information Layer Map Shape Properties","ExampleInfo":{"Name":"Information Layer Map Shape Properties","DirectoryName":"InformationLayerMapShapeProperties","ExampleFileNames":["InformationLayerMapShapeProperties.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerMapShapeProperties/","Description":"When using MapShape objects there are several ways to control their appearance. This example demonstrates the trivial properties provided by the framework such as Fill, Stroke, StrokeThickness.","KeyWords":"Information Layer Map Shape Properties, MapEllipse, MapLayer, Location"},
{"Name":"Information Layer Pin Points","ExampleInfo":{"Name":"Information Layer Pin Points","DirectoryName":"InformationLayerPinPoints","ExampleFileNames":["InformationLayerPinPoints.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerPinPoints/","Description":"The MapPinPoint class is designed to represent Point objects from KML files. However, it can be also used outside the KML context in order to mark points of interest (POIs) or something else.","KeyWords":"Information Layer Pin Points, MapPinPoint, MapLayer, Location, HotSpot, KML"},
{"Name":"Information Layer Unbound Mode","ExampleInfo":{"Name":"Information Layer Unbound Mode","DirectoryName":"InformationLayerUnboundMode","ExampleFileNames":["InformationLayerUnboundMode.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/InformationLayerUnboundMode/","Description":"The InformationLayer allows you to display additional data on top of the displayed map. This data can be in the form of simple framework elements, pin points or map shapes. As the InformationLayer derives from the ItemsControl class you are able to display more than one item in one and the same InformationLayer. You can even data bind the InformationLayer to a collection of locations. This example demonstrates the unbound mode of the InformationLayer.","KeyWords":"Information Layer Unbound Mode, Ellipse, MapLayer, BaseZoomLevel, Location, ZoomRange"},
{"Name":"KML manual reading","ExampleInfo":{"Name":"KML manual reading","DirectoryName":"KMLManualReading","ExampleFileNames":["KMLManualReading.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\bulgaria.kml"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/KMLManualReading/","Description":"The RadMap provides support for stunning map overlays through its KML-import feature. Once you have the desired set of features (place marks, images, polygons, textual descriptions, etc.) encoded in KML, you can easily import the data and visualize it through the RadMap control. In this way you can easily visualize complex shapes like country's borders on the map and fill the separate shapes with different colors in order to achieve a sort of grouping.\r\nThe RadMap allows you to manually read the file, by which you are able to get the shapes collection, without to automatically insert it into the layer. For this purpose you have to use the KMLReader static class.","KeyWords":"KML manual reading, KmlReader"},
{"Name":"KML map shape reader","ExampleInfo":{"Name":"KML map shape reader","DirectoryName":"KMLMapShapeReader","ExampleFileNames":["KMLMapShapeReader.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\bulgaria.kml"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/KMLMapShapeReader/","Description":"## KML map shape reader\r\nThe RadMap provides support for stunning map overlays through its KML-import feature. Once you have the desired set of features (place marks, images, polygons, textual descriptions, etc.) encoded in KML, you can easily import the data and visualize it through the RadMap control. In this way you can easily visualize complex shapes like country's borders on the map and fill the separate shapes with different colors in order to achieve a sort of grouping.\r\nTo read your data you have to use the MapShapeReader class. To pass the desired KML file you have to use the Source property of the MapShapeReader and pass the Uri to the desired .kml file to it. This will automatically generate shapes according to the data inside the file.","KeyWords":"KML map shape reader"},
{"Name":"Map Legend","ExampleInfo":{"Name":"Map Legend","DirectoryName":"MapLegend","ExampleFileNames":["MapLegend.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/MapLegend/","Description":"The RadMap control introduces the MapLegend object. It allows you to display a legend for a particular Information Layer inside the RadMap control.","KeyWords":"Map Legend, InformationLayer, MapShapeReader, Colorizer, ColorMeasureScale, ShapeFillCollection, MapShapeFill, HighlightFillCollection, Layer"},
{"Name":"Map Shape Data","ExampleInfo":{"Name":"Map Shape Data","DirectoryName":"MapShapeData","ExampleFileNames":["MapShapeData.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/MapShapeData/","Description":"The VisualizationLayer of the RadMap control allows you to visualize a number of different visual elements on the map. This is done via different implementations of the MapShapeData class which represents shape data that can be created in a background thread. This data is then used to create visual elements on the UI thread. As these shape data classes are not dependency objects, this leads to improved rendering performance.","KeyWords":"Map Shape Data, map, shape, data, EllipseData, LineData, PathData, PolygonData, PolylineData, RectangleData"},
{"Name":"Map Shape Reader Tool Tip Format","ExampleInfo":{"Name":"Map Shape Reader Tool Tip Format","DirectoryName":"MapShapeReaderToolTipFormat","ExampleFileNames":["MapShapeReaderToolTipFormat.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/MapShapeReaderToolTipFormat/","Description":"The ToolTipFormat property of MapShapeReader is the simplest way to create a single-line tooltip. The property is of type string and allow you to display both the value of a single property of the extended data and combination of the values of different extended data properties.","KeyWords":"Map Shape Reader Tool Tip Format, InformationLayer"},
{"Name":"Map Shape Reader Tool Tip Style","ExampleInfo":{"Name":"Map Shape Reader Tool Tip Style","DirectoryName":"MapShapeReaderToolTipStyle","ExampleFileNames":["MapShapeReaderToolTipStyle.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/MapShapeReaderToolTipStyle/","Description":"The ToolTipStyle property of MapShapeReader allows you to specify a Style of the tooltip that gets displayed. The Style should target the ToolTip control.","KeyWords":"Map Shape Reader Tool Tip Style, InformationLayer, MapShapeReader, ToolTipFormat"},
{"Name":"Map Shape Reader Tool Tip Template","ExampleInfo":{"Name":"Map Shape Reader Tool Tip Template","DirectoryName":"MapShapeReaderToolTipTemplate","ExampleFileNames":["MapShapeReaderToolTipTemplate.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/MapShapeReaderToolTipTemplate/","Description":"The ToolTipTemplate property of MapShapeReader allows you to define a DataTemplate for the tooltip. This way you are able to create more complex layouts like multiline content or content containing different visual elements like Borders, Images etc.","KeyWords":"Map Shape Reader Tool Tip Template, InformationLayer, MapShapeReader, ExtendedDataConverter"},
{"Name":"Mini Map","ExampleInfo":{"Name":"Mini Map","DirectoryName":"MiniMap","ExampleFileNames":["MiniMap.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/MiniMap/","Description":"This example demonstrates the Mini Map feature of RadMap.","KeyWords":"Mini Map, SizeChanged, RadExpander"},
{"Name":"Navigation Disabled","ExampleInfo":{"Name":"Navigation Disabled","DirectoryName":"NavigationDisabled","ExampleFileNames":["NavigationDisabled.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/NavigationDisabled/","Description":"You can change the Visibility of the MapNavigation control in the default layout of RadMap using the NavigationVisibility property.","KeyWords":"Navigation Disabled, NavigationVisibility, IsKeyboardNavigationEnabled, MouseClickMode, MouseDoubleClickMode, MouseDragMode, ZoomBarVisibility"},
{"Name":"Navigation External Map Navigation","ExampleInfo":{"Name":"Navigation External Map Navigation","DirectoryName":"NavigationExternalMapNavigation","ExampleFileNames":["NavigationExternalMapNavigation.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/NavigationExternalMapNavigation/","Description":"You can use the MapNavigation control outside the RadMap control. In order to associate the external MapNavigation control and the RadMap instance, set the MapControl property of MapNavigation to the respective RadMap instance.\r\nYou can configure the RadMap control not to show its default MapNavigation control using its NavigationVisibility property or the UseDefaultLayout property that disables the default layout of RadMap.","KeyWords":"Navigation External Map Navigation, NavigationVisibility"},
{"Name":"Providers Bing Map Provider","ExampleInfo":{"Name":"Providers Bing Map Provider","DirectoryName":"ProvidersBingMapProvider","ExampleFileNames":["ProvidersBingMapProvider.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ProvidersBingMapProvider/","Description":"The RadMap control doesn't display a map on itself, it needs a map provider from which to consume the required data. This example demonstrates the BingRestMapProvider which incorporates Bing REST services.","KeyWords":"Providers Bing Map Provider, MapMode, BingMapProvider, BingRestMap"},
{"Name":"Providers Empty Provider","ExampleInfo":{"Name":"Providers Empty Provider","DirectoryName":"ProvidersEmptyProvider","ExampleFileNames":["ProvidersEmptyProvider.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ProvidersEmptyProvider/","Description":"## Providers Empty Provider\r\nThe RadMap control doesn't display a map on itself, it needs a map provider from which to consume the required data. This example demonstrates the EmptyProvider.","KeyWords":"Providers Empty Provider"},
{"Name":"Providers Offline Tile Provider","ExampleInfo":{"Name":"Providers Offline Tile Provider","DirectoryName":"ProvidersFileSystemMapProvider","ExampleFileNames":["FileSystemMapProvider.csproj","app.config","App.xaml","App.xaml.cs","FileSystemProvider.cs","FileSystemTileSource.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ProvidersFileSystemMapProvider/","Description":"This example demonstrates how to create a custom TiledProvider which uses images from the file system.","KeyWords":"Providers Offline Tile Provider, offline, custom, tile, provider, file, system"},
{"Name":"Providers Mapbox Map Provider","ExampleInfo":{"Name":"Providers Mapbox Map Provider","DirectoryName":"ProvidersMapBoxMapProvider","ExampleFileNames":["ProvidersMapBoxMapProvider.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","packages.config"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ProvidersMapBoxMapProvider/","Description":"The RadMap control doesn't display a map on itself, it needs a map provider from which to consume the required data. This example demonstrates the MapBoxMapProvider which incorporates Mapbox vector tile services.","KeyWords":"Providers Mapbox Map Provider, mapbox, vector, tiles, tileset"},
{"Name":"Providers Open Street Map Provider","ExampleInfo":{"Name":"Providers Open Street Map Provider","DirectoryName":"ProvidersOpenStreetMapProvider","ExampleFileNames":["ProvidersOpenStreetMapProvider.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ProvidersOpenStreetMapProvider/","Description":"## Providers Open Street Map Provider\r\nThe RadMap control doesn't display a map on itself, it needs a map provider from which to consume the required data. This example demonstrates the OpenStreetMapProvider.","KeyWords":"Providers Open Street Map Provider"},
{"Name":"Providers Uri Image Provider","ExampleInfo":{"Name":"Providers Uri Image Provider","DirectoryName":"ProvidersUriImageProvider","ExampleFileNames":["ProvidersUriImageProvider.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ProvidersUriImageProvider/","Description":"The RadMap control doesn't display a map on itself, it needs a map provider from which to consume the required data. This example demonstrates the UriImageProvider.","KeyWords":"Providers Uri Image Provider, MinZoomLevel, MaxZoomLevel, NavigationVisibility, ZoomBarVisibility, CommandBarVisibility, GeoBounds"},
{"Name":"Routing","ExampleInfo":{"Name":"Routing","DirectoryName":"Routing","ExampleFileNames":["Routing.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/Routing/","Description":"The RadMap's BingRestMapProvider provides access to Bing Rest Routing services via the CalculateRouteAsync method.\r\nThis allows you to calculate route between different locations on the map.","KeyWords":"Routing, VisualizationLayer, UseBitmapCache, BingRestMapProvider, RoutingCompleted, RouteRequest, RouteResponse, PolylineData, Service"},
{"Name":"Shapefile Manual Reading","ExampleInfo":{"Name":"Shapefile Manual Reading","DirectoryName":"ShapefileManualReading","ExampleFileNames":["ShapefileManualReading.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ShapefileManualReading/","Description":"The ESRI Shapefiles or simply the shapefiles are popular format for storing geographical data. The files spatially describe geometries like lines, polylines and polygons. These geometries may represent different geographical objects such as countries, roads, rivers, lakes etc. Via a software that supports the format, the geometries can be translated properly on a map.\r\nThe RadMap allows you to manually read the file, by which you are able to get the shapes collection, without to automatically insert it into the layer. For this purpose you have to use the ShapeFileReader static class.","KeyWords":"Shapefile Manual Reading, InformationLayer, ShapeFileReader"},
{"Name":"Shapefile Map Shape Reader","ExampleInfo":{"Name":"Shapefile Map Shape Reader","DirectoryName":"ShapefileMapShapeReader","ExampleFileNames":["ShapefileMapShapeReader.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ShapefileMapShapeReader/","Description":"The ESRI Shapefiles or simply the shapefiles are popular format for storing geographical data. The files spatially describe geometries like lines, polylines and polygons. These geometries may represent different geographical objects such as countries, roads, rivers, lakes etc. Via a software that supports the format, the geometries can be translated properly on a map.\r\nTo read your data you have to use the MapShapeReader class. To pass the desired shapefile you have to use the Source property of the MapShapeReader and pass the Uri to the desired .shp file to it.","KeyWords":"Shapefile Map Shape Reader, InformationLayer, DataSource, ExtendedDataConverter, ToolTipTemplate"},
{"Name":"SQL geospatial data","ExampleInfo":{"Name":"SQL geospatial data","DirectoryName":"SQLGeospatialData","ExampleFileNames":["SQLGeospatialData.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","WktDataRow.cs","WktDataViewModel.cs"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/SQLGeospatialData/","Description":"RadGeospatialDataReader enables you to bind RadMap to SQL Geospatial data. It allows generating map shapes from any IEnumerable instance (for example a row collection) which contains a property with geospatial data in Wkt (Well known text) or Wkb (Well known binary) format. The Source property and the GeospatialPropertyName propertyare used to specify the IEnumerable instance and the name of the property which contains a Geospatial data.","KeyWords":"SQL geospatial data, InformationLayer, SqlGeospatialDataReader, Source, GeospatialPropertyName, ToolTipFormat, MapShapeFill, HighlightFill"},
{"Name":"View Modes Disable Command","ExampleInfo":{"Name":"View Modes Disable Command","DirectoryName":"ViewModesDisableCommand","ExampleFileNames":["ViewModesDisableCommand.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ViewModesDisableCommand/","Description":"RadMap allows you to bring the map in several view modes. After setting the desired view mode, the user is also capable of changing the view, depending on his/her needs. He/She can do it via the button with the eye-like icon, which represents the command bar.\r\nThis example demonstrates how you can disable a specific command for a provider, e.g. changing the visibility of the map labels.","KeyWords":"View Modes Disable Command, BingMapBirdsEyeSource, CommandDescription, bingrest"},
{"Name":"View Modes External Map Command Bar","ExampleInfo":{"Name":"View Modes External Map Command Bar","DirectoryName":"ViewModesExternalMapCommandBar","ExampleFileNames":["ViewModesExternalMapCommandBar.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ViewModesExternalMapCommandBar/","Description":"You can use the MapCommandBar control outside the RadMap control. In order to associate the external MapCommandBar control and the RadMap instance, set the MapControl property of MapCommandBar to the respective RadMap instance.\r\nYou can configure the RadMap control not to show its default MapCommandBar control using its CommandBarVisibility property or the UseDefaultLayout property that disables the default layout of RadMap.","KeyWords":"View Modes External Map Command Bar, CommandBarVisibility"},
{"Name":"View Modes Setting View Mode","ExampleInfo":{"Name":"View Modes Setting View Mode","DirectoryName":"ViewModesSettingViewMode","ExampleFileNames":["ViewModesSettingViewMode.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ViewModesSettingViewMode/","Description":"The RadMap allows you to bring the map in several view modes. After setting the desired view mode, the user is also capable of changing the view, depending on his/her needs. He/She can do it via the button with the eye-like icon, which represents the command bar.","KeyWords":"View Modes Setting View Mode, MapMode, Arial, bingrest"},
{"Name":"Visualization Layer Clustering","ExampleInfo":{"Name":"Visualization Layer Clustering","DirectoryName":"VisualizationLayerClustering","ExampleFileNames":["VisualizationLayerClustering.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\airports.dbf","Resources\\airports.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/VisualizationLayerClustering/","Description":"The VisualizationLayer supports the Clustering feature. It allows grouping of items according to a condition. The following example demonstrates how to use the Clustering feature to display the airports of USA.","KeyWords":"Visualization Layer Clustering, ClusterItemTemplate, ClusteringEnabled, AsyncShapeFileReader, ToolTipFormat, ClusterData, ClusterState, ExpandedToPolygon"},
{"Name":"Visualization Layer Colorizer Colors","ExampleInfo":{"Name":"Visualization Layer Colorizer Colors","DirectoryName":"VisualizationLayerColorizerColors","ExampleFileNames":["VisualizationLayerColorizerColors.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/VisualizationLayerColorizerColors/","Description":"The ColorMeasureScale can apply a different color to each range it creates. You are able to specify the desired set of colors not only for the normal fill of the shapes, but for the highlighted one too. This is done by using the ShapeFillCollection and HighlightFillCollection properties. They are collections of MapShapeFill objects.","KeyWords":"Visualization Layer Colorizer Colors, ColorMeasureScale, ShapeFillCollection, HighlightFillCollection, MapShapeFill, AsyncShapeFileReader"},
{"Name":"Visualization Layer Colorizer Mode Auto","ExampleInfo":{"Name":"Visualization Layer Colorizer Mode Auto","DirectoryName":"VisualizationLayerColorizerModeAuto","ExampleFileNames":["VisualizationLayerColorizerModeAuto.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/VisualizationLayerColorizerModeAuto/","Description":"The ColorMeasureScale splits the values passed through its ExtendedPropertyName property and associates a fill color and highlight color for each one. It can automatically create ranges in two ways. For that purpose you have to use the Mode property of the ColorMeasureScale object. This example demonstrates the Auto mode.","KeyWords":"Visualization Layer Colorizer Mode Auto, ColorMeasureScale, ShapeFillCollection, MapShapeFill, AsyncShapeFileReader"},
{"Name":"Visualization Layer Colorizer Mode Count","ExampleInfo":{"Name":"Visualization Layer Colorizer Mode Count","DirectoryName":"VisualizationLayerColorizerModeCount","ExampleFileNames":["VisualizationLayerColorizerModeCount.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/VisualizationLayerColorizerModeCount/","Description":"The ColorMeasureScale splits the values passed through its ExtendedPropertyName property and associates a fill color and highlight color for each one. It can automatically create ranges in two ways. For that purpose you have to use the Mode property of the ColorMeasureScale object. This example demonstrates the Count mode.","KeyWords":"Visualization Layer Colorizer Mode Count, ColorMeasureScale, ShapeFillCollection, HighlightFillCollection, MapShapeFill, AsyncShapeFileReader"},
{"Name":"Visualization Layer Colorizer Mode Ranges","ExampleInfo":{"Name":"Visualization Layer Colorizer Mode Ranges","DirectoryName":"VisualizationLayerColorizerModeRanges","ExampleFileNames":["VisualizationLayerColorizerModeRanges.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/VisualizationLayerColorizerModeRanges/","Description":"The ColorMeasureScale splits the values passed through its ExtendedPropertyName property and associates a fill color and highlight color for each one. It can automatically create ranges in two ways. For that purpose you have to use the Mode property of the ColorMeasureScale object. This example demonstrates the Ranges mode.","KeyWords":"Visualization Layer Colorizer Mode Ranges, ColorMeasureScale, ShapeFillCollection, RangeCollection, MapShapeFill, MapRange, AsyncShapeFileReader"},
{"Name":"Visualization Layer Colorizer Mode Ranges","ExampleInfo":{"Name":"Visualization Layer Colorizer Mode Ranges","DirectoryName":"VisualizationLayerColorizerModeRangesPredefinedColors","ExampleFileNames":["VisualizationLayerColorizerModeRangesPredefinedColors.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/VisualizationLayerColorizerModeRangesPredefinedColors/","Description":"The ColorMeasureScale splits the values passed through its ExtendedPropertyName property and associates a fill color and highlight color for each one. It can automatically create ranges in two ways. For that purpose you have to use the Mode property of the ColorMeasureScale object. This example demonstrates the RangesPredefinedColors mode.","KeyWords":"Visualization Layer Colorizer Mode Ranges, ColorMeasureScale, RangeCollection, MapShapeFill, MapRange, AsyncShapeFileReader"},
{"Name":"Visualization Layer Colorizer Mode Step","ExampleInfo":{"Name":"Visualization Layer Colorizer Mode Step","DirectoryName":"VisualizationLayerColorizerModeStep","ExampleFileNames":["VisualizationLayerColorizerModeStep.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/VisualizationLayerColorizerModeStep/","Description":"The ColorMeasureScale splits the values passed through its ExtendedPropertyName property and associates a fill color and highlight color for each one. It can automatically create ranges in two ways. For that purpose you have to use the Mode property of the ColorMeasureScale object. This example demonstrates the Step mode.","KeyWords":"Visualization Layer Colorizer Mode Step, ColorMeasureScale, ShapeFillCollection, MapShapeFill, AsyncShapeFileReader"},
{"Name":"Visualization Layer Graph Colorizer","ExampleInfo":{"Name":"Visualization Layer Graph Colorizer","DirectoryName":"VisualizationLayerGraphColorizer","ExampleFileNames":["VisualizationLayerGraphColorizer.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/VisualizationLayerGraphColorizer/","Description":"The RadMap provides Graph Colorizer which sets filling to the Map shapes using the coloring of graph approach as its name implies. In short when any 2 shapes which have common border they will be colored differently.","KeyWords":"Visualization Layer Graph Colorizer, ColorMeasureScale, GraphColoriser, ShapeFillCollection, HighlightFillCollection, MapShapeFill, AsyncShapeFileReader"},
{"Name":"Visualization Layer Items Selection","ExampleInfo":{"Name":"Visualization Layer Items Selection","DirectoryName":"VisualizationLayerItemsSelection","ExampleFileNames":["VisualizationLayerItemsSelection.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","MapItem.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/VisualizationLayerItemsSelection/","Description":"This example demonstrates how to implement items selection for point-type objects (i.e. objects which represent single location on the map).","KeyWords":"Visualization Layer Items Selection, MapPinPoint, ToolTip, LocationRect, MapItem, SelectionChanged"},
{"Name":"Visualization Layer Shape Selection","ExampleInfo":{"Name":"Visualization Layer Shape Selection","DirectoryName":"VisualizationLayerShapeSelection","ExampleFileNames":["VisualizationLayerShapeSelection.csproj","App.config","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md","Resources\\world.dbf","Resources\\world.shp"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/VisualizationLayerShapeSelection/","Description":"This example demonstrates how to implement items selection feature for the map shape objects. The VisualizationLayer handles selection state of the map shape objects automatically so we do not need to do anything specific. We just have to set filling for the different states of the shape objects: ShapeFill, HighlightFill and SelectedFill","KeyWords":"Visualization Layer Shape Selection, MapShapeFill, HighlightFill, SelectedFill, AsyncShapeFileReader, MapShapeData"},
{"Name":"Zooming Disabled","ExampleInfo":{"Name":"Zooming Disabled","DirectoryName":"ZoomingDisabled","ExampleFileNames":["ZoomingDisabled.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ZoomingDisabled/","Description":"You can change the Visibility of the MapZoomBar control in the default layout of RadMap using the ZoomBarVisibility property.","KeyWords":"Zooming Disabled, ZoomBarVisibility, IsMouseWheelZoomEnabled, MouseDoubleClickMode"},
{"Name":"Zooming External Map Zoom Bar","ExampleInfo":{"Name":"Zooming External Map Zoom Bar","DirectoryName":"ZoomingExternalMapZoomBar","ExampleFileNames":["ZoomingExternalMapZoomBar.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ZoomingExternalMapZoomBar/","Description":"You can use the MapZoomBar control outside the RadMap control. In order to associate the external MapZoomBar control and the RadMap instance, set the MapControl property of MapZoomBar to the respective RadMap instance.\r\nYou can configure the RadMap control not to show its default MapZoomBar control using its ZoomBarVisibility property or the UseDefaultLayout property that disables the default layout of RadMap.","KeyWords":"Zooming External Map Zoom Bar, ZoomBarVisibility"},
{"Name":"Zooming Preset With Custom Label","ExampleInfo":{"Name":"Zooming Preset With Custom Label","DirectoryName":"ZoomingPresetWithCustomLabel","ExampleFileNames":["ZoomingPresetWithCustomLabel.csproj","App.xaml","App.xaml.cs","MainWindow.xaml","MainWindow.xaml.cs","Readme.md"]},"GitHubPath":"https://api.github.com/repos/telerik/xaml-sdk/contents/Map/WPF/ZoomingPresetWithCustomLabel/","Description":"This example demonstrates how you can add a custom zoom level to the MapZoomBar.","KeyWords":"Zooming Preset With Custom Label, CommandDescription"}]