Map
Contents List
Geocoding
Geocoding
Description
Provides forward and reverse geocoding functionality.
Property Name
Type
Description
LocationList
LocationListType
List to populate with matched locations.
ItemTemplate
ItemTemplateType
Template used to populate the list.
MaxItems
MaxItemsType
Maximum number of matches to show.
DelayBetweenRequests
DelayBetweenRequestsType
Number of milliseconds to wait between geocoding requests.
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
Property Name
Type
Description
LocationList
Candera::AbstractNodePointer
List to populate with matched locations.
ItemTemplate
Candera::AbstractNodePointer
Template used to populate the list.
MaxItems
FeatStd::Int16
Maximum number of matches to show.
DelayBetweenRequests
FeatStd::UInt32
Number of milliseconds to wait between geocoding requests.