Geoposition class

2 out of 3 rated this helpful - Rate this topic

Represents a location that may contain latitude and longitude data or civic address data.

Syntax


/* For information about creating or accessing this object, see Remarks. */

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The Geoposition class has these types of members:

Methods

The Geoposition class inherits methods from the Object class (C#/VB/C++).

Properties

The Geoposition class has these properties.

PropertyAccess typeDescription

CivicAddress

Read-onlyContains civic address data associated with a geographic location.

Coordinate

Read-onlyThe latitude and longitude associated with a geographic location.

 

Remarks

Retrieve a Geoposition object by using the GetGeopositionAsync method or handling the PositionChanged event.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Minimum supported phone

Windows Phone 8

Namespace

Windows.Devices.Geolocation
Windows::Devices::Geolocation [C++]

Metadata

Windows.winmd

Capabilities

location
ID_CAP_LOCATION [Windows Phone]

 

 

Build date: 2/25/2013

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