我在使用gps功能时失败了。我的代码所做的是它允许用户在地图上选择一个点,并丢弃一个标记。我还希望它绘制一条到选定点的轨迹,以引导用户到达该位置。
我不知道如何去做,如果sombody可以帮助我找到一些非常感谢的教程。
OverlayItem overlayItem = new OverlayItem(
touchedpoint, "AYO", "Whats good yo");
CustomPinpoint custom = new CustomPinpoint(d,
CampusMap.this);
custom.insertPinpoint(overlayItem);
overlayList.add(custom);
答案 0 :(得分:0)
您可以使用MyLocationOverlay
,它会显示指南针和位置;)