我的标记平面道具在Google Maps上不起作用

时间:2018-10-05 15:17:20

标签: android

我是Android Google Map API的新手,我按照Google文档中的教程创建标记,如下所示:

 static final LatLng PERTH = new LatLng(-31.90, 115.86);
 Marker perth = mMap.addMarker(new MarkerOptions()
                      .position(PERTH)
                      .flat(true));

但是旋转地图时,我的标记不平坦。请帮我解决这个问题!

0 个答案:

没有答案