Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fernandospr/vsmotionpanoramaview

Google Maps Street View (Panorama View) using device motion.
https://github.com/fernandospr/vsmotionpanoramaview

Last synced: 5 days ago
JSON representation

Google Maps Street View (Panorama View) using device motion.

Awesome Lists containing this project

README

        

## Introduction
Because Google Maps (GMSPanoramaView) does not have support for device motion, we decided to implement VSMotionPanoramaView.

VSMotionPanoramaView inherits from Panorama View to support device motion.

This enables you to show Google Street View map images using the device motion without touching the screen.

## How to use it on your project
* Copy the VSMotionPanoramaView folder to your project.
* Just use VSMotionPanoramaView instead of GMSPanoramaView, by default the property orientationMotion will be enabled (and orientationGestures will be disabled to avoid conflict).

## Example project
* Clone this repository.
* Execute pod install (to download GoogleMaps SDK).
* Open VSMotionPanoramaViewExample.xcworkspace.
* Configure your Google Maps Api Key in AppDelegate.m.
* Run it on your device.