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:
@@ -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",
|
||||
),
|
||||
)
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user