Google Maps Services Node Client

    Interface PremiumPlanParams

    The Google Maps Platform Premium Plan is no longer available for sign up or new customers. This option is only provided for maintaining existing legacy applications that use client IDs. For new applications, please use API keys.

    interface PremiumPlanParams {
        client_id: string;
        client_secret: string;
    }
    Index

    Properties

    client_id: string

    project client ID

    client_secret: string

    project URL signing secret. Used to create the request signature

    MMNEPVFCICPMFPCPTTAAATR