-
- All Implemented Interfaces:
-
com.telenav.map.api.MapView
public interface MapSubView implements MapView
-
-
Method Summary
Modifier and Type Method Description abstract voidresizeView(double x, double y, int width, int height)abstract voiddeleteView()-
Methods inherited from class com.telenav.map.api.MapView
addMapViewListener, annotationsController, cameraController, createSubView, featuresController, generateOffscreenSnapshot, generateSnapshot, initialize, isFinishedLoading, layoutController, mapDiagnosis, onPause, onResume, removeMapViewListener, routesController, searchController, setActiveGestures, setFPS, setOnAnnotationTouchListener, setOnCurrentRenderModeChangedListener, setOnMapElementTouchListener, setOnPOITouchListener, setOnRouteTouchListener, setOnTargetRenderModeChangedListener, setOnTouchListener, setOnViewTouchListener, shapesController, themeController, vehicleController -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
resizeView
abstract void resizeView(double x, double y, int width, int height)
-
deleteView
abstract void deleteView()
-
-
-
-