Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "places/photo"

Index

Variables

Const defaultUrl

defaultUrl: "https://maps.googleapis.com/maps/api/place/photo" = "https://maps.googleapis.com/maps/api/place/photo"

Functions

placePhoto

  • placePhoto(__namedParameters: { config: config; method: Method; params: { maxheight?: number; maxwidth?: number; photoreference: string } & RequestParams; responseType: "arraybuffer" | "blob" | "stream"; url: string }, axiosInstance?: AxiosInstance): Promise<PlacePhotoResponse>
  • Parameters

    • __namedParameters: { config: config; method: Method; params: { maxheight?: number; maxwidth?: number; photoreference: string } & RequestParams; responseType: "arraybuffer" | "blob" | "stream"; url: string }
      • config: config
      • method: Method
      • params: { maxheight?: number; maxwidth?: number; photoreference: string } & RequestParams
      • responseType: "arraybuffer" | "blob" | "stream"
      • url: string
    • Default value axiosInstance: AxiosInstance = defaultAxiosInstance

    Returns Promise<PlacePhotoResponse>

Generated using TypeDoc