This topic has not yet been rated - Rate this topic

MapLayerBase.AddChild Method (UIElement, GeoCoordinate)

July 26, 2012

When overridden in a derived class, adds a UIElement to the map layer at the specified location.

Namespace:  Microsoft.Phone.Controls.Maps
Assembly:  Microsoft.Phone.Controls.Maps (in Microsoft.Phone.Controls.Maps.dll)
public abstract void AddChild(
	UIElement element,
	GeoCoordinate location
)

Parameters

element
Type: System.Windows.UIElement
The UIElement to add.
location
Type: System.Device.Location.GeoCoordinate
The location at which to add the UIElement.

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.