Skip to content

Commit d628726

Browse files
committed
Update how-to-use-android-map-control-library.md
1 parent d35be47 commit d628726

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

articles/azure-maps/how-to-use-android-map-control-library.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,29 @@ Here is an example of Azure Maps with the language set to "fr-FR" and regional v
263263

264264
A complete list of supported languages and regional views is documented [here](supported-languages.md).
265265

266+
## Navigating the map
267+
268+
There are several different ways in which the map can be zoomed, panned, rotated, and pitched. The following details all the different ways to navigate the map.
269+
270+
**Zoom the map**
271+
272+
- Touch the map with two fingers and pinch together to zoom out or spread the fingers apart to zoom in.
273+
- Double tap the map to zoom in one level.
274+
- Double tap with two fingers to zoom the map out one level.
275+
- Tap twice; on second tap, hold your finger on the map and drag up to zoom in, or down to zoom out.
276+
277+
**Pan the map**
278+
279+
- Touch the map and drag in any direction.
280+
281+
**Rotate the map**
282+
283+
- Touch the map with two fingers and rotate.
284+
285+
**Pitch the map**
286+
287+
- Touch the map with two fingers and drag them up or down together.
288+
266289
## Next steps
267290

268291
Learn how to add overlay data on the map:

0 commit comments

Comments
 (0)