evoluty/google-maps-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

evoluty/google-maps-client

Composer 安装命令:

composer require evoluty/google-maps-client

包简介

A PHP Google Maps APIs client

README 文档

README

A PHP client for Google Maps APIs

This library helps building query and call the Google Maps APIs
This will parse results and give usable and typed objects as a result

Build Status Quality Gate Status codecov Packagist

Installation

Run composer require evoluty/google-maps-client or check directly on the packagist website

Usage

Use like the following (example with the TimeZone API)

$googleClient = new GoogleMapClient('<your_api_key>');

$request = GoogleMapRequest::newTimeZoneRequest(
    new TimeZoneLocation('39.6034810', '-119.6822510')
)->withLanguage(Language::CZECH());

$timeZoneResponse = $googleClient->sendTimeZoneRequest($request);

The response type depends on the API that you are calling and will contain public typed getters that match the Google API response

APIs

At the moment the following API are implemented:

  • TimeZone API
  • Directions API

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-02-28

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固