Skip to content

Commit 9ae63e9

Browse files
author
swaraj
committed
added descirption for some of the props
1 parent 46389cb commit 9ae63e9

File tree

1 file changed

+16
-14
lines changed
  • __app/component/LiveLocationTracking

1 file changed

+16
-14
lines changed

__app/component/LiveLocationTracking/README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -175,50 +175,52 @@ return (
175175
</tr>
176176
<tr>
177177
<td>mapTypeControl</td>
178-
<td></td>
179-
<td></td>
178+
<td>Boolean</td>
179+
<td>This allows the user to choose a map type (ROADMAP, SATELLITE, HYBRID, or TERRAIN)</td>
180180
<td></td>
181181
</tr>
182182
<tr>
183183
<td>panControl</td>
184-
<td></td>
184+
<td>Boolean</td>
185185
<td></td>
186186
<td></td>
187187
</tr>
188188
<tr>
189189
<td>zoomControl</td>
190-
<td></td>
191-
<td></td>
190+
<td>Boolean</td>
191+
<td>This adds a buttons for changing the zoom level of the map. </td>
192192
<td></td>
193193
</tr>
194194
<tr>
195195
<td>scaleControl</td>
196-
<td></td>
197-
<td></td>
196+
<td>Boolean</td>
197+
<td>This displays a map scale element.</td>
198198
<td></td>
199199
</tr>
200200
<tr>
201201
<td>streetViewControl</td>
202-
<td></td>
203-
<td></td>
202+
<td>Boolean</td>
203+
<td>This contains a Pegman icon which can be dragged onto the map to enable Street View.</td>
204204
<td></td>
205205
</tr>
206206
<tr>
207207
<td>overviewMapControl</td>
208-
<td></td>
208+
<td>Boolean</td>
209209
<td></td>
210210
<td></td>
211211
</tr>
212212
<tr>
213213
<td>rotateControl</td>
214-
<td></td>
215-
<td></td>
214+
<td>Boolean</td>
215+
<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>
216216
<td></td>
217217
</tr>
218218
<tr>
219219
<td>fullscreenControl</td>
220-
<td></td>
221-
<td></td>
220+
<td>Boolean</td>
221+
<td>This offers the option to open the map in fullscreen mode.
222+
Note: iOS doesn't support the fullscreen feature. The fullscreen control is therefore not visible on iOS devices.
223+
</td>
222224
<td></td>
223225
</tr>
224226
</table>

0 commit comments

Comments
 (0)