GetSearchPointWithAssetsOptions(String, Single, Single) Constructor
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.
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.