Class MarkerTemplate : addSearchTerm Method


void addSearchTerm( String term )

Summary

Add a search term to this template.


Remarks

This makes it easy to find all markers matching this template. You can also perform ad-hoc searches by typing the search term into the Find box in DigiGuide.


Parameters

ParameterDescription
String term The search term


Examples

Code taken from the Favourite Marker template.

var template = new MarkerTemplate( strName, 1, true );

template.addSearchTerm( ":favourite" );
template.addSearchTerm( ":favorite" );


See Also

  • MarkerTemplate : getSearchTerms


    Requirements

    Build 1062