Google Street View Component

Overview

Users will be able to step into a lot of places in the world such as restaurants, small businesses, museums, and arenas. Users can use link controls to look around the place.

It will be very useful for businesses like Real estate, Event management, and Universities to show the property or place as a virtual tour,

  1. The developer will able to enable or disable the Link controls, Pan controls, Zoom controls, and Address controls, So that the user will be blocked from the particular controls from the view.
    Street View is available only for particular latitude and longitude combinations.
  2. To be able to use this component a Google Maps API key is required (A new key can be obtained from https://cloud.google.com/maps-platform/?apis=maps,routes,places. It is highly recommended to restrict your API key to this server’s domain.)

Key Features & Functionality

Parameters (Default Values will be False):

  1. Show Links Control- lets you determine whether to show the guide arrows on the image for traveling to adjacent panorama images.
  2. Show Pan Control- lets you determine whether to show the pan control to rotate the panorama.
  3. Show Zoom Control- lets you determine whether to show the zoom control to zoom within the image.
  4. Show Address Control- lets you determine whether to show a textual overlay indicating the address of the associated location, textual overlay also offers a link to open the location in Google Maps.
Anonymous