Share via


Map.SetView (Método) (GeoCoordinate, Double, Double, Double)

Espacio de nombres:  Microsoft.Phone.Maps.Controls
Ensamblado:  Microsoft.Phone.Maps (en Microsoft.Phone.Maps.dll)

Sintaxis

'Declaración
Public Sub SetView ( _
    center As GeoCoordinate, _
    zoomLevel As Double, _
    heading As Double, _
    pitch As Double _
)
public void SetView(
    GeoCoordinate center,
    double zoomLevel,
    double heading,
    double pitch
)
public:
void SetView(
    GeoCoordinate^ center, 
    double zoomLevel, 
    double heading, 
    double pitch
)
member SetView : 
        center:GeoCoordinate * 
        zoomLevel:float * 
        heading:float * 
        pitch:float -> unit 

Parámetros

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

Map Clase

SetView (Sobrecarga)

Microsoft.Phone.Maps.Controls (Espacio de nombres)