C# Unity3D Google Maps wrapper for Unity
npm install com.adrenak.unimapUniMap is a C# SDK for using Google Maps APIs. The current features are:
- Place Search
- Find Place
- Nearby Search
- Text Search
- Street View
- Street View Meta Data
- Panorama image download _(Unofficial. Uses URL, not API)_
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.FindPlaceRequest NearbySearchRequestStreetViewMetaRequestTextSearchRequestPanoDownloaderStreetViewDownloaderThe classes are asynchronous and can provide results in two ways:
- Callback
- Task