Geohash interface
- author Antoine Corcy
AbstractInterface
Methods |
public abstract decode( $geohash) : League Returns the decoded geo hash to it's center. Note that the coordinate that you used to generate the geo hash may be anywhere in the geo hash's bounding box and therefore you should not expect them to be identical.
|
public abstract encode(League Returns a geo hash string.
|