User Tools

Site Tools


thinkgeo.mapsuite.mapsuitegeocoder.usageocoder

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mapsuitegeocoder.usageocoder [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mapsuitegeocoder.usageocoder [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder ====== ====== ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class is for United States Geocoding. This class is for United States Geocoding.
-=== Remarks === 
-This class is the derived class of Geocoder for United States Geocoding. By default, its MatchingPlugIn collection contains the StreetDbfMatchingPlugIn,​ ZipDbfMatchingPlugIn,​ CityDbfMatchingPlugIn,​ CountyDbfMatchingPlugIn and StateDbfMatchingPlugIn. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder]] +    *ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder 
-***[[ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder]]+      ***ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} UsaGeocoder() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#UsaGeocoder()|UsaGeocoder]] ​  ​| ​   |    | This is the constructor of this class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UsaGeocoder(String)|UsaGeocoder]] ​  | String ​  ​| ​   | This is the constructor of this class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UsaGeocoder(String,​ MatchMode)|UsaGeocoder]] ​  | String, [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]] ​  ​| ​   | This is the constructor of this class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UsaGeocoder(String,​ StreetNumberMatchingMode)|UsaGeocoder]] ​  | String, [[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]] ​  ​| ​   | This is the constructor of this class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UsaGeocoder(String,​ MatchMode, StreetNumberMatchingMode)|UsaGeocoder]] ​  | String, [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]],​ [[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]] ​  ​| ​   | This is the constructor of this class. ​  |+
  
-==== Protected Constructors ​==== +  * //This is the constructor of this class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28.29//​ 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} UsaGeocoder(String) **
  
 +  * //This is the constructor of this class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.29//​
 +== Parameters ==
 +  * //​dataPath//​
 +    * Type:String
 +    * Description:​The path to the Geocoder data folder.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} UsaGeocoder(String,​MatchMode) **
 +
 +  * //This is the constructor of this class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_MatchMode.29//​
 +== Parameters ==
 +  * //​dataPath//​
 +    * Type:String
 +    * Description:​The path to the Geocoder data folder.
 +
 +  * //​matchMode//​
 +    * Type:​[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]]
 +    * Description:​This parameter represents the match mode.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} UsaGeocoder(String,​StreetNumberMatchingMode) **
 +
 +  * //This is the constructor of this class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_StreetNumberMatchingMode.29//​
 +== Parameters ==
 +  * //​dataPath//​
 +    * Type:String
 +    * Description:​The path to the Geocoder data folder.
 +
 +  * //​streetNumberMatchingMode//​
 +    * Type:​[[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]]
 +    * Description:​This parameter represents the street number match mode.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} UsaGeocoder(String,​MatchMode,​StreetNumberMatchingMode) **
 +
 +  * //This is the constructor of this class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_MatchMode.2C_StreetNumberMatchingMode.29//​
 +== Parameters ==
 +  * //​dataPath//​
 +    * Type:String
 +    * Description:​The path to the Geocoder data folder.
 +
 +  * //​matchMode//​
 +    * Type:​[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]]
 +    * Description:​This parameter represents the match mode.
 +
 +  * //​streetNumberMatchingMode//​
 +    * Type:​[[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]]
 +    * Description:​This parameter represents the street number match mode.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Match(String,​String) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Close()|Close]] ​  ​| ​   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder|Geocoder]] ​  | This method closes the Geocoder and releases all of its resources. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Match(String,​ String)|Match]] ​  | String, String ​  ​| ​   | This method matches the specified street address and zip code.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Match(String,​ String, String)|Match]] ​  | String, String, String ​  ​| ​   | This method matches the specified street address, city and state. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Match(String)|Match]] ​  | String ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder|Geocoder]] ​  | This method matches the input source text.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Open()|Open]] ​  ​| ​   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder|Geocoder]] ​  | This method opens the Geocoder so that it is initialized and ready to use.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  ​* //This method ​matches ​the specified street address ​and zip code.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​|    | [[ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder|Geocoder]] ​  ​| ​This method ​closes ​the Geocoder ​and releases all of its resourcesThis method loops through each MatchingPlugIn object in the MatchingPlugIns collection to call their Close() method. ​  | +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#Match.28String.2C_String.29//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​EvaluateMatchResults(IEnumerable<​GeocoderMatch>​)|EvaluateMatchResults]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> ​  ​| ​   | This method evaluates ​the MatchItems from different MatchingPlugIns and gets the final MatchResult. This is a concrete wrapper ​for EvaluateMatchResultsCore. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​EvaluateMatchResultsCore(IEnumerable<​GeocoderMatch>​)|EvaluateMatchResultsCore]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> ​  ​| ​   | This method evaluates the MatchItems from different MatchingPlugIns and gets the final MatchResult. This method adds all MatchItems into one list, then loops though and evaluates every two MatchItems, sorts the MatchItems by the MatchRanking property of the MatchItem, and finally adds them to MatchResult. When evaluating two MatchItems, if the name-value pairs of the two MatchItems have the same key and that key is in the compare key array, just compare the value. If the values are equal then use the MatchRanking plus the RankingMultiplier. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MatchCore(String)|MatchCore]] ​  | String ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder|Geocoder]](overriden) ​  | This method matches the source text.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OpenCore()|OpenCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder|Geocoder]](overriden) ​  | Opens all of the internal MatchingPlugins. ​  |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​DataPath|DataPath]] ​  | String ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder|Geocoder]] ​  | The path to the Geocoder data folder. ​  | +  * Description:​The matched results within a collection of GeocoderMatch.
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MatchMode|MatchMode]] ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]] ​  ​| ​   | This parameter represents the match mode.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MatchingPlugIns|MatchingPlugIns]] ​  ​| ​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]]> ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder|Geocoder]] ​  ​| ​The collection of MatchingPlugIns  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​StreetNumberMatchingMode|StreetNumberMatchingMode]] ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]] ​  ​| ​   | This parameter represents the street number matching mode mode.   |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​streetAddress//​ 
 +    * Type:​String 
 +    * Description:​This parameter is the street address to match.
  
-==== Public Events ==== +  * //zip// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+    * Type:​String 
 +    * Description:​This parameter is the zip code to match.
  
-===== Public Constructors ===== +<div newline></div
-==== UsaGeocoder() ==== +** {{wiki:​PublicMethod.gif|}} Match(String,​String,​String) **
-This is the constructor of this class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28.29</a+
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //This method matches ​the specified street address, city and state.// 
-==== UsaGeocoder(String) ==== +== Remarks == 
-This is the constructor of this class+  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​Match.28String.2C_String.2C_String.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.29" target="​_blank">​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| dataPath ​  | String<​!-- System.String --> ​  | The path to the Geocoder data folder. ​  |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== UsaGeocoder(String,​ MatchMode) ​==== +  ​Type:Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]> 
-This is the constructor of this class. +  * Description:​The matched results within a collection of GeocoderMatch.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_MatchMode.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_MatchMode.29</​a>​ +
-=== Parameters === +
-^  Name ^  ​Type ​^  Description ^ +
-| dataPath ​  | String<!-- System.String --> ​  | The path to the Geocoder data folder. ​  | +
-| matchMode ​  ​| ​[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]]<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode --  | This parameter represents the match mode  |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-==== UsaGeocoder(String,​ StreetNumberMatchingMode) ​==== +  ​* ​//streetAddress// 
-This is the constructor of this class. +    ​* ​Type:String 
-=== Remarks === +    * Description:​This parameter ​is the street ​address to match.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_StreetNumberMatchingMode.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_StreetNumberMatchingMode.29<​/a> +
-=== Parameters === +
-^  Name ^  ​Type ^  Description ^ +
-| dataPath ​  ​| ​String<!-- System.String --> ​  | The path to the Geocoder data folder. ​  | +
-| streetNumberMatchingMode ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]]<​!-- ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode --> ​  ​| ​This parameter ​represents ​the street ​number ​match mode  |+
  
-[[#Public Constructors|Go Back]] +  * //city// 
-==== UsaGeocoder(String,​ MatchMode, StreetNumberMatchingMode) ==== +    ​* ​Type:String 
-This is the constructor of this class. +    * Description:​This parameter ​is the city to match.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_MatchMode.2C_StreetNumberMatchingMode.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_MatchMode.2C_StreetNumberMatchingMode.29</​a>​ +
-=== Parameters === +
-^  Name ^  ​Type ^  Description ^ +
-| dataPath ​  ​| ​String<!-- System.String --> ​  | The path to the Geocoder data folder. ​  | +
-| matchMode ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]]<​!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode --> ​  ​| ​This parameter ​represents ​the match mode  | +
-| streetNumberMatchingMode ​  | [[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]]<​!-- ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode --> ​  | This parameter represents the street number match mode.   |+
  
-[[#Public Constructors|Go Back]] +  * //state// 
-===== Protected Constructors ===== +    * Type:String 
-===== Public Methods ===== +    * Description:​This parameter ​is the state to match.
-==== Close() ==== +
-This method closes the Geocoder and releases all of its resources. +
-=== Remarks === +
-This method ​is the concrete wrapper for the virtual method CloseCore. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} Open() **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder --> +  * //This method opens the Geocoder so that it is initialized and ready to use.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Equals(Object) ==== +  * //This method is the concrete wrapper ​for the virtual method OpenCore.//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== GetHashCode() ​==== +** {{wiki:​PublicMethod.gif|}} Close() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​GetHashCode.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​GetHashCode.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //This method closes the Geocoder and releases all of its resources.//​ 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //This method is the concrete wrapper for the virtual method CloseCore.//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetType() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Match(String) **
  
-<!-- System.Object --> +  * //This method matches the input source text.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Match(String,​ String) ==== +  * //This method is the concrete wrapper ​for the virtual method MatchCore.//
-This method matches the specified street address and zip code+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​Match.28String.2C_String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​Match.28String.2C_String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} --> ​  | The matched results within a collection of GeocoderMatch. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​ 
-| streetAddress ​  | String<!-- System.String --> ​  | This parameter is the street address to match  ​+  * Description:​A collection of GeocoderMatch.
-| zip   | String<​!-- System.String --> ​  | This parameter is the zip code to match. ​  |+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//sourceText// 
-==== Match(String,​ String, String) ​==== +    * Type:String 
-This method matches the specified street address, city and state. +    ​* ​Description:Source text to match.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​Match.28String.2C_String.2C_String.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​Match.28String.2C_String.2C_String.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} --> ​  | The matched results within a collection of GeocoderMatch  |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ToString() **
-| streetAddress ​  | String<!-- System.String --  | This parameter is the street address to match. ​  | +
-| city   | String<!-- System.String --  | This parameter is the city to match. ​  | +
-| state   | String<​!-- System.String --> ​  | This parameter is the state to match  ​|+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Match(String) ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​ToString.28.29//
-This method matches the input source text. +
-=== Remarks ​=== +
-This method is the concrete wrapper ​for the virtual method MatchCore. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} --> ​  | A collection of GeocoderMatch. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:String 
-| sourceText ​  | String<​!-- System.String --> ​  | Source text to match. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== Open() ​==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-This method opens the Geocoder so that it is initialized and ready to use. +
-=== Remarks === +
-This method is the concrete wrapper for the virtual method OpenCore. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​Equals.28Object.29//​
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== ToString() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //obj// 
 +    * Type:Object 
 +    * Description:N/A
  
-<!-- System.Object --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:PublicMethod.gif|}} GetHashCode() **
-===== Protected Methods ===== +
-==== CloseCore() ==== +
-This method closes the Geocoder and releases all of its resources. This method loops through each MatchingPlugIn object in the MatchingPlugIns collection to call their Close() method. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:/​/wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​CloseCore.28.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​CloseCore.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​GetHashCode.28.29//​
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Int32 
-==== EvaluateMatchResults(IEnumerable<​GeocoderMatch>​) ==== +  * Description:N/A
-This method evaluates the MatchItems from different MatchingPlugIns and gets the final MatchResult. This is a concrete wrapper for EvaluateMatchResultsCore. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"></​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} --> ​  | The evaluated results within a collection of GeocoderMatch. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div> 
-| sourceMatchItems ​  | IEnumerable<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch--> ​  | The collection of GeocoderMatch. ​  |+** {{wiki:​PublicMethod.gif|}} GetType() **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== EvaluateMatchResultsCore(IEnumerable<​GeocoderMatch>​) ==== +  * //For the most updated Info for this topic, please check it here:http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​GetType.28.29//
-This method evaluates the MatchItems from different MatchingPlugIns and gets the final MatchResult. This method adds all MatchItems into one list, then loops though and evaluates every two MatchItems, sorts the MatchItems by the MatchRanking property of the MatchItem, and finally adds them to MatchResult. When evaluating two MatchItems, if the name-value pairs of the two MatchItems have the same key and that key is in the compare key array, just compare the value. If the values are equal then use the MatchRanking plus the RankingMultiplier. +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href=""​ target="​_blank"><​/a> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} --> ​  | MatchResult object. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Type 
-| sourceMatchItems ​  | IEnumerable<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} --> ​  | The collection of MatchItems. ​  |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== Finalize() ​==== +==== Protected Methods ==== 
-=== Remarks === +** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​Finalize.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​Finalize.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //Opens all of the internal MatchingPlugins.//​ 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​OpenCore.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== MatchCore(String) ==== +  * Description:N/A
-This method matches the source text. +
-=== Remarks === +
-This method calls the match method of each MatchingPlugIn object and then evaluates the match results from each MatchingPlugIn object to get the best match items. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch} --> ​  | The matched results within a collection of GeocoderMatch. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| sourceText ​  | String<!-- System.String --  | The source text to match  ​|+** {{wiki:​ProtectedMethod.gif|}} MatchCore(String) **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder(overriden) --> +  * //This method matches the source text.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== MemberwiseClone() ==== +  ​* ​//This method calls the match method of each MatchingPlugIn object and then evaluates the match results from each MatchingPlugIn object to get the best match items.//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​ 
 +  Description:The matched results within a collection of GeocoderMatch.
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  ​* ​//sourceText// 
-==== OpenCore() ​==== +    * Type:String 
-Opens all of the internal MatchingPlugins. +    ​* ​Description:The source text to match.
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​OpenCore.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​OpenCore.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} EvaluateMatchResults(IEnumerable<​GeocoderMatch>​) **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder(overriden) --+  * //This method evaluates the MatchItems from different MatchingPlugIns and gets the final MatchResult. This is a concrete wrapper for EvaluateMatchResultsCore.//​ 
-[[#Protected Methods|Go Back]] +== Remarks == 
-===== Public Properties ===== +  * //For the most updated Info for this topic, please check it here:// 
-==== DataPath ==== + 
-The path to the Geocoder ​data folder+== Return Value == 
-=== Remarks ​=== +  * Type:​Collection<[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​DataPath"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​DataPath</a+  * Description:​The evaluated results within a collection of GeocoderMatch. 
-=== Return Value === + 
-^ Return ​Type ^ +== Parameters == 
-| String<!-- System.String --  ​|+  * //​sourceMatchItems//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]
 +    * Description:​The collection of GeocoderMatch. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} EvaluateMatchResultsCore(IEnumerable<​GeocoderMatch>​) ** 
 + 
 +  * //This method evaluates the MatchItems from different MatchingPlugIns and gets the final MatchResult. This method adds all MatchItems into one list, then loops though and evaluates every two MatchItems, sorts the MatchItems by the MatchRanking property of the MatchItem, and finally adds them to MatchResult. When evaluating two MatchItems, if the name-value pairs of the two MatchItems have the same key and that key is in the compare key array, just compare the value. If the values are equal then use the MatchRanking plus the RankingMultiplier.//​ 
 +== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:// 
 + 
 +== Return Value == 
 +  * Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​ 
 +  * Description:​MatchResult object. 
 + 
 +== Parameters ​== 
 +  * //​sourceMatchItems//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch|GeocoderMatch]]>​ 
 +    * Description:​The collection of MatchItems. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** 
 + 
 +  * //This method closes ​the Geocoder ​and releases all of its resourcesThis method loops through each MatchingPlugIn object in the MatchingPlugIns collection to call their Close() method.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​CloseCore.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​Finalize.28.29//​ 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></div> 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​MemberwiseClone.28.29//​ 
 + 
 +== Return Value == 
 +  ​* ​Type:Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} MatchMode **
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder --> 
-[[#Public Properties|Go Back]] 
-==== MatchMode ==== 
 This parameter represents the match mode. This parameter represents the match mode.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_MatchMode.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_MatchMode.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_MatchMode.29 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]]
-[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode|MatchMode]]<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.MatchMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder --> +** {{wiki:PublicProperty.gif|}} StreetNumberMatchingMode **
-[[#Public Properties|Go Back]] +
-==== MatchingPlugIns ==== +
-The collection of MatchingPlugIns. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​MatchingPlugIns"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​MatchingPlugIns</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin--> ​  |+
  
-<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.Geocoder --> 
-[[#Public Properties|Go Back]] 
-==== StreetNumberMatchingMode ==== 
 This parameter represents the street number matching mode mode. This parameter represents the street number matching mode mode.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_StreetNumberMatchingMode.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_StreetNumberMatchingMode.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​UsaGeocoder.28String.2C_StreetNumberMatchingMode.29 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]]
-[[ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode|StreetNumberMatchingMode]]<!-- ThinkGeo.MapSuite.MapSuiteGeocoder.StreetNumberMatchingMode --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder ​--> +** {{wiki:​PublicProperty.gif|}} DataPath ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ​===== +The path to the Geocoder data folder. 
-===== Public Events ====+== Remarks == 
-__NOTOC__ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#DataPath 
-[[Category:​MapSuiteGeocoder]] +== Return Value == 
-[[Category:​ThinkGeo.MapSuite.MapSuiteGeocoder]] +  * Type:​String 
-[[Category:​UpdateDocumentation]]+ 
 +** {{wiki:​PublicProperty.gif|}} MatchingPlugIns ** 
 + 
 +The collection of MatchingPlugIns. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.MapSuiteGeocoder.UsaGeocoder#​MatchingPlugIns 
 +== Return Value == 
 +  * Type:​Collection<​[[ThinkGeo.MapSuite.MapSuiteGeocoder.MatchingPlugin|MatchingPlugin]]
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.mapsuitegeocoder.usageocoder.1440040131.txt.gz · Last modified: 2015/09/21 07:04 (external edit)