Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMapControlBingMapInformationProvider.ConnectionProtocol Property

Specifies the connection protocol that the data provider uses to communicate with Bing Maps online map services.

#Declaration

Delphi
property ConnectionProtocol: TdxMapControlConnectionProtocol read; write; default cpDefault;

#Property Value

Type Default
TdxMapControlConnectionProtocol cpDefault

#Remarks

Refer to the TdxMapControlConnectionProtocol type description for details on available protocols.

The default value of the ConnectionProtocol property is cpDefault.

See Also