Hint MapCodes
Pass Hint MapCodes in your MapSet query to reduce the localization search scope
Overview
Key Concepts
Implementation
public void UpdateHintMapCodes()
{
List<string> hintMapCodes = new()
{
"HintmapCode1",
"HintmapCode2"
};
mapLocalizationManager.hintMapCodes = hintMapCodes;
}Real-World Applications
Benefits
Best Practices
Troubleshooting
Last updated