承接 dan-har/google-maps-services-php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

dan-har/google-maps-services-php

Composer 安装命令:

composer require dan-har/google-maps-services-php

包简介

Google maps web services php client.

README 文档

README

PHP client for google maps api service.

Installation

Install using composer

composer require dan-har/google-maps-services-php

Usage

$placesService = new PlacesApi(new Client(), Auth::fromKey('GOOGLE_API_KEY'));

$placeId = 'ChIJN1t_tDeuEmsRUsoyG83frY4';

try {
    $placeResponse = $placesService->details($placeId);
} catch (ResourceRequestException $e) {
    // handle request exception, for example caused by timeout
}

// check if the response is ok, if so we have a result for the place id
if( ! $placeResponse->isOk()) {
    // handle request failure, for example no results, wrong place id etc.
}

$result = $placeResponse->result();

// check for address component
foreach($result->addressComponents as $addressComponent) {

    if($addressComponent->isType(AddressType::LOCALITY)) {
        //
    }
}

// get the geometry object.
$geometry = $result->geometry;

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-02-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固