# Map

#### **Geocoding**

Provides forward and reverse geocoding functionality.

**About implicit roles of ChildNodes**

- For forward geocoding the text from a child node with name "Name" is used.
- For backward geocoding the text from a child node with name "Address" is used.
- The child nodes should be of type Node2D with one child TextNode2D.

**Common Properties**

<div class="contents" id="bkmrk-property-name-type-d"><div class="contents"><div class="contents"><div class="contents"><div class="textblock"><table class="doxtable"><tbody><tr><th>**Property Name**</th><th>**Type**</th><th>**Description**</th></tr><tr><td>LocationList</td><td>Candera::AbstractNodePointer</td><td>List to populate with matched locations.</td></tr><tr><td>ItemTemplate</td><td>Candera::AbstractNodePointer</td><td>Template used to populate the list.</td></tr><tr><td>MaxItems</td><td>FeatStd::Int16</td><td>Maximum number of matches to show.</td></tr><tr><td>DelayBetweenRequests</td><td>FeatStd::UInt32</td><td>Number of milliseconds to wait between geocoding requests.</td></tr></tbody></table>

</div></div></div></div></div>