This question is in continuation of How to check if GeoJSON feature is in rectangular shape and find corner points?
I have a collection of GeoJSON features as Polygon & MultiPolygon which are saved in MongoDB. Many among them are in rectangular or square shape, while others are odd shaped. From above question's answer, I am able to find if the feature is rectangular or not also can find the corner points of it. But I actually need inner points which are near to corner (see attached image). I want to place label at that geolocation using Google map label library. How can I do that?
I tried to +/- some value from corner points but it is not working because some shapes are tilted towards left and some towards right.
