Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.32 KB

mapscene_createfromlocationandradius_299761416.md

File metadata and controls

31 lines (22 loc) · 1.32 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.Maps.MapScene.CreateFromLocationAndRadius(Windows.Devices.Geolocation.Geopoint,System.Double)
winrt method

Windows.UI.Xaml.Controls.Maps.MapScene.CreateFromLocationAndRadius

-description

Creates a scene to appear in a map based on a single geographic location and radius.

-parameters

-param location

The center of the scene.

-param radiusInMeters

The radius around the center to appear in the scene, in meters.

-returns

Represents a view of a map in the MapControl.

-remarks

This constructor is equivalent to calling CreateFromLocationAndRadius(Geopoint, Double, Double, Double) with the following default parameter values: headingInDegrees = 0 (North) and pitchInDegrees = 0 (looking straight down). For more information, see the remarks section of the CreateFromLocationAndRadius(Geopoint, Double, Double, Double) method.

-examples

-see-also

CreateFromLocationAndRadius(Geopoint, Double, Double, Double)