Skip to main content

BingMapDataProvider.GetMapSizeInPixels(Double) Method

Returns the map size (in pixels) for the specified zoom level.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public override Size GetMapSizeInPixels(
    double zoomLevel
)

#Parameters

Name Type Description
zoomLevel Double

A double value representing the map zoom level.

#Returns

Type Description
Size

A Size object that is the map size.

See Also