Google Maps Services Node Client

    Interface PlacePhoto

    interface PlacePhoto {
        height: number;
        html_attributions: string[];
        photo_reference: string;
        width: number;
    }
    Index

    Properties

    height: number

    the maximum height of the image.

    html_attributions: string[]

    contains any required attributions. This field will always be present, but may be empty.

    photo_reference: string

    a string used to identify the photo when you perform a Photo request.

    width: number

    the maximum width of the image.

    MMNEPVFCICPMFPCPTTAAATR