PHP Classes

File: example1.php

Recommend this page to a friend!
  Classes of Khanh   Arcgis PHP Geocode   example1.php   Download  
File: example1.php
Role: Example script
Content type: text/plain
Description: example1.php
Class: Arcgis PHP Geocode
Get an address geographic location using Arcgis
Author: By
Last change:
Date: 10 years ago
Size: 235 bytes
 

Contents

Class file image Download
<?php

include('ArcgisGeocode.php');

$geo = new ArcgisGeocode("380 New York St, Redlands, CA, 92373");
$geo->debug = true;
print
"<pre>";
print_r($geo->output);
print_r($geo->output->address);
print_r($geo->output->latlon);