google-maps-services-js
google-maps-services-js copied to clipboard
StreetViewService.getPanorama implementation
For one of my project I highly need server side implementation of one function from the Street View Service API. namely StreetViewService.getPanorama. This function retrieves only metadata about the image but not the image by itself. So, probably it is not so difficult to implement. However, I don't see Street View API at all as a part of this library. Could it be implemented and added to your library? If you have not enough resources to implement it, could someone guide me, so I could contribute to this implementation by myself.
If you would like to upvote the priority of this issue, please comment below or react on the original post above with :+1: so we can see what is popular when we triage.
@kotlander Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:
- Check the issue tracker - bugs and feature requests for Google Maps Platform APIs and SDKs
- Open a support case - Get 1:1 support in Cloud Console.
- Discord - chat with other developers
- StackOverflow - use the
google-mapstag
This is an automated message, feel free to ignore.
Just from a quick search, it doesn't look like the StreetViewService has any officially supported REST API that we could implement in this library. That could be missing documentation or a "you're not even allowed to do that" thing, I can't tell. Maybe @wangela can answer this?