Table of Contents

TTMSFNCStaticMapPlatformServices.AddPlatformService Method

Registers a platform-specific service implementation under the specified interface GUID.

API unit family: TMSFNCStaticMap Declaring type: TTMSFNCStaticMapPlatformServices

Syntax

procedure AddPlatformService(const AServiceGUID: TGUID; const AService: IInterface);

Parameters

Name Description
AServiceGUID Interface GUID the service implements.
AService Service implementation to register.