dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

GroundNavigationConstraint Class

GeoBlazor Docs Specifies the user navigation constraints relative to the ground surface. ArcGIS Maps SDK for JavaScript

public class GroundNavigationConstraint : dymaptic.GeoBlazor.Core.Components.MapComponent, dymaptic.GeoBlazor.Core.Interfaces.IMapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 GroundNavigationConstraint

Implements IMapComponent

Constructors

GroundNavigationConstraint() Constructor

Parameterless constructor for use as a Razor Component.

public GroundNavigationConstraint();

GroundNavigationConstraint(Nullable) Constructor

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public GroundNavigationConstraint(System.Nullable<System.Guid> layerId=null);

Parameters

layerId System.Nullable<System.Guid>

The GeoBlazor Id of the relevant Layer for the MapComponent. Not always applicable to every component type.