What I want is to mark some objects in streetview with an icon. And as the street view rotates, the access point icon should also move with it. As I showed below, the tag should move along with the map. Images are simply editable. but I want this in a street overview, indicating the values โโof angle, pinch and latLong.

So is there some way to do this ....?.
Below is a simple code that I wrote to call the phone extension application through intent.
Intent streetView = new Intent(android.content.Intent.ACTION_VIEW,Uri.parse("google.streetview:cbll=33.748832,-84.38751300000001"+"&cbp=1,90,,0,1.0&mz=8")); startActivity(streetView);
Other ways to accomplish this are also good results ...
Thank you in advance
Parth source share