Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added descirption for some of the props #42

Merged
merged 1 commit into from
Jun 10, 2024
Merged
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
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