dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Results

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.Results.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

Properties

GroundIntersectionResult.Distance Property

public double Distance { get; set; }

Property Value

System.Double

GroundIntersectionResult.MapPoint Property

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

Property Value

Point