README

Overview

The Ivory Google Map project provides a Google Map integration for your PHP 5.6+ project. It allows you to manage map, controls, overlays, events & services through the Google Map API v3.

use IvoryGoogleMapHelperBuilderApiHelperBuilder; use IvoryGoogleMapHelperBuilderMapHelperBuilder; use IvoryGoogleMapMap; $map = new Map(); $mapHelper = MapHelperBuilder::create()->build(); $apiHelper = ApiHelperBuilder::create() ->setKey('API_KEY') ->build(); echo $mapHelper->render($map); echo $apiHelper->render([$map]);

Documentation

You're currently browsing the 2.x documentation, if you're using the 1.x, read this documentation instead.

Installation Usage Map Controls Map type Rotate Scale Street view Zoom Fullscreen Custom Events Layers Geo Json Layer Heatmap Layer Kml Layer Overlays Marker Info Window Info Box Polyline Encoded Polyline Polygon Rectangle Circle Ground Overlay Marker Clusterer Places Autocomplete Rendering Map Rendering Static Map Rendering Places Autocomplete Rendering API Rendering Services Direction Distance Matrix Elevation Geocoder Place Autocomplete Detail Photo Search TimeZone

Testing

The library is fully unit tested by PHPUnit with a code coverage close to 100%. To execute the test suite, check the travis configuration.

Contribute

We love contributors! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR! You can follow the CONTRIBUTING file which will explain you how to set up the project.

License

The Ivory Google Map is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。
3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考学习用!
4、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。