mill / panoramio
此包已被弃用,不再维护。未建议替换包。
Panoramio图像服务的PHP包装器
dev-master
2015-11-02 00:17 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2022-12-10 07:14:39 UTC
README
Panoramio Wrapper Class ======================= * Anthony Mills (<me@anthony-mills.com>) * Version: 0.2 * Website: http://anthony-mills.com/ * Github: https://github.com/anthony-mills/Panoramio This free software is licensed under version 3 of the GPL license. About ----- This wrapper class allows you to retrieve images back as a PHP object from the Panoramio data API. Usage ----- To use the features of the class simply: * Include and then instansiate the Panoramio wrapper class in your code * Set the longitude and latitude of the location you would like to collect images near with the setRequiredLocation method * Then call the getPanoramioImages method to actually contact the API and request images for the location See the file Example/example.php for a very basic use case example of how the class can be to get images with the default co-ordinates for Sydney, Australia.