[add] 使用导航地图实现起始点加纹理自定义
This commit is contained in:
@@ -50,7 +50,7 @@ public class CarOverlay {
|
|||||||
protected Marker carMarker;
|
protected Marker carMarker;
|
||||||
protected Marker directionMarker;
|
protected Marker directionMarker;
|
||||||
protected AMap mAmap = null;
|
protected AMap mAmap = null;
|
||||||
protected AMapNaviView mapView;
|
protected TextureMapView mapView;
|
||||||
protected boolean isDirectionVisible = true;
|
protected boolean isDirectionVisible = true;
|
||||||
protected LatLng endLatLng = null;
|
protected LatLng endLatLng = null;
|
||||||
protected Polyline leaderLine = null;
|
protected Polyline leaderLine = null;
|
||||||
@@ -62,7 +62,7 @@ public class CarOverlay {
|
|||||||
|
|
||||||
private ScheduledExecutorService executorService;
|
private ScheduledExecutorService executorService;
|
||||||
|
|
||||||
public CarOverlay(Context context, AMapNaviView mapView) {
|
public CarOverlay(Context context, TextureMapView mapView) {
|
||||||
this.mapView = mapView;
|
this.mapView = mapView;
|
||||||
|
|
||||||
fourCornersDescriptor = BitmapDescriptorFactory.fromBitmap(BitmapFactory
|
fourCornersDescriptor = BitmapDescriptorFactory.fromBitmap(BitmapFactory
|
||||||
|
|||||||
Reference in New Issue
Block a user