Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.67 KB

geoboundingbox_trycompute_925237241.md

File metadata and controls

35 lines (25 loc) · 1.67 KB
-api-id -api-type
M:Windows.Devices.Geolocation.GeoboundingBox.TryCompute(Windows.Foundation.Collections.IIterable{Windows.Devices.Geolocation.BasicGeoposition},Windows.Devices.Geolocation.AltitudeReferenceSystem,System.UInt32)
winrt method

Windows.Devices.Geolocation.GeoboundingBox.TryCompute

-description

Calculates a GeoboundingBox that contains the specified set of geographic positions and uses the specified altitude reference system and spatial reference ID (SRID).

-parameters

-param positions

A collection of geographic positions to include inside the GeoboundingBox.

-param altitudeRefSystem

The altitude reference system to use for the GeoboundingBox. For more info, see the AltitudeReferenceSystem property.

-param spatialReferenceId

The spatial reference ID (SRID) to use for the GeoboundingBox. For more info, see the SpatialReferenceId property.

-returns

The calculated rectangle that contains the specified set of geographic positions.

-remarks

-examples

-see-also

TryCompute(IIterable(BasicGeoposition)), TryCompute(IIterable(BasicGeoposition), AltitudeReferenceSystem)

-capabilities

location