openUserPanoramaWithNetworkDataSource abstract method

void openUserPanoramaWithNetworkDataSource(
  1. PanoramaDescription panoramaDescription,
  2. PanoramaTileUrlProvider tileUrlProvider,
  3. PanoramaIconUrlProvider iconUrlProvider,
  4. PanoramaUserPanoramaEventListener userPanoramaEventListener,
)

Opens the panorama from the network datasource.

The class maintains a strong reference to the object in the 'tileUrlProvider' parameter until it (the class) is invalidated.

The class maintains a strong reference to the object in the 'iconUrlProvider' parameter until it (the class) is invalidated.

The class does not retain the object in the 'userPanoramaEventListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.

panoramaDescription Initialize this struct to open panorama tileUrlProvider The network tile datasource iconUrlProvider The netwokr icon datasource userPanoramaEventListener The user panorama notification listener

Implementation

void openUserPanoramaWithNetworkDataSource(
    places_panorama_panorama_description.PanoramaDescription
        panoramaDescription,
    places_panorama_panorama_description.PanoramaTileUrlProvider
        tileUrlProvider,
    places_panorama_panorama_description.PanoramaIconUrlProvider
        iconUrlProvider,
    places_panorama_panorama_description.PanoramaUserPanoramaEventListener
        userPanoramaEventListener);