I'm trying to collect all images from a specific location, for example Tokyo. I manages to create a bounding box which gave me the following results
(50.607041876988994, -1.3187316344406208, 52.40735812301099, 1.5737316344406207)
Main problem is, what do I do next? What do each of these figure represent and how would I plot these if I were to use them for coding?
All I want is to use this bounding box and within it collect all images from Instagram. I was wondering if anyone can write a short pseudo code, or any language code.