I have a KML file which defines an area. I want to get coordinates of some points inside that area using my KML file.
I googled a lot, but I only found codes to check if a point is inside. My issue is that I am blind about the internal points and I want to get some sample points.
Any API or code sample would help.
EDIT 1:
I am writing a PHP program.
Random points inside polygons. – csk Jan 02 '19 at 20:44