Venue class abstract

@ingroup navigine_dart_classes @ingroup navigine_dart_location_elements @brief Class is used for storing venue.

Referenced from @see Sublocation "Sublocation".

Implemented types
Implementers

Constructors

Venue()

Properties

alias String
@brief venue's alias.
no setter
categoryId int
@brief venue's category unique identifier @see Category "Category"
no setter
descript String
@brief venue's description.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
@brief venue's identifier.
no setter
imageUrl String?
@brief venue's image url if specified.
no setter
locationId int
@brief venue's location identifier.
no setter
name String
@brief venue's name.
no setter
phone String
@brief venue's phone.
no setter
point Point
@brief venue's X and Y coordinates in meters as @see Point "Point" (within the sublocation).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sublocationId int
@brief venue's sublocation identifier.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited