Answer the question
In order to leave comments, you need to log in
How to hide zoom elements and find me in Yandex maps?
Hey!
final MapView MapView = (MapView) findViewById(R.id.map);
// Получаем MapController
MapController cMapController = MapView.getMapController();
// Включаем элементы интерфейса, контролирующие зум
MapView.showBuiltInScreenButtons(true);
case MapEvent.MSG_LONG_PRESS:
textView.setText("MSG_LONG_PRESS");
mMapController = MapView.getMapController();
MapView.showBuiltInScreenButtons(false);
break;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question