Geoposition.VenueData Property

Definition

Represents the venue associated with a geographic location.

public:
 property VenueData ^ VenueData { VenueData ^ get(); };
VenueData VenueData();
public VenueData VenueData { get; }
var venueData = geoposition.venueData;
Public ReadOnly Property VenueData As VenueData

Property Value

A VenueData object that represents the venue associated with the geographic location.

Windows requirements

App capabilities
location

Remarks

This property represents a venue, such as a shopping mall or office building. The VenueData object is created as a property of the Geoposition class when venue information is available for a geographic location. Otherwise, this property returns NULL.

Venue information is not available for all geographic locations. A VenueData object will be returned only when the geographic location is within a venue that’s supported by the data provider.

Note

In the current release, Bing is the exclusive data provider for all venue information.

Applies to