1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Update google_maps sample (#1984)

This commit is contained in:
Angela Yu
2023-08-08 19:00:59 -07:00
committed by GitHub
parent 058b7fe7d5
commit 286b5ca6c3
6 changed files with 23 additions and 17 deletions

View File

@@ -56,6 +56,10 @@ class _MyAppState extends State<MyApp> {
const Marker(
markerId: MarkerId('Sydney'),
position: LatLng(-33.86, 151.20),
infoWindow: InfoWindow(
title: "Sydney",
snippet: "Capital of New South Wales",
),
)
},
),