Interface SizeChangedListener

com.yandex.mapkit.map

public interface SizeChangedListener

Listener for MapWindow size changes.

Methods

void onMapWindowSizeChanged( MapWindow mapWindow, int newWidth, int newHeight)

Called when MapWindow handles the platform SizeChanged event.

void onMapWindowSizeChanged( MapWindow mapWindow, int newWidth, int newHeight)

Called when MapWindow handles the platform SizeChanged event.

Method Detail

onMapWindowSizeChanged

public void onMapWindowSizeChanged (MapWindow mapWindow, int newWidth, int newHeight)

Called when MapWindow handles the platform SizeChanged event.

param@ absolute Screen coordinates.