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 | |
---|---|---|
ReverseGeocodeQuery |
Top
Properties
Name | Description | |
---|---|---|
GeoCoordinate | ||
IsBusy | (Inherited from Query<T>.) |
Top
Methods
Name | Description | |
---|---|---|
CancelAsync | (Inherited from Query<T>.) | |
Dispose() | (Inherited from Query<T>.) | |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
QueryAsync | (Inherited from Query<T>.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
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.