VenueEngine class abstract

VenueEngine is an add-on to the base map functionality with its own content loading and cache.

VenueEngine gives access to the venue functionality, which allows you to load and visualize venues on the map, search content inside venues etc.

Constructors

VenueEngine(VenueEngineInitCallback? callback)
Creates a new instance of this class.
factory
VenueEngine.withSdkEngine(SDKNativeEngine sdkEngine, VenueEngineInitCallback? callback)
Creates a new instance of this class.
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
venueMap VenueMap
The venue map. Gets a venue map to visualize venues and control the state of the venues on the map. You need to start the VenueService to be able to load venues. Gets a venue map to visualize venues.
no setter
venueService VenueService
The venue service. Gets the VenueService. This service can be used to load the VenueModel objects. Gets the venue service. This service can be used to load the venue model objects.
no setter

Methods

destroy() → void
Releases all internally used resources.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start(AuthenticationCallback? callback) → void
Authenticates asynchronously using HERE SDK credentials and uses a result token to start the VenueService.
startWithToken(String token) → void
Authenticates asynchronously using HERE SDK credentials using a token to start the VenueService.
toString() → String
A string representation of this object.
inherited

Operators

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