Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将自定义标记添加到地图中的当前位置?在这个阶段,我的位置没有显示任何标记。
我正在使用 Google map api v2 和 android 版本 4.0.4。
假设当前位置的纬度和经度是 lat 和 lng。(您可以通过编程方式找到)。
GoogleMap mMap; // Initialize your map ...And mMap.addMarker(new MarkerOptions().position( new LatLng(lat , lng)).title("Marker"));
对图像使用icon()方法。