GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

FormatPosition Class

Describes a point in terms of a location, a Point, and a coordinate, a string.
ArcGIS Maps SDK for JavaScript

public class FormatPosition :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.FormatPosition>

Inheritance System.Object 🡒 FormatPosition

Implements System.IEquatable<FormatPosition>

Constructors

FormatPosition(string, Point) Constructor

Describes a point in terms of a location, a Point, and a coordinate, a string.
ArcGIS Maps SDK for JavaScript

public FormatPosition(string? Coordinate=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? Location=null);

Parameters

Coordinate System.String

A string representing the location.
ArcGIS Maps SDK for JavaScript

Location dymaptic.GeoBlazor.Core.Components.Geometries.Point

A point geometry representing the location described by the conversion.
ArcGIS Maps SDK for JavaScript

Properties

FormatPosition.Coordinate Property

A string representing the location.
ArcGIS Maps SDK for JavaScript

public string? Coordinate { get; set; }

Property Value

System.String

FormatPosition.Location Property

A point geometry representing the location described by the conversion.
ArcGIS Maps SDK for JavaScript

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

Property Value

dymaptic.GeoBlazor.Core.Components.Geometries.Point