GetSearchPointWithAssetsOptions(String, Single, Single) Constructor

Definition

Initializes a new instance of GetSearchPointWithAssetsOptions.

public GetSearchPointWithAssetsOptions(string searchId, float longitude, float latitude);
new Azure.Analytics.PlanetaryComputer.GetSearchPointWithAssetsOptions : string * single * single -> Azure.Analytics.PlanetaryComputer.GetSearchPointWithAssetsOptions
Public Sub New (searchId As String, longitude As Single, latitude As Single)

Parameters

searchId
String

Search Id (pgSTAC Search Hash).

longitude
Single

Longitude.

latitude
Single

Latitude.

Exceptions

searchId is null.

Applies to