SiteWatch API Help

updatePoint

updatePoint

Previous topic Next topic  

updatePoint

Previous topic Next topic  

A method to update a marker point in a map location.

 

Parameter

Value

point: a point set object (SWPoint)

-or-

point: a point set array

isn93 map point locations.

 

Example:

var point = SWPoint.create(359583, 406481);

 

marker.updatePoint(point);