MapBillboard Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays an image that scales and fades in relation to its distance from the ReferenceCamera of the MapBillboard.
public ref class MapBillboard sealed : MapElement
/// [Windows.Foundation.Metadata.Activatable(Windows.UI.Xaml.Controls.Maps.IMapBillboardFactory, 262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MapBillboard final : MapElement
[Windows.Foundation.Metadata.Activatable(typeof(Windows.UI.Xaml.Controls.Maps.IMapBillboardFactory), 262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MapBillboard : MapElement
Public NotInheritable Class MapBillboard
Inherits MapElement
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Remarks
A MapBillboard is very similar to a MapIcon. Use a MapIcon to emphasize a location on a map. Because images used to mark locations are typically small, they can remain the same size as users zoom in and out on a map.
Use a MapBillboard to show things like large images that relate to map locations. As users zoom out, the image will shrink proportionally in size to enable the user to view more of the map.
Constructors
MapBillboard(MapCamera) |
Initializes a new instance of the MapBillboard class. |
Properties
CollisionBehaviorDesired |
Gets or sets the behavior of a MapBillboard when it collides with other map features due to zoom level. |
CollisionBehaviorDesiredProperty |
Identifies the CollisionBehaviorDesired dependency property. |
Dispatcher |
Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread. (Inherited from DependencyObject) |
Image |
Gets or sets the image for the MapBillboard. Provide an optional custom image to replace the default point of interest (POI) image. |
IsEnabled |
Indicates whether users can interact with the MapElement. (Inherited from MapElement) |
Location |
Gets or sets the geographic location of the MapBillboard on the MapControl. The location is the geographic location on the MapControl at which the NormalizedAnchorPoint of the MapBillboard is positioned. |
LocationProperty |
Identifies the Location dependency property. |
MapStyleSheetEntry |
Gets or sets the name of an entry in the map's style sheet that you'd like to apply to this MapElement. (Inherited from MapElement) |
MapStyleSheetEntryState |
Gets or sets the name of the state of this MapElement. If the style sheet defines a style for that state, that style is applied to this element. Values defined in the style sheet for the state override values defined in the MapStyleSheetEntry. (Inherited from MapElement) |
MapTabIndex |
Gets or sets a value that determines the order in which elements of the MapControl receive focus when the user navigates through those elements by pressing the Tab key. (Inherited from MapElement) |
NormalizedAnchorPoint |
Gets or sets the anchor point of the MapBillboard. The anchor point is the point on the MapBillboard that is positioned at the point on the MapControl specified by the Location property. |
NormalizedAnchorPointProperty |
Identifies the NormalizedAnchorPoint dependency property. |
ReferenceCamera |
Gets the MapCamera settings that define the position and orientation where the image appears at a 1x scale. |
Tag |
Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from MapElement) |
Visible |
Gets or sets a value that indicates whether the MapElement is visible on the MapControl. (Inherited from MapElement) |
ZIndex |
Gets or sets the z-index of the MapElement. A MapElement with a higher z-index is displayed on top of a MapElement with a lower z-index. (Inherited from MapElement) |
Methods
ClearValue(DependencyProperty) |
Clears the local value of a dependency property. (Inherited from DependencyObject) |
GetAnimationBaseValue(DependencyProperty) |
Returns any base value established for a dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject) |
GetValue(DependencyProperty) |
Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject) |
ReadLocalValue(DependencyProperty) |
Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject) |
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) |
Registers a notification function for listening to changes to a specific DependencyProperty on this DependencyObject instance. (Inherited from DependencyObject) |
SetValue(DependencyProperty, Object) |
Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject) |
UnregisterPropertyChangedCallback(DependencyProperty, Int64) |
Cancels a change notification that was previously registered by calling RegisterPropertyChangedCallback. (Inherited from DependencyObject) |