Package | Description |
---|---|
com.mapinfo.geocode | |
com.mapinfo.geocode.api |
Modifier and Type | Field and Description |
---|---|
static MatchMode |
GeocoderPreferences.DEFAULT_MATCHMODE
By default, no match mode is specified
|
Modifier and Type | Method and Description |
---|---|
MatchMode |
GeocoderPreferences.getMatchMode() |
Modifier and Type | Method and Description |
---|---|
void |
GeocoderPreferences.setMatchMode(MatchMode mode) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMatchMode
This class will be used to signify no MatchMode has been chosen.
|
class |
InteractiveMatchMode
Specify a matching mode, which is used to refer to predefined match settings in the interactive
api
|
class |
StandardMatchMode
Match mode used by most countries outside of USA
|
class |
USAMatchMode
Match modes used by USA.
|
Modifier and Type | Method and Description |
---|---|
MatchMode |
Preferences.getMatchMode()
Returns the match mode
|
Modifier and Type | Method and Description |
---|---|
void |
Preferences.setMatchMode(MatchMode mode)
sets the match mode
|
Copyright © 2024. All rights reserved.