Interface for parameter s required by GoogleRoutesAPI class.

interface GoogleRoutesAPIParams {
    apiKey?: string;
}

Properties

Properties

apiKey?: string

Generated using TypeDoc