How to determine the exact coordinates of a Google Street View Image -


i working on script generates random coordinates , gets google street view image via google street view image api

$img_url = 'https://maps.googleapis.com/maps/api/streetview?size=640x640&location=[random_latitude],%20[random_longtitude]&sensor=false&key=[api_key]'; 

this works fine, want go step further:

if random coordinates don't happen land directly on street, on building or park example, google street view image api returns image of location random coordinates visible.

i determine coordinates of street view car standing when took picture.

any or idea appreciated.


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -