GetSearchPointOptions(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 GetSearchPointOptions.
public GetSearchPointOptions(string searchId, float longitude, float latitude);
new Azure.Analytics.PlanetaryComputer.GetSearchPointOptions : string * single * single -> Azure.Analytics.PlanetaryComputer.GetSearchPointOptions
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.