-
Couldn't load subscription status.
- Fork 19
Class Venue
Venue class is used for storing location venues.
Referenced from: Sublocation.
public int getId()Function returns the venue's identifier.
public int getLocationId()Function returns the venue's location identifier.
public int getSublocationId()Function returns the venue's sublocation identifier.
public String getName()Function returns the venue's name.
public String getPhone()Function returns the venue's telephone number.
public String getImageId()Function returns the venue's image id, which could be used for getting Image using ResourceManager.
public String getAlias()Function returns the venue's alias name (external identifier).
public String getDescript()Function returns the venue's description.
public int getCategoryId()Function returns the venue's category id (see class Category).
public Point getPoint()Function returns the venue's X and Y coordinates in meters as Point (within the sublocation).
Tutorials
Classes
- NavigineSdk
- LocationListManager
- LocationManager
- NavigationManager
- RouteManager
- ZoneManager
- NotificationManager
- MeasurementManager
- LocationEditManager
- ResourceManager
- Location
- Sublocation
- Category
- Venue
- Zone
- Beacon
- Eddystone
- Wifi
- LocationView
- LocationViewController
- CircleMapObject
- PolylineMapObject
- IconMapObject
- TouchInput
- ScaleResponder
- PanResponder
- LongPressResponder
- DoubleTapResponder
- TapResponder
- LocationListListener
- LocationListener
- PositionListener
- RouteListener
- ZoneListener
- NotificationListener
- LocationEditListener
- MeasurementListener
- ResourceListener
- ResourceUploadListener
- Notification
- Position
- SignalMeasurement
- SensorMeasurement
- Image
- RoutePath
- RouteEvent
- LocationPoint
- LocationInfo
- BitmapRegionDecoder