PointGeometry
Represents a point geometry in the 2D basic image coordinate system.
var basicPoint = [0.5, 0.7]; var pointGeometry = new Mapillary.TagComponent.PointGeometry(basicPoint);
Create a point geometry.
{GeometryTagError} Point coordinates must be valid basic coordinates.
An array representing the basic coordinates of the point.
Get point property.
Array representing the basic coordinates of the point.
Generated using TypeDoc
PointGeometry
Represents a point geometry in the 2D basic image coordinate system.
var basicPoint = [0.5, 0.7]; var pointGeometry = new Mapillary.TagComponent.PointGeometry(basicPoint);