layout: default title: GroundIntersectionResult parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

GroundIntersectionResult Class

Ground intersection result, only applies to SceneViews. The ground hit result will always be returned, even if the
ground was excluded from the hitTest.

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

Inheritance System.Object 🡒 GroundIntersectionResult

Implements System.IEquatable<GroundIntersectionResult>

Constructors

GroundIntersectionResult(Point, double) Constructor

Ground intersection result, only applies to SceneViews. The ground hit result will always be returned, even if the
ground was excluded from the hitTest.

public GroundIntersectionResult(dymaptic.GeoBlazor.Core.Components.Geometries.Point MapPoint, double Distance);

Parameters

MapPoint Point

Distance System.Double