GeocodingQuery.Coordinates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A point on the earth specified as a longitude and latitude. When you specify this parameter, the user’s location is taken into account and the results returned may be more relevant to the user. Example: GeoPosition(lon, lat)
public Azure.Core.GeoJson.GeoPosition? Coordinates { get; set; }
member this.Coordinates : Nullable<Azure.Core.GeoJson.GeoPosition> with get, set
Public Property Coordinates As Nullable(Of GeoPosition)
Property Value
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET