Object: esri/widgets/CoordinateConversion/support/Conversion
Since: ArcGIS API for JavaScript 4.7

The Conversion class represents one of the conversions in the Coordinate Conversion widget. Each conversion is represented by a row in the widget.

Property Overview

Any properties can be set, retrieved or listened to. See the Working with Properties topic.
NameTypeSummaryObject
String

A formatted string based on the current position and display information on the format.

more details
more detailsConversion
Format

The Format for this conversion.

more details
more detailsConversion
Position

The position property contains the location information for this conversion.

more details
more detailsConversion

Property Details

displayCoordinateStringreadonly

A formatted string based on the current position and display information on the format.

formatFormat

The Format for this conversion. The Format contains information detailing how the Conversion should be performed and how it will be displayed.

positionPosition

The position property contains the location information for this conversion.

Type Definitions

Position

Describes a point in terms of a location, a Point, and a coordinate, a string.

Properties:
location Point

A point geometry representing the location described by the conversion.

coordinate String

A string representing the location.

API Reference search results

NameTypeModule
Loading...