Table of Contents

ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents single match result.

Inheritance Hierarchy

Members Summary

Public Constructors

GeocoderMatch()

Remarks
Parameters

GeocoderMatch(Dictionary<String,String>)

Remarks
Parameters

Protected Constructors

Public Methods

GetCentroidWkt()

Remarks
Return Value
Parameters

GetBoundingBoxWkt()

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

NameValuePairs

This property represents a dictionary that includes the name-value pairs.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch#NameValuePairs

Return Value

Ranking

This parameter represents the Ranking for the GeocoderMatch.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch#Ranking

Return Value

RankingMultiplier

This parameter represents the ranking multiplier. The different GeocoderMatches from different MatchingPlugIns could have different ranking multipliers. For example, the GeocoderMatch from StreetDbfMatchingPlugIn could have a multiplier of 2 and the GeocoderMatch from ZipDbfMatchingPlugIn could have a multiplier of 1.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch#RankingMultiplier

Return Value

Name

The name of the GeocoderMatch.

Remarks

For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.MapSuiteGeocoder.GeocoderMatch#Name

Return Value

Protected Properties

Public Events