Skip to content

Commit

Permalink
Merge pull request #42 from swarajgolu/main
Browse files Browse the repository at this point in the history
added descirption for some of the props
  • Loading branch information
opensrc0 authored Jun 10, 2024
2 parents 46389cb + 9ae63e9 commit 227df1d
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions __app/component/LiveLocationTracking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,50 +175,52 @@ return (
</tr>
<tr>
<td>mapTypeControl</td>
<td></td>
<td></td>
<td>Boolean</td>
<td>This allows the user to choose a map type (ROADMAP, SATELLITE, HYBRID, or TERRAIN)</td>
<td></td>
</tr>
<tr>
<td>panControl</td>
<td></td>
<td>Boolean</td>
<td></td>
<td></td>
</tr>
<tr>
<td>zoomControl</td>
<td></td>
<td></td>
<td>Boolean</td>
<td>This adds a buttons for changing the zoom level of the map. </td>
<td></td>
</tr>
<tr>
<td>scaleControl</td>
<td></td>
<td></td>
<td>Boolean</td>
<td>This displays a map scale element.</td>
<td></td>
</tr>
<tr>
<td>streetViewControl</td>
<td></td>
<td></td>
<td>Boolean</td>
<td>This contains a Pegman icon which can be dragged onto the map to enable Street View.</td>
<td></td>
</tr>
<tr>
<td>overviewMapControl</td>
<td></td>
<td>Boolean</td>
<td></td>
<td></td>
</tr>
<tr>
<td>rotateControl</td>
<td></td>
<td></td>
<td>Boolean</td>
<td>This provides a combination of tilt and rotate options for maps containing oblique imagery. This control appears by default near the bottom right of the map.</td>
<td></td>
</tr>
<tr>
<td>fullscreenControl</td>
<td></td>
<td></td>
<td>Boolean</td>
<td>This offers the option to open the map in fullscreen mode.
Note: iOS doesn't support the fullscreen feature. The fullscreen control is therefore not visible on iOS devices.
</td>
<td></td>
</tr>
</table>
Expand Down

0 comments on commit 227df1d

Please sign in to comment.