I've a a set of location that forms a closed path (similar to polygon). Is there any possible way to check if a certain latitude and longitude is inside the closed path?
You need a ray-casting algorithm. Good for you that someone already did this: ;-)
And for a little background knowledge: