-1

I'm developing Google Street View app for iOS. I think Photo Sphere is not sopported iOS API, but it's sopported Android API. How do i show the Photo Sphere? I can't think of any good ideas. Use cordova-plugin-googlemaps for PhoneGap? Thanks.

SMN
  • 1

1 Answers1

0
  1. You can use OpenGL ES and map the image as a spheremap texture. or have a sphere mesh and use a standard texture coordinates.

  2. You can also achieve the same effect using UIView customisation.

codetiger
  • 2,475
  • 15
  • 31