maploader.remote.connection library

Classes

ExternalMapDataSourceClient
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors.
ExternalMapDataSourceServer
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors.
PemKeyCertPair
The structure below exactly match the corresponding gRPC PemKeyCertPair structure.
SslClientCredentialsOptions
The structure below exactly match the corresponding gRPC SslCredentialsOptions structure.
SslServerCredentialsOptions
The structure below exactly match the corresponding gRPC SslServerCredentialsOptions structure.

Enums

ClientCertificateRequestType
Controls the client certificate verification policy on the server.
ExternalMapDataSourceErrorCode
Describes the reason for failing to configure SDKNativeEngine with external map data source.

Typedefs

ConfigureConnectionCallback = void Function(ExternalMapDataSourceErrorCode? errorCode)
This method will be called on the main thread when ExternalMapDataSourceClient.configureRemoteConnectionAsync has been completed.
ServerStartedCallback = void Function(ExternalMapDataSourceErrorCode? errorCode)
This method will be called on the main thread when ExternalMapDataSourceServer.start has been completed.

Exceptions / Errors

ExternalMapDataSourceExceptionException
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors.