Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rubix982/6024f36494586c1bfb197c7057f55d54 to your computer and use it in GitHub Desktop.
Save Rubix982/6024f36494586c1bfb197c7057f55d54 to your computer and use it in GitHub Desktop.
`get_image_looking_at`
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