Hide markers info window in android google maps API v2

前端 未结 2 1927
花落未央
花落未央 2021-02-07 04:07

Currently I was able to view all my markers in Google maps using Android Google maps API v2.

Adding my marker in map:

mapView.addMarker         


        
2条回答
  •  南旧
    南旧 (楼主)
    2021-02-07 04:19

    return true;
    

    from onMarkerClick to disable default behavior of showing info window and centering on the marker.

提交回复
热议问题