1.0.0 • Published 6 years ago
com.adrenak.unimap v1.0.0
UniMap
Google Maps wrapper for Unity
UniMap is a C# SDK for using Google Maps APIs. The current features are:
- Place Search
Find PlaceNearby SearchText Search
- Street View
- Street View Meta Data
Panoramaimage download (Unofficial. Uses URL, not API)
Plug and Play features
UniMap has prefabs and scripts that provide high level implementation of the SDK classes. These include:
StreetViewRendererwhich usesStreetViewDownloaderinternally to show different street view images. See theStreet View Examplefor a sample.PanoRendererusesPanoDownloaderinternally to show different panorama images from a street view URL or panoID. See thePano Examplefor a sample.PanoSavertool 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:
FindPlaceRequestNearbySearchRequestStreetViewMetaRequestTextSearchRequestPanoDownloaderStreetViewDownloader
The classes are asynchronous and can provide results in two ways:
CallbackTask
Contact
1.0.0
6 years ago