Good day! I know how to create a points in a mapbasic having a single long/lat, but i wanted to create 10 points on a single coordinates without overlapping to each other but separated by about 5m radius apart from the given coordinates.
Any idea how should i start coding this.
br, Ivan
In principal it looks like this
Please note, this works properly only for cartesian coordinate system, e.g. UTM. If you work on Lat/lon you have to do some additinal trigonometry for the offset.
Update
Have also a look at function
CartesianOffset( object, angle, distance, units )
andCartesianOffsetXY( object, xoffset, yoffset, units )
, maybe they are easier to use.