Table of Contents

Interface IResponseFor<T>

Namespace
GoogleMapsApi.Entities.Common
Assembly
GoogleMapsApi.dll

Marker interface that pairs a response type with its corresponding request type, enabling compile-time matching in the engine facade.

public interface IResponseFor<T> where T : MapsBaseRequest

Type Parameters

T

The request type this response is produced for.