com.adrenak.unimap

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i com.adrenak.unimap

Weekly Downloads

2

Version

1.0.0

License

none

Unpacked Size

713 kB

Total Files

121

Last publish

Collaborators

  • adrenak