layout: default title: ViewHit parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

ViewHit Class

Object specification for the Results.
ArcGIS Maps SDK for JavaScript

public class ViewHit :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.ViewHit>

Inheritance System.Object 🡒 ViewHit

Derived
GraphicHit

Implements System.IEquatable<ViewHit>

Constructors

ViewHit(string, Point) Constructor

Object specification for the Results.
ArcGIS Maps SDK for JavaScript

public ViewHit(string Type, dymaptic.GeoBlazor.Core.Components.Geometries.Point MapPoint);

Parameters

Type System.String

The type of hit result. Currently only supporting “graphic”.

MapPoint Point

The point geometry in the spatial reference of the view corresponding with the input screen coordinates.

Properties

ViewHit.MapPoint Property

The point geometry in the spatial reference of the view corresponding with the input screen coordinates.

public dymaptic.GeoBlazor.Core.Components.Geometries.Point MapPoint { get; set; }

Property Value

Point

ViewHit.Type Property

The type of hit result. Currently only supporting “graphic”.

public string Type { get; set; }

Property Value

System.String