Planit.js

class Plan

The plan acts as the main controller for almost everything that happens with Planit. However, you need not instantiate a new Plan directly, but should do so through the planit variable.

Calling planit.new() will return a new instance of the Plan object, and you will then have access to the methods within the plan, as well as the Marker objects within the plan.

Methods