Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change view angle in Google Static Map?

Is it possible to change the angle of view in google static map, like how it can be changed in case of Google Maps API - Here check the setTilt() function. https://developers.google.com/maps/documentation/javascript/reference?hl=en

Something similar to that is available for Google static map that can be passed in the url parameter.

like image 314
Shreeram K Avatar asked Jan 08 '23 12:01

Shreeram K


1 Answers

Not possible in the Static Maps API.

There's a feature request: Issue 3796: Enable access to 45° imagery through Static Maps API.

like image 192
miguev Avatar answered Jan 14 '23 17:01

miguev