UNPKG

flickr-sdk

Version:

Almost certainly the best Flickr API client in the world for node and the browser

14 lines (13 loc) 589 B
/** * This file was auto-generated on 2023-10-24T15:44:49.865Z * flickr.places.find * Return a list of place IDs for a query string.<br /><br /> The flickr.places.find method is <b>not</b> a geocoder. It will round <q>up</q> to the nearest place type to which place IDs apply. For example, if you pass it a street level address it will return the city that contains the address rather than the street, or building, itself. * Permissions required: none */ export type FlickrPlacesFindParams = { /** * The query string to use for place ID lookups */ query: string; };