Skip to content

Class LocationInfo

Il Kadyrov edited this page Oct 2, 2020 · 1 revision

LocationInfo class is used for storing location parameters: identifier, version and name. LocationInfo instance can be obtained from LocationListListener after the locations list will be downloaded from the server.

Referenced from: LocationListListener.

Public methods

Function getId

public int getId()

Function returns the location's identifier.

Function getVersion

public int getVersion()

Function returns the location's version.

Function getName

public String getName()

Function returns the location's name.

Clone this wiki locally