SearchDocument.GetPoint(String) Method

Definition

Get the value of a SearchDocument's GeoPoint property called key.

public Azure.Core.GeoJson.GeoPoint GetPoint (string key);
member this.GetPoint : string -> Azure.Core.GeoJson.GeoPoint
Public Function GetPoint (key As String) As GeoPoint

Parameters

key
String

The name of the property.

Returns

The value of the property.

Applies to