ReverseGeocodeQuery Class

Inheritance Hierarchy

System.Object
  Microsoft.Phone.Maps.Services.Query<IList<MapLocation>>
    Microsoft.Phone.Maps.Services.ReverseGeocodeQuery

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public NotInheritable Class ReverseGeocodeQuery _
    Inherits Query(Of IList(Of MapLocation))
public sealed class ReverseGeocodeQuery : Query<IList<MapLocation>>
public ref class ReverseGeocodeQuery sealed : public Query<IList<MapLocation^>^>
[<Sealed>]
type ReverseGeocodeQuery =  
    class 
        inherit Query<IList<MapLocation>>
    end

The ReverseGeocodeQuery type exposes the following members.

Constructors

  Name Description
Public method ReverseGeocodeQuery

Top

Properties

  Name Description
Public property GeoCoordinate
Public property IsBusy (Inherited from Query<T>.)

Top

Methods

  Name Description
Public method CancelAsync (Inherited from Query<T>.)
Public method Dispose() (Inherited from Query<T>.)
Public method Equals(Object) Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method QueryAsync (Inherited from Query<T>.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event QueryCompleted (Inherited from Query<T>.)

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.Maps.Services Namespace