Skip to content

Class LocationViewController

PavelTychinin edited this page Oct 29, 2021 · 13 revisions

LocationVieController class is used to interact and control the LocationView

Public methods

Function setSublocationId

public void setSublocationId(int id)

Function downloads and selects the specified sublocation.

Function getTouchInput

public TouchInput getTouchInput()

Function is used for getting TouchInput class element for working with gestures and touches.

Return value

TouchInput class element.

Clone this wiki locally