Topic: Is there a fast way to draw an area on the map?

PunBB bbcode test
I am using "OnlineMapsDrawingPoly" to draw an area of the map. The area in this image is drawn with 50 vertices.
There is no problem with the appearance, but when displaying two or three areas, the operation becomes slow.
Is there a fast way to draw such an area?

Re: Is there a fast way to draw an area on the map?

Hello.

Thanks for reporting the problem.
I will try to find a way to optimize this.

Alternatively, you can use other ways to draw a polygon, such as manually generating a mesh or assets that can generate a polygon (such as Shapes).

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Is there a fast way to draw an area on the map?

Thank you for the useful information.
I'll try other methods.
I'll be waiting with anticipation for future optimization updates.