Linux SoftwareProgrammingLibrariesPHP GoogleMapAPI 2.2

PHP GoogleMapAPI 2.2



Developer:   Monte Ohrt
      more software by author →
Price:  0.00
License:   LGPL (GNU Lesser General Public License)
File size:   25K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


GoogleMapAPI is a library used for creating google maps using the Google Map public API.

Here are some key features of "PHP GoogleMapAPI":
  • auto-geocode lookups
  • geocode caching
  • map directions
  • adding markers and polylines by address or geocoordinates
  • sidebar generation
  • ...and many more.

    SYNOPSIS:

    < ?php
    require('GoogleMapAPI.class.php');

    $map = new GoogleMapAPI();
    // setup database for geocode caching
    $map->setDSN('mysql://USER:PASS@localhost/GEOCODES');
    // enter YOUR Google Map Key
    $map->setAPIKey('YOURGOOGLEMAPKEY');

    // create some map markers
    $map->addMarkerByAddress('621 N 48th St # 6 Lincoln NE 68502','PJ Pizza','< b>PJ Pizza< /b>');
    $map->addMarkerByAddress('826 P St Lincoln NE 68502','Old Chicago','< b>Old Chicago< /b>');
    $map->addMarkerByAddress('3457 Holdrege St Lincoln NE 68502',"Valentino's","< b>Valentino's< /b>");
    ?>

    < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
    < html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" >
    < head>
    < ?php $map->printHeaderJS(); ?>
    < ?php $map->printMapJS(); ?>
    < /head>
    < body onload="onLoad()">
    < table border=1>
    < tr>< td>
    < ?php $map->printMap(); ?>
    < /td>< td>
    < ?php $map->printSidebar(); ?>
    < /td>< /tr>
    < /table>
    < /body>
    < /html >

    What's New in This Release:
  • The Google geo lookup has been updated to use the official Google geocode API.
  • geoGetDistance() has been added for looking up the distance between two coordinates using the great circle distance formula.
    tags php map  map addmarkerbyaddress  old chicago  http www  has been  caching map  the google  google map  geocode caching  using the  

    Download PHP GoogleMapAPI 2.2


     http://www.phpinsider.com/php/code/GoogleMapAPI/GoogleMapAPI-current.tar.gz


    Authors software

    Content Feeder 2.0 (by Monte Ohrt)
    ContentFeeder - A library used for assembling content feeds

    XMLParser for PHP 1.0 (by Monte Ohrt)
    XMLParser is a library that assists in parsing XML documents into generic PHP arrays

    PHP GoogleMapAPI 2.2 (by Monte Ohrt)


    Similar software

    PHP GoogleMapAPI 2.2 (by Monte Ohrt)

    Template::Tutorial 2.15 (by Andy Wardley)
    Template::Tutorial are template toolkit tutorials.

    This section includes tutorials on using the Template Toolkit

    MathML::Entities 0.13 (by Jacques Distler)
    MathML::Entities is a Perl module that can convert XHTML+MathML Named Entities to Numeric Character References.

    SYNOPSIS

    use M

    WWW::Google::SiteMap::Robot 1.09 (by Jason Kohles)
    WWW::Google::SiteMap::Robot is a Perl extension for creating Google SiteMaps by spidering a site.

    SYNOPSIS

    use WWW::Google::S

    WWW::Google::Video 0.3 (by Lilo Huang)

    DBD::Google 0.11 (by Darren Chamberlain)
    DBD::Google is a Perl module to treat Google as a datasource for DBI.

    SYNOPSIS

    use DBI;

    my $dbh = DBI->connect("dbi:Goog

    Batch Download 1.0.4 (by Peter Pan)

    XML::Parser::YahooRESTGeocode 0.1 (by Andrew N. Hicox)
    SYNOPPSIS

    use LWP::Simple
    use XML::Parser;
    use XML::Parser::YahooRESTGeocode;

    #connec

    Csv2map 2.0 (by Fabrizio Pivari)
    Csv2map is a versatile tool to convert your csv file (Comma Separated Value) into an html file with inside a map made using Google Ma

    Google::Adwords 0.6 (by Rohan Almeida)
    Google::Adwords is a collection of Perl modules that provides an easy-to-use object oriented interface to the Google Adwords SOAP API


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags