create
Creates an instance of HybridReverseGeocoder.
The OnlineReverseGeocoder and OfflineReverseGeocoder implementations are run in parallel. The method returns the result from the OnlineReverseGeocoder implementation if it succeeds, otherwise, the result from the OfflineReverseGeocoder implementation is returned.
The geopolitical view applied to OnlineReverseGeocoder is the same as that used in ndsStore.
Important: This is a Public Preview API. It may be changed or removed at any time.
Return
An instance of HybridReverseGeocoder.
Parameters
Information about an application environment.
API key for the online reverse geocoder.
Offline map handle. Additionally ndsStore defines overall geopolitical view for both online and offline in HybridReverseGeocoder. Configure corresponding geopolitical view in NdsStoreConfiguration and initialize NdsStore with it.
Custom base URL for reverse geocoding API calls.