Methods
The following methods are made accessible anywhere on the page, through the 'geoflow' client-side JavaScript object by Geoflow.
Method Name
Method Description
Examples
// Clear the Current Visitor Data Properties Saved in Session Storage
geoflow.clearData();
// Change the Current Country Code to US (United States)
geoflow.updateData({ countryCode: 'US' });
// Add All Countries to the <select> with an ID of 'choose-country'
geoflow.select('#choose-country', 'all-countries', 'Choose a Country');Last updated
