Skip to main content

TdxMapControlBingMapInformationProvider.ConnectionProtocol Property

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

Declaration

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