如何在扑扑的谷歌地图上设置标记?

时间:2019-05-13 05:27:36

标签: google-maps dart flutter

我正试图在Google Map上的特定位置上设置一个标记。

这是代码的一部分。

body:Container(
        child: GoogleMap(
          myLocationEnabled: true,
          mapType: MapType.hybrid,
          onMapCreated: onMapCreated, 
          initialCameraPosition: CameraPosition(
           target: LatLng(30.703602 , 76.691799),
           zoom: 11.0 
         ),
         markers: ,
        ),

0 个答案:

没有答案