Search the Community
Showing results for tags 'Google Maps'.
-
I built a page that displays a Google Street View based on an address passed through a URL parameter. What I would like to do is loop through my list of URL's, display the resulting street view on the page, and then capture the streetview image in some way. I understand that the actual street view control is not an image, but I figure there must be some way that I can capture the image displayed on the screen, perhaps through a screen snapshot. The street view is the only thing on the page, so I want to capture the entire page. Can someone point me in the right direction as to how I can g
- 2 replies
-
- google street view
- streetview
-
(and 1 more)
Tagged with:
-
I'm creating a bot that goes through a list of URLs in one column, saves the fastest suggested route in google maps to the next column, and then saves a screenshot of the map to the third column. I'm having the hardest time trying to save an image to a table cell. Is there any way to go about this? Any help would be greatly appreciated! Here is my code: navigate("maps.google.com", "Wait") click(<id="d_launch">, "Left Click", "No") create table from file("C:\\Users\\Katelynn\\Desktop\\addresses.txt", &my table) set(#row_num, 0, "Global") clear list(%places) loop($table total ro