Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Fix property comment #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Map.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* View pegman is dropped on
* the map. If no panorama is specified, a default StreetViewPanorama will be displayed in the map's div when the pegman
* is dropped.
* @property boolean $streetViewControlThe initial enabled/disabled state of the Street View Pegman control. This control
* @property boolean $streetViewControl The initial enabled/disabled state of the Street View Pegman control. This control
* is part of the default UI, and should be set to false when displaying a map type on which the Street View road overlay
* should not appear (e.g. a non-Earth map type).
* @property [\doamigos\maps\controls\StreetViewControlOptions] $streetViewControlOptions The initial display options
Expand Down