DevExpress.Xpf.Map.v12.2
Contains results of a request to the Microsoft Bing web service for route calculation.
Initializes a new instance of the BingRouteResult class with the specified parameters.
A list of objects specifying the route path. This value is assigned to the property.
A value specifying the distance. This value is assigned to the property.
A value specifying the time. This value is assigned to the property.
A list of objects specifying all the route legs. This value is assigned to the property.
Returns the total distance of a route.
A value.
Returns all legs that together comprise the calculated route.
A list of objects.
Returns a list of geographical points that together, comprise the route path.
A list of objects.
Returns the time required to follow the calculated route.
A value.
Provides functionality to load shape data from an external file in a Shapefiles format.
Initializes a new instance of the ShapefileLoader class with default settings.
Gets or sets an Uri that defines location of a Shapefile with shapes data.
A object that contains a Uri to the Shapefile.
Identifies the dependency property.
[To be supplied]
The class used to draw a path on a map.
Initializes a new instance of the MapPath class with default settings.
Gets or sets a geometry that specifies the shape to be drawn.
A object that contains a description of the shape to be drawn.
Identifies the dependency property.
[To be supplied]
A class that defines methods specific to the Equal Area Projection.
Initializes a new instance of the EqualAreaProjection class with default settings.
Converts the specified geographical point into internal map units.
A object to be converted.
A object containing internal map coordinates.
Converts the specified map unit into the corresponding geographical point.
A object to be converted.
A object containing geographical coordinates.
The maximum possible latitude for this projection.
[To be supplied]
The maximum possible longitude for this projection.
[To be supplied]
The minimum possible latitude for this projection.
[To be supplied]
The minimum possible longitude for this projection.
[To be supplied]
Contains information about a single itinerary item of a Bing route.
Initializes a new instance of the BingItineraryItem class with the specified settings.
A object specifying the location. This value is assigned to the property.
A enumeration value specifying the maneuver type. This value is assigned to the property.
A specifying the maneuver instruction. This value is assigned to the property.
A list of objects containing a warning for this itinerary item. This value is assigned to the property.
A value specifying the item distance. This value is assigned to the property.
A value specifying the time required to pass this itinerary item. This value is assigned to the property.
Gets the distance of the itinerary item.
A value specifying the item distance.
Gets the location of the itinerary item.
A object specifying the location.
Gets the maneuver type associated with the itinerary item.
A enumeration value specifying the maneuver type.
Gets the maneuver instruction of the itinerary item.
A specifying the maneuver instruction.
Gets the time required to pass the itinerary item.
A value specifying the time required to pass this itinerary item.
Gets the warnings associated with the itinerary item.
A list of objects containing a warning for this itinerary item.
The base for all classes that contain results of requests to web services.
Initializes a new instance of the RequestResultBase class with the specified parameters.
A object specifying the status code. This value is assigned to the property.
A specifying the cause of the fault. This value is assigned to the property.
Returns the fault reason of a request.
A value.
Returns the code that contains information on whether or not the last request was successful.
A enumeration value.
Contains information about what is located at a specific point within the map.
Gets a which is located under the test point.
A object that is the custom element located under the test point.
Gets a value indicating whether the test point is within a .
true if the test point is within a custom element; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a dot; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within an ellipse; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a line; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a path; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a polygon; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a polyline; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a pushpin; otherwise, false.
Gets a value indicating whether the test point is within a .
true if the test point is within a rectangle; otherwise, false.
Gets a which is located under the test point.
A object that is the dot located under the test point.
Gets a which is located under the test point.
A object that is the ellipse located under the test point.
Gets a which is located under the test point.
A object that is the line located under the test point.
Gets a which is located under the test point.
A object that is the path located under the test point.
Gets a which is located under the test point.
A object that is the polygon located under the test point.
Gets a which is located under the test point.
A object that is the polyline located under the test point.
Gets a which is located under the test point.
A object that is the pushpin located under the test point.
Gets a which is located under the test point.
A object that is the rectangle located under the test point.
The class used to draw an ellipse on a map.
Initializes a new instance of the MapEllipse class with default settings.
Gets or sets the height of the ellipse.
A value specifying the height of the ellipse.
Identifies the dependency property.
[To be supplied]
Gets or sets a location of the ellipse on a map.
A object containing geographical coordinates of the ellipse location.
Identifies the dependency property.
[To be supplied]
Gets or sets the width of the ellipse.
A value specifying the width of the ellipse.
Identifies the dependency property.
[To be supplied]
Provides data for the event.
Returns the bottom-right coordinate of the current viewport.
A containing information about the bottom-right coordinate.
Returns the top-left coordinate of the current viewport.
A containing information about the top-left coordinate.
Returns the current zoom level of a viewport.
An integer value specifying the current zoom level.
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
The base for all classes that can load shapes data.
Occurs after the Shape Loader has finished loading shapes.
Contains the results of a request to a web service to search a specific location.
Initializes a new instance of the SearchRequestResult class with the specified parameters.
A object specifying the status code. This value is assigned to the property.
A specifying the cause of the fault. This value is assigned to the property.
A list of objects specifying search results. This value is assigned to the property.
A object specifying the search region. This value is assigned to the property.
A list of objects specifying alternate search regions. This value is assigned to the property.
An integer value specifying the number of estimated matches. This value is assigned to the property.
A specifying the keyword. This value is assigned to the property.
A specifying the location. This value is assigned to the property.
Returns alternate regions to search for a result.
A list of objects.
Gets the number of estimated matches.
An integer value that is the number of estimated matches.
Returns a keyword contained in the result of a search request.
A value.
Returns the location of a search result.
A that is the name of a location contained in a search result.
Returns a region to perform a search.
A object.
Returns all search resuts.
A list of objects.
Contains options that define the position and layout of the Zoom Trackbar element.
Initializes a new instance of the ZoomTrackbarOptions class with default settings.
Gets or sets the zoom trackbar's orientation. This is a dependency property.
A enumeration value that specifies the zoom trackbar's orientation.
Identifies the dependency property.
[To be supplied]
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides the functionality to load shape data from a file in KML format.
Initializes a new instance of the KmlFileLoader class with default settings.
Gets or sets an Uri that defines the location of a KMLfile with shapes data.
A object that contains a Uri to the KMLfile.
Identifies the dependency property.
[To be supplied]
Contains settings to provide animation for the map pushpin.
Initializes a new instance of the PushpinLocationAnimation class with default settings.
Occurs when a PushpinLocationAnimation is completed.
Gets or sets the animation duration when the location of a pushpin element is specified on a map.
A structure.
Identifies the dependency property.
[To be supplied]
Specifies the easing function for the pushpin's location animation.
A interface.
Identifies the dependency property.
[To be supplied]
Lists the values used to specify the resulting code of a request.
The request was incorrect.
The request was unsuccessful because of a server error.
The request was successful.
The request was terminated because the time was out.
A class that defines methods specific to the Equirectangular Projection.
Initializes a new instance of the EquirectangularProjection class with default settings.
Converts the specified geographical point into internal map units.
A object to be converted.
A object containing internal map coordinates.
Converts the specified map unit into the corresponding geographical point.
A object to be converted.
A object containing geographical coordinates.
The maximum possible latitude for this projection.
[To be supplied]
The maximum possible longitude for this projection.
[To be supplied]
The minimum possible latitude for this projection.
[To be supplied]
The minimum possible longitude for this projection.
[To be supplied]
Lists the values used to specify units to measure distances on a map.
All distances are measured in kilometers.
All distances are measured in miles.
Lists the values used to specify the current state of a map pushpin.
A pushpin indicates that it is currently busy.
A pushpin is drawn as usual.
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Lists the values used to specify a warning type.
There is a car accident.
The route has left one administrative division and entered another.
The road is blocked.
Check a time table. This usually refers to a ferry time table.
The traffic is slow.
The route has left one country and entered another.
There is a disabled vehicle.
A gate blocks the road and access is required to continue along the route.
Get off the transit at this location.
Get on the transit at this location.
A U-turn is illegal at this location.
Use mass transit at this location.
A miscellaneous warning is available for this location.
There is no incident at this location.
There is no warning at this location.
There is a warning at this location that can not be classified as any other type of warning.
There is news about this location.
There are other traffic incidents at this location.
There are scheduled events that may disrupt the route.
The road being travelled on is private.
The turn is restricted depending on the time of day.
There are road closures at this location.
There is a road hazard.
There is scheduled construction.
A seasonal closure occurs at this location.
A toll is required at this location to continue along the route.
The road being travelled on is a toll road.
The warning is a traffic warning.
The road being travelled on is unpaved.
There is construction at this location.
There is significant weather at this location.
Contains information about a single leg of a route.
Initializes a new instance of the BingRouteLeg class with the specified parameters.
A object specifying the starting point. This value is assigned to the property.
A object specifying the end point. This value is assigned to the property.
A list of objects containing information on the route leg. This value is assigned to the property.
A value specifying the distance of this route leg. This value is assigned to the property.
A object specifying the time required to traverse this route leg. This value is assigned to the property.
Gets the distance of this route leg.
A value.
Gets the end point of this route leg.
A object.
Gets additional information about this route leg.
A list of objects.
Gets the starting point of this route leg.
A object.
Gets the time required to pass this route leg.
A value.
The class used to draw a pushpin on a map.
Initializes a new instance of the MapPushpin class with default settings.
Gets or sets a brush that is used to draw a pushpin background.
A object.
Identifies the dependency property.
[To be supplied]
Gets or sets the content that can be displayed on a map's pushpin.
A object that contains any content to be displayed on a map's pushpin.
Identifies the dependency property.
[To be supplied]
Gets or sets a value that indicates whether a map's pushpin is highlighted.
true, if a pushpin is highlighted on a map; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets coordinates for the pushpin element on a map.
A structure that defines a geographical point on the map for a pushpin element.
Gets or sets the pushpin animation when its location is changed on a map.
A object.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Gets or sets the template that defines the presentation of the marker within a pushpin element.
This is a dependency property.
A object that defines an element's presentation.
Identifies the dependency property.
[To be supplied]
Gets or sets the current pushpin's state on a map.
A enumeration value.
Identifies the dependency property.
[To be supplied]
Gets or sets the template that defines the presentation of a map pushpin.
This is a dependency property.
A object that defines an element's presentation.
Identifies the dependency property.
[To be supplied]
Specifies a text for a map's pushpin.
A string value that is the pushpin's text.
Gets or sets a brush that is used to draw a text background for a map pushpin.
A object that is a brush used to fill the pushpin's text.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
Gets or sets a value that specifies the depth of a pushpin's trace.
An integer value that is the depth of a pushpin's trace on a map.
Identifies the dependency property.
[To be supplied]
Gets or sets a brush that specifies how the trace stroke is painted on a map's pushpin.
A object that is a brush to fill the trace stroke of a map's pushpin.
Identifies the dependency property.
[To be supplied]
Specifies the style used to draw a trace stroke on a map.
A object that contains style settings used to draw a stroke line on a map.
Identifies the dependency property.
[To be supplied]
Contains results of a request to a web service for route calculation.
Initializes a new instance of the RouteCalculationResult class with the specified parameters.
A object specifying the status code. This value is assigned to the property.
A specifying the cause of the fault. This value is assigned to the property.
A list of objects specifying route results. This value is assigned to the property.
A list of objects specifying starting points. This value is assigned to the property.
Returns all routes calculated for this request.
A list of objects.
Returns all starting points that were used to calculate routes.
A list of objects.
Contains information on a specific waypoint of a route, calculated by the Route service.
Initializes a new instance of the RouteWaypoint class with the specified parameters.
A specifying the description. This value is assigned to the property.
A object specifying the location. This value is assigned to the property.
Returns the description of a route waypoint.
A value.
Returns the location of the route waypoint.
A object containing geographical coordinates of the route waypoint.
Returns the textual representation of RouteWaypoint.
A value which is the textual representation of RouteWaypoint.
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Initializes a new instance of the BingRouteCalculatedEventArgs class with the specified values of event arguments.
A object specifying the result. This value is assigned to the property.
A object specifying the error occurred during the asynchronous operation. This value is assigned to the property.
A value indicating whether the asynchronous operation was canceled. This value is assigned to the property.
A that is the optional user-supplied state object passed to the RunWorkerAsync method. This value is assigned to the property.
Returns a result of a route calculation.
A object.
Contains parameters of a style used to draw a stroke line on a map.
Initializes a new instance of the StrokeStyle class with default settings.
Gets or sets a list of comma or white space separated lengths and percentages that specify the lengths of alternating dashes and gaps.
An ordered collection of values that represent the dash array.
Identifies the dependency property.
[To be supplied]
Gets or sets a value that specifies how the ends of a dash are drawn.
A enumeration value.
Identifies the dependency property.
[To be supplied]
Gets or sets the distance from the line start to the beginning of a dash pattern.
A double value that specifies the dash offset.
Identifies the dependency property.
[To be supplied]
Gets or sets the type of shape that is used at the end of a stroke.
A object that ends the map stroke.
Identifies the dependency property.
[To be supplied]
Gets or sets the join style for the ends of two consecutive lines drawn with this stroke line.
A enumeration object that describes the shape that joins two lines.
Identifies the dependency property.
[To be supplied]
Gets or sets the limit on the ratio of the miter length to half this stroke line's thickness.
A double value that specifies the miter limit.
Identifies the dependency property.
[To be supplied]
Gets or sets the type of shape that is used at the beginning of a stroke.
A object that starts the map stroke.
Identifies the dependency property.
[To be supplied]
Gets or sets the thickness of the stroke line that is painted on a map.
A double value that specifies the stroke thickness on a map.
Identifies the dependency property.
[To be supplied]
Lists the values used to specify the travel mode to calculate the route.
A route is calculated for a car or another vehicle that is moving at a similar speed.
A route is calculated for a pedestrian or a vehicle that is moving at a similar speed.
Lists the values used to specify how to optimize route calculation.
A route is calculated in such a way that its total distance will be the minimum possible.
A route is calculated in such a way that the time required to follow this route will be the minimum possible.
Contains information about a specific location on a map.
Initializes a new instance of the LocationInformation class with the specified parameters.
A object specifying the location. This value is assigned to the property.
A specifying the entity type. This value is assigned to the property.
A specifying the display name. This value is assigned to the property.
A specifying the address. This value is assigned to the property.
Initializes a new instance of the LocationInformation class with default settings.
Gets or sets the address associated with the current location.
A value.
Identifies the dependency property.
[To be supplied]
Gets or sets a display name associated with a location.
A value.
Identifies the dependency property.
[To be supplied]
Gets or sets the entity type represented as a string.
A value.
Identifies the dependency property.
[To be supplied]
Gets or sets geographical coordinates of a location.
A object containing geographical coordinates of a location.
Identifies the dependency property.
[To be supplied]
Returns the textual representation of LocationInformation.
A value which is the textual representation of LocationInformation.
Contains results of a request to a web service to obtain GeoCode information about a specific location on a map.
Initializes a new instance of the GeocodeRequestResult class with the specified parameters.
A object specifying the result code. This value is assigned to the property.
A specifying the cause of the fault. This value is assigned to the property.
An array of objects specifying all locations. This value is assigned to the property.
Returns all locations found for the specified geographical point.
An array of objects.
The class that is used to send requests to the Bing Maps Route service.
Initializes a new instance of the BingRouteDataProvider class with default settings.
Get or sets the key that is required to connect to the Bing Maps data provider.
A that stores a Bing Maps key.
Identifies the dependency property.
[To be supplied]
Calculates the most optimal route for the specified list of waypoints.
A list of objects.
Calculates the most optimal route for the specified list of waypoints for the specified user state.
A list of objects.
A containing the user state.
Calculates a few of the most optimal routes from major roads to the specified destination point.
A object specifying a destination point.
Calculates a few of the most optimal routes from major roads to the specified destination point for the specified user state.
A object specifying a destination point.
A containing the user state.
Cancels the last request to the Bing Route service.
Returns a value indicating the BingRouteDataProvider is currently busy performing a previous request.
true if a data provider is busy; otherwise, false.
Occurs when a route has been calculated.
Provides access to the options that define how to calculate a route.
A object.
Identifies the dependency property.
[To be supplied]
Gets or sets a brush to draw a route.
A object.
Identifies the dependency property.
[To be supplied]
Gets or sets a stroke style to draw a route.
A object.
Identifies the dependency property.
[To be supplied]
Provides data for the event.
Initializes a new instance of the LayerItemsGeneratingEventArgs class with the specified values of event arguments.
An array of objects specifying items being generated. This value is assigned to the property.
A object containing information about the error, if it occurred when raising this event. This value is assigned to the property.
A value containing information on whether or not item generation should be cancelled. This value is assigned to the property.
A specifying the user state. This value is assigned to the property.
Returns all the items generated for the layer.
An array of objects.
Provides data for the event.
Initializes a new instance of the LocationInformationReceivedEventArgs class with the specified values of event arguments.
A object specifying the event result. This value is assigned to the property.
A object containing information about the error, if it occurred when raising this event. This value is assigned to the property.
A value containing information whether or not receiving information should be cancelled. This value is assigned to the property.
A specifying the user state. This value is assigned to the property.
Returns the result of a request to obtain information about a specific geographical coordinate.
A object.
Serves as the base class for all vector layers.
Initializes a new instance of the VectorLayerBase class with default settings.
Gets the actual collection of map items.
An object.
Identifies the dependency property.
[To be supplied]
Gets or sets a value indicating whether or not highlighting is enabled for a Vector Layer's elements.
true, to enable highlighting; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets the size of a map shape tile to provide a map projection.
A value containing the size of the map tiles that correspond to the zero zoom level.
Identifies the dependency property.
[To be supplied]
Gets or sets the current projection used by this VectorLayerBase object.
An object implementing the interface.
Identifies the dependency property.
[To be supplied]
Called after the template is completely generated and attached to the visual tree.
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
The class used to draw a dot on a map.
Initializes a new instance of the MapDot class with default settings.
Gets or sets a location of the map dot on a map.
A object containing geographic coordinates of the dot location.
Identifies the dependency property.
[To be supplied]
Gets or sets a value specifying the shape that is used to draw a dot on a map.
A enumeration value specifying the shape kind.
Identifies the dependency property.
[To be supplied]
Gets or sets the size of a map dot.
A value, which stores a map dot's size (in pixels).
Identifies the dependency property.
[To be supplied]
Lists the values used to specify the shape of map dots.
A map dot is painted as a circle.
A map dot is painted as a rectangle.
The class used to draw a rectangle on a map.
Initializes a new instance of the MapRectangle class with default settings.
Gets or sets the height of the rectangle.
A value specifying the height of the rectangle.
Identifies the dependency property.
[To be supplied]
Gets or sets a location of the rectangle on a map.
A object containing geographical coordinates of the rectangle location.
Identifies the dependency property.
[To be supplied]
Gets or sets the x-axis radius of the ellipse that is used to round the corners of the rectangle.
A value, which specifies the x-axis radius of the ellipse that is used to round the corners of the rectangle.
Identifies the dependency property.
[To be supplied]
Gets or sets the y-axis radius of the ellipse that is used to round the corners of the rectangle.
A value, which specifies the y-axis radius of the ellipse that is used to round the corners of the rectangle.
Identifies the dependency property.
[To be supplied]
Gets or sets the width of the rectangle.
A value specifying the width of the rectangle.
Identifies the dependency property.
[To be supplied]
An attribute that can be applied to map items.
Initializes a new instance of the MapItemAttribute class with default settings.
Gets the attribute's name.
A value that specifies the attribute's name.
Identifies the dependency property.
[To be supplied]
Gets or sets the type of an attribute.
A value.
Identifies the dependency property.
[To be supplied]
Gets the attribute's value.
The that specifies the attribute's value.
Identifies the dependency property.
[To be supplied]
Contains the list of commands for performing certain frequently used actions via XAML markup.
Scrolls a map surface.
A object that defines a command implementing the , and is routed through the element tree.
Zooms a map surface.
A object that defines a command implementing the , and is routed through the element tree.
Lists the values used to specify the orientation of the Zoom Trackbar.
The Zoom Trackbar is painted from the left to the right.
The Zoom Trackbar is painted from the top to the bottom.
Contains options that define the appearance and behavior of Shape Titles.
Initializes a new instance of the ShapeTitleOptions class with default settings.
Gets or sets a pattern that is used to specify a name for each shape title.
A value that defines the text of shape titles.
Identifies the dependency property.
[To be supplied]
Gets or sets the template that defines the presentation of shape titles.
This is a dependency property.
A object that defines an element's presentation.
Identifies the dependency property.
[To be supplied]
Gets or sets a value specifying whether or not a Shape Title should be visible.
true to display a shape title; otherwise, false.
Identifies the dependency property.
[To be supplied]
An individual Shape Title.
This property is hidden and is intended for internal use.
A object that defines an element's presentation.
Identifies the dependency property.
[To be supplied]
This property is hidden and is intended for internal use.
A containing the text of a shape title.
Identifies the dependency property.
[To be supplied]
A method that will handle the event.
A method that will handle the event.
The event source.
A object that contains event data.
Provides data for the event.
Provides access to the collection of shapes loaded before the event has occurred.
A list of objects.
A collection of actual map items.
Initializes a new instance of the ActualMapItemCollection class with the specified owner.
A class descendant that is the owner of this map item collection.
A layer that contains vector elements (e.g. lines, circles, polygons, or elements loaded from a Shapefile).
Initializes a new instance of the VectorLayer class with default settings.
Gets or sets the brush that specifies how the highlighted shape's interior is painted.
A that describes how the highlighted shape's interior is painted.
Identifies the dependency property.
[To be supplied]
Gets or sets the Brush that specifies how the highlighted shape outline is painted.
A value that specifies how the highlighted shape outline is painted.
Identifies the dependency property.
[To be supplied]
Gets or sets the settings of the highlighted shape outline.
A object that stores settings of a highlighted shape outline.
Identifies the dependency property.
[To be supplied]
Provides access to the list of vector elements that are painted in this VectorLayer.
A object containing class descendants.
Identifies the dependency property.
[To be supplied]
Gets or sets a collection of objects providing information to generate and initialize vector elements for the current VectorLayer object.
This is a dependency property.
A source of class descendants to be visualized as vector elements.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush that specifies how the shape's interior is painted.
A that describes how the shape's interior is painted.
Identifies the dependency property.
[To be supplied]
Gets or sets an object that loads shape data from a file into a Map control.
A class descendant that is a shape loader for a specific shape file format.
Identifies the dependency property.
[To be supplied]
Gets or sets the Brush that specifies how the shape outline is painted.
A value that specifies how the shape outline is painted.
Identifies the dependency property.
[To be supplied]
Gets or sets the settings of the shape outline.
A object that stores settings of a shape outline.
Identifies the dependency property.
[To be supplied]
Provides presentation and visibility options for Shape Titles of the current vector layer.
A object.
Identifies the dependency property.
[To be supplied]
A layer that is used to display additional information above the map.
Initializes a new instance of the InformationLayer class with default settings.
Clears all results displayed on a layer.
Provides access to an object that obtains information data from online data providers.
An class descendant that is a specific data provider.
Identifies the dependency property.
[To be supplied]
Called after the template is completely generated and attached to the visual tree.
Lists the values used to specify the current maneuver type.
Arrive at the last stop in the route.
Arrive at an intermediate stop in the route.
Bear left.
Bear left then bear left.
Bear left then bear right.
Bear left then turn left.
Bear left then turn right.
Bear right.
Bear right then bear left.
Bear right then bear right.
Bear right then turn left.
Bear right then turn right.
Bear then keep on the current road.
Bear then merge onto another road.
Continue along the current road.
Depart an intermediate stop on the route.
Return to an intermediate stop on the route.
Depart the first stop on the route.
Enter a roundabout.
Enter then exit a roundabout.
Exit a roundabout.
Keep left.
Keep on the left side of the ramp.
Keep on the right side of the ramp.
Keep straight ahead on the ramp.
Keep right.
Keep straight.
Keep on the current road then stay left.
Keep on the current road then stay right.
Keep on the current road then go straight.
Merge onto another road.
No maneuver.
Take a ramp to the highway on the left.
Take a ramp to the highway on the right.
Take a ramp to the highway straight ahead.
The road name has changed.
Take a new road.
Take a ramp left.
Take a ramp right.
Take a ramp straight ahead.
Take transit.
Transfer from one transit to another.
Turn around.
Turn left.
Turn left then bear left.
Turn left then bear right.
Turn left then turn left.
Turn left then turn right.
Turn right.
Turn right then bear left.
Turn right then bear right.
Turn right then turn left.
Turn right then turn right.
Turn then merge onto another road.
Turn then stay left.
Turn then stay right.
Unknown maneuver.
Take a U-turn.
Wait.
Walk.
Contains settings that define parameters of a local cache to store image tiles.
Initializes a new instance of the CacheOptions class with default settings.
Gets or sets a directory to which the saved image tiles of the map control are stored.
A string value that is the directory for saved images.
Identifies the dependency property.
[To be supplied]
Specifies the time interval after which tile images are updated from a map data provider.
A structure that is the keep interval for a local cache.
Identifies the dependency property.
[To be supplied]
A class that defines methods specific for the Spherical Mercator Projection.
Initializes a new instance of the SphericalMercatorProjection class with default settings.
Converts the specified geographical point into internal map units.
A object to be converted.
A object containing internal map coordinates.
Converts the specified map unit into the corresponding geographical point.
A object to be converted.
A object containing geographical coordinates.
The maximum possible latitude for this projection.
[To be supplied]
The maximum possible longitude for this projection.
[To be supplied]
The minimum possible latitude for this projection.
[To be supplied]
The minimum possible longitude for this projection.
[To be supplied]
If implemented by a class, provides methods required for a to operate with a map projection.
Converts the specified geographical point into internal map units.
A object to be converted.
A object containing internal map coordinates.
Converts the specified size in geographical points into the corresponding size in kilometers for the specified anchor point.
A object containing geographical coordinates for which it is necessary to convert the size.
A value specifying the size to be converted.
A in kilometers.
Converts the specified size in kilometers into the corresponding size in geographical points for the specified anchor point.
A object containing geographical coordinates for which it is necessary to convert the size.
A value specifying the size to be converted.
A in geographical points.
Converts the specified map unit into the corresponding geographical point.
A object to be converted.
A object containing geographical coordinates.
A class that contains a location in internal map units.
Initializes a new instance of the MapUnit class with the specified X and Y locations of the map unit.
A value which specifies the X position of the map unit. This value is assigned to the property.
A value which specifies the Y position of the map unit. This value is assigned to the property.
Determines whether the two specified MapUnit objects are equal.
A MapUnit instance that specifies the first map unit to compare.
A MapUnit instance that specifies the second map unit to compare.
true if specified objects are equal; otherwise false.
Determines whether the specified object is equal to the current MapUnit instance.
The object to compare with the current object.
true if the specified object is equal to the current MapUnit instance; otherwise false.
Gets the hash code (a number) that corresponds to the value of the current MapUnit object.
An integer value that is the hash code for the current object.
Normalizes the specified map unit's coordinates to the range from 0 to 1.
A non-normalized MapUnit object.
A normalized MapUnit object.
Converts the string representation of a map unit to its MapUnit equivalent.
A string containing map unit coordinates, separated by a comma.
A MapUnit object that is equivalent to the specified string.
Returns the textual representation of MapUnit.
An object, implementing the interface.
A value, which is the textual representation of MapUnit.
Returns the textual representation of MapUnit.
A value, which is the textual representation of MapUnit.
A horizontal coordinate of a MapUnit.
A value.
A vertical coordinate of a MapUnit.
A value.
Contains options that the define appearance and layout of the Scale Panel element.
Initializes a new instance of the ScalePanelOptions class with default settings.
Gets or sets a value indicating whether or not the Kiliometers Scale should be displayed.
true to show the Kilometers Scale; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets a value indicating whether or not the Miles Scale should be displayed.
true to show the Miles Scale; otherwise, false.
Identifies the dependency property.
[To be supplied]
The base class for all projections used in the .
Converts the specified geographical point into internal map units.
A object to be converted.
A object containing internal map coordinates.
Converts the specified size in geographical points into the corresponding size in kilometers for the specified anchor point.
A object containing geographical coordinates for which it is necessary to convert the size.
A value specifying the size to be converted.
A in kilometers.
Converts the specified size in kilometers into the corresponding size in geographical points for the specified anchor point.
A object containing geographical coordinates for which it is necessary to convert the size.
A value specifying the size to be converted.
A in geographical points.
Defines the ratio of 1 latitude degree to 1 kilometer.
[To be supplied]
Defines the ratio of 1 longitude degree to 1 kilometer.
[To be supplied]
Converts the specified map unit into the corresponding geographical point.
A object to be converted.
A object containing geographical coordinates.
Gets or sets the horizontal offset for this projection.
A value specifying the horizontal offset (in map units).
Gets or sets the vertical offset for this projection.
A value specifying the vertical offset (in map units).
Gets or sets a value that defines the ratio of map units to degrees of longitude (in radians).
A value.
Gets or sets a value that defines the ratio of map units to degrees of latitude (in radians).
A value.
The class that implements loading image tiles from the OpenStreetMap data provider.
Returns the image tile by its X and Y positions for the specified zoom level.
An integer value that specifies the zoom level.
An integer value specifying the X-position of the tile within the map image.
An integer value specifying the Y-position of the tile within the map image.
A value that is the path to the image tile.
Defines the maximum allowed zoom level.
[To be supplied]
Defines the size of a single image tile.
[To be supplied]
The class that loads map images from a web resource that provides data in the OpenStreetMap format.
Initializes a new instance of the OpenStreetMapDataProvider class with default settings.
Returns the map size (in pixels) for the specified zoom level.
An integer value that specifies the zoom level.
A object that is the map size.
Gets or sets a template that is used to obtain Hybrid image tiles from the current OpenStreetMap provider.
A containing the template Uri.
Identifies the dependency property.
[To be supplied]
Gets or sets a value specifying the type of images to be displayed on a map.
A enumeration value.
Identifies the dependency property.
[To be supplied]
Returns the projection supported by OpenStreetMapDataProvider.
Always SphericalMercatorProjection.
Gets or sets a template that is used to obtain Road image tiles from the current OpenStreetMap provider.
A containing the template Uri.
Identifies the dependency property.
[To be supplied]
Gets or sets a template that is used to obtain image tiles from the current OpenStreetMap provider.
A containing the template Uri.
Identifies the dependency property.
[To be supplied]
Contains options that define the position and layout for all Navigation Elements.
Gets or sets a value that specifies the horizontal position of a navigation element.
A enumeration value.
Identifies the dependency property.
[To be supplied]
Gets or sets a value that specifies margins for a navigation element.
A value that stores element margins.
Identifies the dependency property.
[To be supplied]
Gets or sets a value that specifies the vertical position of a navigation element.
A enumeration value.
Identifies the dependency property.
[To be supplied]
Gets or sets a value indicating whether or not the navigation element should be displayed.
true to display the navigation element; otherwise, false.
Identifies the dependency property.
[To be supplied]
The class that provides functionality to load image tiles for different zoom scales from an external image tile source.
Initializes a new instance of the MultiScaleTileSource class with the specified dimensions.
An integer value which specifies the width of the image.
An integer value which specifies the height of the image.
An integer value which specifies the width of the tile.
An integer value which specifies the height of the tile.
An integer value which specifies the tile to overlap.
Initializes a new instance of the MultiScaleTileSource class with the specified dimensions.
An integer value which specifies the width of the image.
An integer value which specifies the height of the image.
An integer value which specifies the width of the tile.
An integer value which specifies the height of the tile.
An integer value which specifies the tile to overlap.
The base for all classes that can load image tiles from external map data providers.
Initializes a new instance of the MapTileSourceBase class with the specified dimensions.
An integer value which specifies the width of the image.
An integer value which specifies the height of the image.
An integer value which specifies the width of the tile.
An integer value which specifies the height of the tile.
Returns the image tile by its X and Y positions for the specified zoom level.
An integer value that specifies the zoom level.
An integer value specifying the X-position of the tile within the map image.
An integer value specifying the Y-position of the tile within the map image.
A value that is the path to the image tile.
The class used to draw a shape on a map.
Initializes a new instance of the MapShape class with default settings.
Specifies the effect for the pushpin's shape.
A object that provides the bitmap's effect.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush that specifies how the shape's interior is painted.
A that describes how the shape's interior is painted.
Identifies the dependency property.
[To be supplied]
Gets or sets the brush that specifies how the highlighted shape's interior is painted.
A that describes how the highlighted shape's interior is painted.
Identifies the dependency property.
[To be supplied]
Gets or sets the Brush that specifies how the highlighted shape outline is painted.
A value that specifies how the highlighted shape outline is painted.
Identifies the dependency property.
[To be supplied]
Gets or sets the settings of the highlighted shape outline.
A object that stores settings of a highlighted shape outline.
Identifies the dependency property.
[To be supplied]
Gets or sets the Brush that specifies how the shape outline is painted.
A value that specifies how the shape outline is painted.
Identifies the dependency property.
[To be supplied]
Gets or sets the settings of the shape outline.
A object that stores settings of a shape outline.
Identifies the dependency property.
[To be supplied]
Gets or sets the template that defines the presentation of the shape's content.
This is a dependency property.
A object that defines an element's presentation.
Identifies the dependency property.
[To be supplied]
Provides access to the object that contains settings of a Shape Title.
A object that contains settings of a shape title.
Provides presentation and visibility options for the Title of the current shape.
A object.
Identifies the dependency property.
[To be supplied]
Identifies the dependency property.
[To be supplied]
The class used to draw a polyline on a map.
Initializes a new instance of the MapPolyline class with default settings.
Gets or sets a value that specifies how the interior fill of the shape is determined.
A enumeration value.
Identifies the dependency property.
[To be supplied]
Gets or sets a collection that contains the vertex points of the polyline.
A object that contains the vertex points of the polyline.
Identifies the dependency property.
[To be supplied]
The class used to draw a polygon on a map.
Initializes a new instance of the MapPolygon class with default settings.
Gets or sets a value that specifies how the interior fill of the shape is determined.
A enumeration value.
Identifies the dependency property.
[To be supplied]
Gets or sets a collection that contains the vertex points of the polygon.
A object that contains the vertex points of the polygon.
Identifies the dependency property.
[To be supplied]
The class used to draw a line on a map.
Initializes a new instance of the MapLine class with default settings.
Gets or sets the first coordinate of a line.
A object that stores the line start.
Identifies the dependency property.
[To be supplied]
Gets or sets the second coordinate of a line.
A object that stores the line end.
Identifies the dependency property.
[To be supplied]
A collection of map items.
Initializes a new instance of the MapItemCollection class with the specified owner.
A class descendant that is the owner of this map item collection.
The base class for different map items.
Initializes a new instance of the MapItem class with default settings.
Gets the attributes for this map item.
A object.
Identifies the dependency property.
[To be supplied]
Gets or sets a value that defines whether or not a map item can be returned as a hit-testing result.
true if the map item can be shown as the result of hit testing; otherwise false.
Identifies the dependency property.
[To be supplied]
Occurs when the mouse pointer enters the map item.
Occurs when the mouse pointer leaves the map item.
Occurs when the left mouse button is pressed while the mouse pointer is over this element.
Occurs when the left mouse button is released while the mouse pointer is over this element.
Occurs when the mouse pointer moves while over this element.
Occurs when the right mouse button is pressed while the mouse pointer is over this element.
Occurs when the right mouse button is released while the mouse pointer is over this element.
Gets or sets a value indicating whether or not a map item should be displayed.
true to display a map item; otherwise, false.
Identifies the dependency property.
[To be supplied]
A collection of map elements.
Initializes a new instance of the MapElementCollection@lt;T@gt; class with default settings.
The base class for different map elements (e.g. layers).
A base class for all collections in the DXMap Suite.
Initializes a new instance of the MapDependencyObjectCollectionBase@lt;T@gt; class with default settings.
Appends the specified item to the current collection.
An object to append to the collection.
Removes all items from the collection.
Adds the specified item to the collection at the specified position.
A zero-based integer which specifies the position at which the item is to be inserted.
An item to insert into the collection.
Provides indexed access to individual items in the collection.
A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised.
An object that is an item at the specified position.
Moves a specific item to another position within the collection.
An integer value specifying the zero-based index of an item to be moved.
An integer value specifying the zero-based destination index of the moved item.
Removes the specified item from the collection.
An item to be removed from the collection.
true if the specified item was found and successfully removed from the collection; false if the specified item wasn't found.
Removes an item at the specified position from the collection.
A zero-based integer specifying the index of the object to remove. If it's negative or exceeds the number of elements, an exception is raised.
A base class for most collections in the DXMap Suite.
Initializes a new instance of the MapDependencyObjectCollection@lt;T@gt; class with default settings.
Enables Windows Presentation Foundation (WPF) property system services for its derived model classes.
Occurs every time any of the MapDependencyObject class properties has changed its value.
The class that implements loading image tiles from the Bing Maps data provider.
Returns the image tile by its X and Y positions for the specified zoom level.
An integer value that specifies the zoom level.
An integer value specifying the X-position of the tile within the map image.
An integer value specifying the Y-position of the tile within the map image.
A value that is the path to the image tile.
The base class for all data providers.
Returns the map size (in pixels) for the specified zoom level.
An integer value that specifies the zoom level.
A object that is the map size.
Returns the projection supported by the current map provider.
An object that implements an interface.
Assigns a new tile source to the data provider.
A class descendant.
Returns a tile source associated with the current data provider.
A class descendant that contains settings for obtaining image tiles from a specific data provider.
Identifies the dependency property.
[To be supplied]
The class used to draw any custom element on a map.
Initializes a new instance of the MapCustomElement class with default settings.
Gets or sets the custom element's content. This is a dependency property.
A value that is the custom element's content.
Identifies the dependency property.
[To be supplied]
Gets or sets the template that defines the presentation of the element's content, represented by the property. This is a dependency property.
A object, representing the template which defines the presentation of the element's content.
Identifies the dependency property.
[To be supplied]
Gets or sets a location of the custom element on a map.
A object containing geographical coordinates of the element location.
Identifies the dependency property.
[To be supplied]
Gets or sets the template that defines the presentation of a custom element.
This is a dependency property.
A object that defines an element's presentation.
Identifies the dependency property.
[To be supplied]
Serves as the base class for all layers.
Initializes a new instance of the LayerBase class with default settings.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
Gets or sets the bounds of the map layer.
A object containing a collection of points that define the bounds of the layer.
Identifies the dependency property.
[To be supplied]
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
Converts the specified geographical point into internal map units.
A object to be converted.
A object containing internal map coordinates.
Converts the specified size in geographical points into the corresponding size in kilometers for the specified anchor point.
A object containing geographical coordinates for which it is necessary to convert the size.
A value specifying the size to be converted.
A in kilometers.
Converts the specified geographical point into the point on a screen.
A object to be converted.
A value.
Converts the specified geographical point into a point on a screen.
A object to be converted.
true to use springs animation; otherwise, false.
A value.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
Converts the specified size in kilometers into the corresponding size in geographical points for the specified anchor point.
A object containing geographical coordinates for which it is necessary to convert the size.
A value specifying the size to be converted.
A in geographical points.
This property is hidden.
Provides access to the Map Control that is the owner of this layer.
A object.
Converts the specified map unit into the corresponding geographical point.
A object to be converted.
A object containing geographical coordinates.
Converts the specified map unit into the point on a screen.
A object to be converted.
A value.
Converts the specified map unit into the point on a screen.
A object to be converted.
true to use springs animation; otherwise, false.
A value.
This property is hidden.
This property is hidden.
This property is hidden.
Gets or sets the maximum zoom level at which this layer should be visible.
An integer value specifying the maximum zoom level.
Identifies the dependency property.
[To be supplied]
This property is hidden.
This property is hidden.
Gets or sets the minimum zoom level at which this layer should be visible.
An integer value specifying the minimum zoom level.
Identifies the dependency property.
[To be supplied]
Called after the template is completely generated and attached to the visual tree.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
Converts the specified screen point into internal map units.
A value to be converted.
A object containing internal map coordinates.
Converts the specified screen point into internal map units.
A value to be converted.
true to use springs animation; otherwise, false.
A object containing internal map coordinates.
Converts the specified screen point into the corresponding geographical point.
A value to be converted.
A object containing geographical coordinates.
Converts the specified screen point into the corresponding geographical point.
A value to be converted.
true to use springs animation; otherwise, false.
A object containing geographic coordinates.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
This property is hidden.
Gets a value that indicates whether the layer uses spring animations.
true to if the layer uses spring animations; otherwise, false.
Identifies the dependency property.
[To be supplied]
This property is hidden.
This property is hidden.
Occurs every time the current viewport is changed.
This property is hidden.
A layer that displays image tiles obtained from one of the supported map providers.
Initializes a new instance of the ImageTilesLayer class with default settings.
Provides access to an object that obtains map data from online data providers.
A class descendant that is a specific data provider.
Identifies the dependency property.
[To be supplied]
Called after the template is completely generated and attached to the visual tree.
The class that loads map images from the Bing Maps data provider.
Initializes a new instance of the BingMapDataProvider class with default settings.
Get or sets the key that is required to connect to the Bing Maps data provider.
A that stores a Bing Maps key.
Identifies the dependency property.
[To be supplied]
Returns the map size (in pixels) for the specified zoom level.
An integer value that specifies the zoom level.
A object that is the map size.
Gets or sets a value specifying the type of images to be displayed on a map.
A enumeration value.
Identifies the dependency property.
[To be supplied]
Returns the projection supported by BingMapDataProvider.
Always SphericalMercatorProjection.
Lists the values used to specify the kind of maps to be obtained from the .
The map shows a combination of Earth images and road schemas.
The map shows road schemas.
Lists the values used to specify the vertical alignment of map navigation elements (e.g. Zoom Trackbar, Scroll Buttons, etc.).
A navigation element is docked to the bottom edge of the map.
A navigation element is vertically aligned in the center of the map.
A navigation element is docked to the top edge of the map.
Lists the values used to specify the horizontal alignment of map navigation elements (e.g. Zoom Trackbar, Scroll Buttons, etc.).
A navigation element is horizontally aligned to the center of the map.
A navigation element is docked to the left edge of the map.
A navigation element is docked to the right edge of the map.
Lists the values used to specify the kind of maps to be obtained from the .
The map shows photo images of the Earth's surface.
The map shows a combination of Earth images and road schemas.
The map shows road schemas.
Contains options that define the position and layout of the Coordinates Panel element.
Initializes a new instance of the CoordinatesPanelOptions class with default settings.
Contains options that define the position and layout of the Scroll Buttons element.
Initializes a new instance of the ScrollButtonsOptions class with default settings.
A collection of geo points.
Initializes a new instance of the GeoPointCollection class with default settings.
Converts the string representation of a collection to its GeoPointCollection equivalent.
A string containing collection item coordinates, separated by commas.
A GeoPointCollection object that is equivalent to the specified string.
Returns the textual representation of GeoPointCollection.
An object, implementing the interface.
A value, which is the textual representation of GeoPointCollection.
Returns the textual representation of GeoPointCollection.
A value, which is the textual representation of GeoPointCollection.
A collection of layers.
Initializes a new instance of the LayerCollection class with the specified owner.
A object that is the owner of this layer collection.
A geographical point on the map.
Initializes a new instance of the GeoPoint class with the specified latitude and longitude.
A value which specifies the latitude of the geographical point. This value is assigned to the property.
A value which specifies the longitude of the geographical point. This value is assigned to the property.
Returns a GeoPoint object whose coordinates are not initialized.
An empty .
Determines whether the two specified GeoPoint objects are equal.
A GeoPoint instance that specifies the first geographical point to compare.
A GeoPoint instance that specifies the second geographical point to compare.
true if specified objects are equal; otherwise false.
Determines whether the specified object is equal to the current GeoPoint instance.
The object to compare with the current object.
true if the specified object is equal to the current GeoPoint instance; otherwise false.
Gets the hash code (a number) that corresponds to the value of the current GeoPoint object.
An integer value that is the hash code for the current object.
Gets a value that indicates whether this GeoPoint object's coordinates are initialized.
true if the GeoPoint object is empty; otherwise false.
Gets or sets a latitude value for the current geographical coordinate.
A value that is the latitude for this .
Gets or sets a longitude value for the current geographical coordinate.
A value that is the longitude for this .
Normalizes the specified geographical point's coordinates.
latitude -90 to 90 - cut
longitude -180 to 180 - circulated
A non-normalized GeoPoint object.
A normalized GeoPoint object.
Converts the string representation of a geographical point to its GeoPoint equivalent.
A string containing geographical coordinates, separated by a comma.
A GeoPoint object that is equivalent to the specified string.
Returns the textual representation of GeoPoint.
A value, which is the textual representation of GeoPoint.
Returns the textual representation of GeoPoint.
An object, implementing the interface.
A value, which is the textual representation of GeoPoint.
A Map control, which is the main component of the DXMap Suite for WPF.
Initializes a new instance of the MapControl class with default settings.
Gets the setting for the actual local cache for storing image tiles of a map control.
A object.
Gets the actual value for the Coordinates Panel options of the MapControl object.
A object.
Identifies the dependency property.
[To be supplied]
Gets an actual value for the Scale Panel options of the MapControl object.
A object.
Identifies the dependency property.
[To be supplied]
Gets the actual value for the Scroll Buttons options of the MapControl object.
A object.
Identifies the dependency property.
[To be supplied]
Gets the actual value for the Zoom Trackbar options of the MapControl object.
A object.
Identifies the dependency property.
[To be supplied]
Gets or sets the settings for a map's cache.
A object.
Identifies the dependency property.
[To be supplied]
Returns information on the map elements located at the specified point.
A structure which specifies the test point coordinates relative to the map's top-left corner.
A object, which contains information about the map elements located at the test point.
Checks whether or not it is possible to scroll a map by the specified offset.
A value specifying the offset by which a map should be scrolled.
true if it is allowed to scroll; otherwise, false.
Checks whether or not it is possible to zoom a map to the specified zoom level.
An integer value specifying the level to zoom a map.
true if it is allowed to zoom; otherwise, false.
Gets or sets a point that should be placed at the map center.
A object that specifies the map center in geographical coordinates.
Identifies the dependency property.
[To be supplied]
Provides position and visibility options for the Coordinates Panel UI element.
A object.
Identifies the dependency property.
[To be supplied]
Gets or sets a value indicating whether or not scrolling is enabled.
true if scrolling is enabled; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets a value indicating whether or not zooming is enabled.
true if zooming is enabled; otherwise, false.
Identifies the dependency property.
[To be supplied]
This property is hidden.
Provides access to the collection of layers to be displayed within the MapControl.
A object containing map layers.
Identifies the dependency property.
[To be supplied]
Called after the template is completely generated and attached to the visual tree.
Provides position and visibility options for the Scale Panel UI element.
A object.
Identifies the dependency property.
[To be supplied]
Scrolls a map by the specified offset.
A value specifying the offset by which a map should be scrolled.
Provides position and visibility options for the Scroll Buttons UI element.
A object.
Identifies the dependency property.
[To be supplied]
Returns a command that scrolls a map.
An object that defines a command implementing the interface.
This property is hidden.
Zooms a map to the specified level.
An integer value specifying the level to which a map should be zoomed.
Returns a command that zooms a map.
An object that defines a command implementing the interface.
Gets or sets the current zoom level of a Map Control.
An integer value specifying the current zoom level.
Identifies the dependency property.
[To be supplied]
Provides layout, position and visibility options for the Zoom Trackbar UI element.
A object.
Identifies the dependency property.
[To be supplied]
Provides data for the event.
Initializes a new instance of the BingSearchCompletedEventArgs class with the specified values of event arguments.
A object specifying the request result. This value is assigned to the property.
A object containing information about the error, if it occurred when raising this event. This value is assigned to the property.
A value containing information on whether or not the search operation should be cancelled. This value is assigned to the property.
A specifying the user state. This value is assigned to the property.
Returns the result of a search request.
A object.
The base class for all information data providers.
Cancels the last request to the web service.
Gets or sets a value indicating whether or not it is necessary to automatically generate items for this layer.
true to generate layer items; otherwise, false.
Identifies the dependency property.
[To be supplied]
Returns a value indicating the InformationDataProviderBase is currently busy performing a previous request.
true if a data provider is busy; otherwise, false.
Occurs when a data provider starts generating map items for a layer.
Contains settings that define the parameters for calculating a route via the Microsoft Bing service.
Initializes a new instance of the BingRouteOptions class with default settings.
Gets or sets a value that defines how to measure distances.
A enumeration value.
Identifies the dependency property.
[To be supplied]
Gets or sets a value that defines how a route should be calculated.
A enumeration value.
Identifies the dependency property.
[To be supplied]
Gets or sets a value that defines how to optimize the route calculation.
A enumeration value.
Identifies the dependency property.
[To be supplied]
The class that is used to send requests to the Bing Maps Geocode service.
Initializes a new instance of the BingGeocodeDataProvider class with default settings.
Get or sets the key that is required to connect to the Bing Maps data provider.
A that stores a Bing Maps key.
Identifies the dependency property.
[To be supplied]
Cancels the last request to the Bing Geocode service.
Returns a value indicating the BingGeocodeDataProvider is currently busy performing a previous request.
true if a data provider is busy; otherwise, false.
Occurs when information about the location has been received.
Gets or sets the total number of results that can be displayed simultaneously.
An integer value.
Identifies the dependency property.
[To be supplied]
Gets or sets a value indicating whether or not it is necessary to process mouse events by this data provider.
true to process mouse events; otherwise, false.
Identifies the dependency property.
[To be supplied]
Send a request to obtain information about the specified location.
A object specifying the location about which to request information.
A specifying a user state.
Contains information about a warning associated with an itinerary item of a Bing route.
Initializes a new instance of the BingItineraryItemWarning class with the specified settings.
A specifying the warning text. This value is assigned to the property.
A enumeration value specifying the warning type. This value is assigned to the property.
Gets the text of the warning.
A specifying the warning text.
Gets the type of the warning.
A enumeration value specifying the warning type.
Contains settings that define the parameters for searching via the Microsoft Bing service.
Initializes a new instance of the BingSearchOptions class with default settings.
Gets or sets a value indicating whether or not it is necessary to automatically correct a search query.
true to automatically correct a query; otherwise, false.
Identifies the dependency property.
[To be supplied]
Gets or sets a value that defines how to measure distances.
A enumeration value.
Identifies the dependency property.
[To be supplied]
Gets or sets the total number of results that can be obtained by a search request.
An integer value.
Identifies the dependency property.
[To be supplied]
Gets or sets a radius to perform a search.
A value.
Identifies the dependency property.
[To be supplied]
The class that is used to send requests to the Bing Maps Search service.
Initializes a new instance of the BingSearchDataProvider class with default settings.
Get or sets the key that is required to connect to the Bing Maps data provider.
A that stores a Bing Maps key.
Identifies the dependency property.
[To be supplied]
Cancels the last request to the Bing Search service.
Returns a value indicating the BingSearchDataProvider is currently busy performing a previous request.
true if a data provider is busy; otherwise, false.
Searches for locations that best correspond to the specified keywords near the specified location.
A containing information to search on a map. This string can contain either geographical names or any other information to look for.
A specifying the location near which it is necessary to search for the specified keyword.
Searches for locations that best correspond to the specified keywords.
A containing information to search on a map. This string can contain either geographical names or any other information to look for.
Searches for locations that best correspond to the specified keywords near the specified location around the specified geographical point.
A containing information to search on a map. This string can contain either geographical names or any other information to look for.
A specifying the location near which it is necessary to search for the specified keyword.
A object specifying the geographical point, around which it is necessary to search for a keyword and a location.
Searches for locations that best correspond to the specified keywords starting from the specified index.
A containing information to search on a map. This string can contain either geographical names or any other information to look for.
An integer value specifying the index of the first result that should be returned. This means, for instance, if the startingIndex is 5, first 4 results will be skipped.
Searches for locations that best correspond to the specified keywords near the specified location around the specified geographical point starting from the specified index.
A containing information to search on a map. This string can contain either geographical names or any other information to look for.
A specifying the location near which it is necessary to search for the specified keyword.
A object specifying the geographical point, around which it is necessary to search for a keyword and a location.
An integer value specifying the index of the first result that should be returned. This means, for instance, if the startingIndex is 5, first 4 results will be skipped.
Searches for locations that best correspond to the specified keywords near the specified location starting from the specified index.
A containing information to search on a map. This string can contain either geographical names or any other information to look for.
A specifying the location near to which the specified keyword shall be searched for.
An integer value specifying the index of the first result that should be returned. This means, for instance, if the startingIndex is 5, the first 4 results will be skipped.
Occurs when a search operation has been completed.
Provides access to the options that define how this data provider should perform a search.
A object.
Identifies the dependency property.
[To be supplied]
Gets or sets a value indicating whether or not the Search Panel should be displayed.
true to show the Search Panel; otherwise, false.
Identifies the dependency property.
[To be supplied]
A class that defines methods specific to the Elliptical Mercator Projection.
Initializes a new instance of the EllipticalMercatorProjection class with default settings.
Converts the specified geographical point into internal map units.
A object to be converted.
A object containing internal map coordinates.
Converts the specified map unit into the corresponding geographical point.
A object to be converted.
A object containing geographical coordinates.
The maximum possible latitude for this projection.
[To be supplied]
The maximum possible longitude for this projection.
[To be supplied]
The minimum possible latitude for this projection.
[To be supplied]
The minimum possible longitude for this projection.
[To be supplied]
A collection of attributes for an individual map item.
Initializes a new instance of the MapItemAttributeCollection class with the specified owner.
A class descendant that is the owner of this attribute collection.
Provides access to individual map items in the collection by their names.
A value specifying the name of the map item to get.
A class descendant which is the map item with the specified name.
A class that defines methods specific to the Miller Projection.
Initializes a new instance of the MillerProjection class with default settings.
Converts the specified geographical point into internal map units.
A object to be converted.
A object containing internal map coordinates.
Converts the specified map unit into the corresponding geographical point.
A object to be converted.
A object containing geographical coordinates.
The maximum possible latitude for this projection.
[To be supplied]
The maximum possible longitude for this projection.
[To be supplied]
The minimum possible latitude for this projection.
[To be supplied]
The minimum possible longitude for this projection.
[To be supplied]