Skip to content

Class Venue

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

Venue class is used for storing location venues.

Referenced from: Sublocation.

Public methods

Function getId

public int getId()

Function returns the venue's identifier.

Function getLocationId

public int getLocationId()

Function returns the venue's location identifier.

Function getSublocationId

public int getSublocationId()

Function returns the venue's sublocation identifier.

Function getName

public String getName()

Function returns the venue's name.

Function getPhone

public String getPhone()

Function returns the venue's telephone number.

Function getImageId

public String getImageId()

Function returns the venue's image id, which could be used for getting Image using ResourceManager.

Function getAlias

public String getAlias()

Function returns the venue's alias name (external identifier).

Function getDescript

public String getDescript()

Function returns the venue's description.

Function getCategoryId

public int getCategoryId()

Function returns the venue's category id (see class Category).

Function getPoint

public Point getPoint()

Function returns the venue's X and Y coordinates in meters as Point (within the sublocation).

Clone this wiki locally