| Package | com.esri.ags.components |
| Class | public class Navigation |
| Inheritance | Navigation spark.components.supportClasses.SkinnableComponent |
|
|
|
| Default Navigation | Custom data tips (live sample) | CSS styled Navigation |
See also
| Method | Defined By | ||
|---|---|---|---|
Creates a new Navigation component. | Navigation | ||
This component uses skins made up of skin parts. Do not set the skin parts directly. The component's skin sets the skin parts.
To skin the component, implement a skin that defines the following states. Although you must implement all skin states, a skin state can be empty. An empty skin state specifies no changes to the default skin state.
| map | property |
map:MapThe map reference.
This property can be used as the source for data binding.
public function get map():Map public function set map(value:Map):void| Navigation | () | Constructor |
public function Navigation()Creates a new Navigation component.