VenueMapFactoryClass

The VenueMapFactory class can create instances of the VenueMap class.

Constructor

VenueMapFactory(map: Map)

When creating a VenueMapFactory, instaces created by the factory will be shown on the map associated with the factory.

Methods

Below are the list of methods for VenueMapFactory.

Name Return Type Description
create(options: VenueMapOptions ) Creates a VenueMap with specifications defined in options.