Android boundCenterBottom

[一篮饭特稀原创,转载请注明出自http://www.cnblogs.com/wanghafan/archive/2013/03/07/2948362.html]

super(marker); //maker对象的左上角与坐标点重合
super(boundCenter(marker)); //maker对象的中心与坐标点重合
super(boundCenterBottom(marker)); //maker对象底部的中心与坐标点重合

原文地址:https://www.cnblogs.com/wanghafan/p/2948362.html