geocoder-php / geocoder-extra

Geocoder extra features.
MIT License
52 stars 13 forks source link

Feature request: method to check point in polygon #26

Closed RomeroMsk closed 9 years ago

RomeroMsk commented 9 years ago

Add method to check if point is inside polygon. It can be useful, for example, to check if delivery address is inside delivery zone. The algorithm is simple.

willdurand commented 9 years ago

I think it is out of scope of the lib. Did you consider https://github.com/thephpleague/geotools?

RomeroMsk commented 9 years ago

I created this issue because of

This repository hosts Geocoder extra features that do not belong to the core but can be nonetheless interesting to share with other developers.

I thought it can be useful extra feature for Geocoder.

willdurand commented 9 years ago

Geotools already contains a lot of features for Geocoder.

RomeroMsk commented 9 years ago

Ok, I understand.