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: Maps3DSamples/ComposeDemos/app/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ This directory contains the Compose samples for the Android Maps 3D SDK. We use
8
8
| :--- | :--- | :--- | :--- | :--- |
9
9
|**Basic Map**| ✅ Done |[HelloMapActivity.kt](src/main/java/com/example/composedemos/hellomap/HelloMapActivity.kt)| <imgsrc="src/main/assets/screenshots/hello_map_screenshot.png"alt="Screenshot"width="121"/> | Displays a basic 3D map with standard satellite imagery and initial camera placement. |
10
10
|**Polylines**| ✅ Done |[PolylinesActivity.kt](src/main/java/com/example/composedemos/polylines/PolylinesActivity.kt)| <imgsrc="src/main/assets/screenshots/polylines_screenshot.png"alt="Screenshot"width="121"/> | Demonstrates drawing 3D polylines on the map, including custom colors and widths. |
11
-
|**Map Interactions**|🚧 Skeleton|[MapInteractionsActivity.kt](src/main/java/com/example/composedemos/mapinteractions/MapInteractionsActivity.kt)||Will demonstrate handling click and drag events on map objects. |
11
+
|**Map Interactions**|✅ Done|[MapInteractionsActivity.kt](src/main/java/com/example/composedemos/mapinteractions/MapInteractionsActivity.kt)||Demonstrates handling click events on map coordinates and POIs. |
12
12
|**Popovers**| ✅ Done |[PopoversActivity.kt](src/main/java/com/example/composedemos/popovers/PopoversActivity.kt)| <imgsrc="src/main/assets/screenshots/popovers_screenshot.png"alt="Screenshot"width="121"/> | Shows how to display interactive popover overlays at specific coordinates on the map. |
13
13
|**Camera Controls**| ✅ Done |[CameraControlsActivity.kt](src/main/java/com/example/composedemos/cameracontrols/CameraControlsActivity.kt)| <imgsrc="src/main/assets/screenshots/camera_controls_screenshot.png"alt="Screenshot"width="121"/> | Demonstrates manual control of the camera center, heading, tilt, and range using UI controls. |
14
14
|**Polygons**| ✅ Done |[PolygonsActivity.kt](src/main/java/com/example/composedemos/polygons/PolygonsActivity.kt)| <imgsrc="src/main/assets/screenshots/polygons_screenshot.png"alt="Screenshot"width="121"/> | Demonstrates drawing 3D polygons with fill colors and outlines on the map. |
15
15
|**Models**| ✅ Done |[ModelsActivity.kt](src/main/java/com/example/composedemos/models/ModelsActivity.kt)| <imgsrc="src/main/assets/screenshots/models_screenshot.png"alt="Screenshot"width="121"/> | Shows how to load and place custom 3D models (gLTF) on the map with position, scale, and orientation. |
16
-
|**Markers**| ✅ Done |[MarkersActivity.kt](src/main/java/com/example/composedemos/markers/MarkersActivity.kt)| <imgsrc="src/main/assets/screenshots/markers_screenshot.png"alt="Screenshot"width="121"/> | Demonstrates adding 2D markers with custom icons and anchor points to the 3D map. |
16
+
|**Markers**| ✅ Done |[MarkersActivity.kt](src/main/java/com/example/composedemos/markers/MarkersActivity.kt)| <imgsrc="src/main/assets/screenshots/markers_screenshot.png"alt="Screenshot"width="121"/> | Demonstrates 2D markers with custom icons, styled pins (pin configurations), and collision behaviors. |
17
17
|**Camera Restrictions**| ✅ Done |[CameraRestrictionsActivity.kt](src/main/java/com/example/composedemos/camerarestrictions/CameraRestrictionsActivity.kt)| <imgsrc="src/main/assets/screenshots/camera_restrictions_screenshot.png"alt="Screenshot"width="121"/> | Shows how to restrict the camera range and center bounds to a specific area. |
18
18
|**Flight Simulator**| 🚧 Skeleton |[FlightSimulatorActivity.kt](src/main/java/com/example/composedemos/flightsimulator/FlightSimulatorActivity.kt)|| Will demonstrate a first-person camera view simulating flight. |
19
19
|**Routes API**| ✅ Done |[RoutesActivity.kt](src/main/java/com/example/composedemos/routes/RoutesActivity.kt)| <imgsrc="src/main/assets/screenshots/routes_screenshot.png"alt="Screenshot"width="121"/> | Demonstrates loading a route from file, rendering the polyline, and animating a 3D car model along the route using a flow-based engine. |
0 commit comments