Created
July 27, 2022 20:31
-
-
Save Rubix982/6024f36494586c1bfb197c7057f55d54 to your computer and use it in GitHub Desktop.
`get_image_looking_at`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data = mly.get_image_looking_at( | |
looker={ | |
"lng": 21.3967128843, | |
"lat": 41.9946319051, | |
}, | |
at={ | |
"lng": 21.3967117108, | |
"lat": 41.9946228527, | |
}, | |
radius=1000000, | |
image_type="pano", | |
).to_dict() | |
print(data) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment