MyLocationOverlay is deprecated, any alternative?

624 views Asked by At

MyLocationOverlay is deprecated. Is there any alternative?

MapView mapView;
MyLocationOverlay myLocationoverlay;
@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_main);
    myLocationoverlay = new MyLocationOverlay(this, mapView);
    ...
1

There are 1 answers

1
Sazzad Hissain Khan On BEST ANSWER

The new class is the MyLocationNewOverlay.