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
Post a Comment