TdxMapControlConnectionProtocol Enum
In This Article
Enumerates connection protocols available for communication with online map services.
#Declaration
Delphi
TdxMapControlConnectionProtocol = (
cpDefault,
cpHTTP,
cpHTTPS
);
#Members
Name |
---|
cp
|
cp
|
cp
|
#Remarks
Values include:
Value | Description |
---|---|
cp |
The global dx |
cp |
HTTP (Hypertext Transfer Protocol). |
cp |
HTTPS (Hypertext Transfer Protocol Secure, also called HTTP over TLS/SSL). |
The following properties refer to this enumeration type:
An image data provider’s ConnectionProtocol property
An information data provider’s ConnectionProtocol property
See Also