1.0.0 • Published 4 years ago

com.adrenak.unimap v1.0.0

Weekly downloads
3
License
-
Repository
-
Last release
4 years ago

UniMap

Google Maps wrapper for Unity

UniMap is a C# SDK for using Google Maps APIs. The current features are:

Plug and Play features

UniMap has prefabs and scripts that provide high level implementation of the SDK classes. These include:

  • StreetViewRenderer which uses StreetViewDownloader internally to show different street view images. See the Street View Example for a sample.
  • PanoRenderer uses PanoDownloader internally to show different panorama images from a street view URL or panoID. See the Pano Example for a sample.
  • PanoSaver tool lets you save Street View from the browser URL to your drive. These can then be imported as Cubemap and used as a skybox in Unity.

Advanced Usage

UniMap exposes the Google APIs using the following low level classes:

  • FindPlaceRequest
  • NearbySearchRequest
  • StreetViewMetaRequest
  • TextSearchRequest
  • PanoDownloader
  • StreetViewDownloader

The classes are asynchronous and can provide results in two ways:

  • Callback
  • Task

Contact

Vatsal Ambastha:
@github
@www @npm