layout: default title: GetResultsParameters parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Objects
GetResultsParameters Class
An object that is passed as a parameter to get search results.
ArcGIS Maps SDK for JavaScript
public class GetResultsParameters :
System.IEquatable<dymaptic.GeoBlazor.Core.Objects.GetResultsParameters>
Inheritance System.Object 🡒 GetResultsParameters
Implements System.IEquatable<GetResultsParameters>
Constructors
GetResultsParameters(Nullable, Point, Nullable, Nullable, SpatialReference, SuggestResult, Nullable) Constructor
An object that is passed as a parameter to get search results.
ArcGIS Maps SDK for JavaScript
public GetResultsParameters(System.Nullable<bool> ExactMatch, dymaptic.GeoBlazor.Core.Components.Geometries.Point? Location, System.Nullable<int> MaxResults, System.Nullable<int> SourceIndex, dymaptic.GeoBlazor.Core.Components.Geometries.SpatialReference? SpatialReference, dymaptic.GeoBlazor.Core.Objects.SuggestResult SuggestResult, System.Nullable<System.Guid> ViewId);
Parameters
ExactMatch
System.Nullable<System.Boolean>
The key field used to find the result.
Location
Point
The location value used by the Search.
MaxResults
System.Nullable<System.Int32>
Indicates the maximum number of search results to return.
SourceIndex
System.Nullable<System.Int32>
Indicates the index of the search source.
SpatialReference
SpatialReference
Indicates the Spatial Reference defined by the source.
SuggestResult
SuggestResult
Indicates the Suggest Result that triggered the search for a result.
ViewId
System.Nullable<System.Guid>
Indicates the Id for the MapView or SceneView provided to the Search Widget using the source.
Properties
GetResultsParameters.ExactMatch Property
The key field used to find the result.
public System.Nullable<bool> ExactMatch { get; set; }
Property Value
System.Nullable<System.Boolean>
GetResultsParameters.Location Property
The location value used by the Search.
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Location { get; set; }
Property Value
GetResultsParameters.MaxResults Property
Indicates the maximum number of search results to return.
public System.Nullable<int> MaxResults { get; set; }
Property Value
GetResultsParameters.SourceIndex Property
Indicates the index of the search source.
public System.Nullable<int> SourceIndex { get; set; }
Property Value
GetResultsParameters.SpatialReference Property
Indicates the Spatial Reference defined by the source.
public dymaptic.GeoBlazor.Core.Components.Geometries.SpatialReference? SpatialReference { get; set; }
Property Value
GetResultsParameters.SuggestResult Property
Indicates the Suggest Result that triggered the search for a result.
public dymaptic.GeoBlazor.Core.Objects.SuggestResult SuggestResult { get; set; }
Property Value
GetResultsParameters.ViewId Property
Indicates the Id for the MapView or SceneView provided to the Search Widget using the source.
public System.Nullable<System.Guid> ViewId { get; set; }