Hi I have searched for all the web and stackoverflow.
Anyone knows how to locate a custom overlay in a specific position inside Google maps street view ?
Here are an example :
In this tour you can see that there are some icons and items located in specific locations .
Does anyone know how to do that ? This is amazing and I want know how to do it.
I have experience with Google maps javascript API, but I can not do this.
I solved this with this library https://github.com/marmat/google-maps-api-addons
This is the result : http://www.paneek.net/#/home
I think this may be relevant: https://developers.google.com/maps/documentation/javascript/examples/streetview-overlays
It's an example of placing location markers on a street view map. It defines the location of a place first, then defines the marker, giving it properties like icon and name.