You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: __app/component/LiveLocationTracking/README.md
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -175,50 +175,52 @@ return (
175
175
</tr>
176
176
<tr>
177
177
<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>
180
180
<td></td>
181
181
</tr>
182
182
<tr>
183
183
<td>panControl</td>
184
-
<td></td>
184
+
<td>Boolean</td>
185
185
<td></td>
186
186
<td></td>
187
187
</tr>
188
188
<tr>
189
189
<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>
192
192
<td></td>
193
193
</tr>
194
194
<tr>
195
195
<td>scaleControl</td>
196
-
<td></td>
197
-
<td></td>
196
+
<td>Boolean</td>
197
+
<td>This displays a map scale element.</td>
198
198
<td></td>
199
199
</tr>
200
200
<tr>
201
201
<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>
204
204
<td></td>
205
205
</tr>
206
206
<tr>
207
207
<td>overviewMapControl</td>
208
-
<td></td>
208
+
<td>Boolean</td>
209
209
<td></td>
210
210
<td></td>
211
211
</tr>
212
212
<tr>
213
213
<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>
216
216
<td></td>
217
217
</tr>
218
218
<tr>
219
219
<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.
0 commit comments