HybridOnlineFirstMapFeature

Enable the online-first variant of the hybrid data provider.

Important: This is a Public Preview API. It may be changed or removed at any time.

This feature toggle affects the behavior of the factory method used to create hybrid data provider instances. If it is enabled, the factory method returns an instance of the online-first variant. Otherwise, the factory method returns an instance of the offline-first variant.

The online-first variant prioritizes using online data. If there is internet connectivity, it uses tiles from the online data provider. Otherwise, it uses tiles from the offline data provider.

See also

For the method used to create hybrid data provider instances and details on the offline-first variant.