Skip to main content

Map

Contents List

    Geocoding

    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

    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.

    Back to the menu