Skip to content

Commit

Permalink
Merge branch 'main' of github.com:opensrc0/fe-pilot
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Jun 10, 2024
2 parents 1135824 + 227df1d commit d7ee28a
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 d7ee28a

Please sign in to comment.