Class PanoramaView

com.yandex.mapkit.panorama

java.lang.Object ⇽ PanoramaView

public class PanoramaView

Constructors

PanoramaView(Context context)
PanoramaView(Context context, AttributeSet attrs)
PanoramaView(Context context, AttributeSet attrs, int defStyle)
PanoramaView(Context context)
PanoramaView(Context context, AttributeSet attrs)
PanoramaView(Context context, AttributeSet attrs, int defStyle)

Methods

Player getPlayer()
void onMemoryWarning()

Should be called from ComponentCallbacks2.onTrimMemory.

void onStart()

Should be called from from corresponding method of activity or fragment containing this view.

void onStop()

Should be called from from corresponding method of activity or fragment containing this view.

void setNoninteractive(boolean is)
Player getPlayer()
void onMemoryWarning()

Should be called from ComponentCallbacks2.onTrimMemory.

void onStart()

Should be called from from corresponding method of activity or fragment containing this view.

void onStop()

Should be called from from corresponding method of activity or fragment containing this view.

void setNoninteractive(boolean is)

Constructor Detail

PanoramaView

public PanoramaView (Context context)

PanoramaView

public PanoramaView (Context context, AttributeSet attrs)

PanoramaView

public PanoramaView (Context context, AttributeSet attrs, int defStyle)

Method Detail

getPlayer

public Player getPlayer ()

onMemoryWarning

public void onMemoryWarning ()

Should be called from ComponentCallbacks2.onTrimMemory.

Recommended levels are TRIM_MEMORY_RUNNING_LOW (foreground) and TRIM_MEMORY_COMPLETE(backgrdound).

onStart

public void onStart ()

Should be called from from corresponding method of activity or fragment containing this view.

onStop

public void onStop ()

Should be called from from corresponding method of activity or fragment containing this view.

setNoninteractive

public void setNoninteractive (boolean is)