Coordinate widget tags

This page describes an older version, please read about the latest version at:
http://resources.arcgis.com/en/help/flex-viewer/concepts/

Configuration file for the Coordinate widget

The general structure of the Coordinate widget configuration file is shown by the conceptual graphic below.

Conceptual overview of configuration options for Coordinate widget

The file is defined by a <configuration> tag that identifies it as a configuration file for the Viewer.

It has the following child tags:

Example configuration file:

<?xml version="1.0" ?>
<configuration>
    <outputunit>geo</outputunit>
    <numberformatter precision="6"/>
    <label template="Latitude:{1}   Longitude:{0}"/>
</configuration>

Test drive the Coordinate widget.

2/15/2012