Planit.js

class Marker

The Marker class provides access to a marker within an instance of a Plan. Remember, plans are instantiated through the auto-instantiated Planit instance.

It is most important to remember that you don't create a marker when you instantiate a Marker object. Instead, you are finding an existing marker on the plan. Markers should always be accessed through a Plan object.

Methods