Topic: Connect multiple markers with a line
Hello
Is there a simple way to connect multiple 2d Markers with a line?
Thanks
You are not logged in. Please login or register.
Infinity Code Forum → Online Maps Help → Connect multiple markers with a line
Hello
Is there a simple way to connect multiple 2d Markers with a line?
Thanks
Hello.
OnlineMapsDrawingElementManager.AddItem(
new OnlineMapsDrawingLine(
OnlineMapsMarkerManager.instance.Select(m => m.position).ToArray(),
Color.red,
3));
But simple isn't always the best.
thanks for the fast answer
Infinity Code Forum → Online Maps Help → Connect multiple markers with a line
Powered by PunBB, supported by Informer Technologies, Inc.