Constructor for the class
the event identifier for which the payload is constructed
the handler Name
the type of vector configuration object that makes up the payload
the vector object identifier
Static method used to create a CircleConfigPayload
the event identifier for which the payload is constructed
the handler Name
the long lat coordintate
optional circle radius
the circle options
optional circle identifier
the CircleConfigPayload object created
Static method used to create a CircleMarkerConfigPayload
the event identifier for which the payload is constructed
the handler Name
the circle marker long lat position
optional circle marker radius
the circle marker options
optional circle marker identifier
the CircleMarkerConfigPayload object created
Static method used to create a MarkerConfigPayload
the event identifier for which the payload is constructed
the handler Name
the marker long lat position
the marker options
optional marker identifier
the MarkerConfigPayload object created
Static method used to create a PolygonConfigPayload
the event identifier for which the payload is constructed
the handler Name
the polygon points
the polygon options
optional polygon identifier
the PolygonConfigPayload object created
Static method used to create a PolylineConfigPayload
the event identifier for which the payload is constructed
the handler Name
the polyline points
the polyline options
optional polyline identifier
the PolylineConfigPayload object created
Generated using TypeDoc
Class definition for VectorConfigPayload