JMapConfig constructor
const
JMapConfig()
Creates a JMapConfig instance.
The host, clientID, clientSecret, customerID, venueID,
buildingId, and floorId parameters are required to initialize the
configuration.
Implementation
const JMapConfig(
this.host,
this.clientID,
this.clientSecret,
this.customerID,
this.venueID,
this.buildingId,
this.floorId,
);