Interface for parameters required by GooglePlacesAPI class.

interface GooglePlacesAPIParams {
    apiKey?: string;
}

Properties

Properties

apiKey?: string

Generated using TypeDoc