2017 © Pedro Peláez
 

library wp-google-maps

A Google Maps library for WordPress.

image

clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  • Saturday, March 10, 2018
  • by ClubDeuce
  • Repository
  • 2 Watchers
  • 0 Stars
  • 43 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

WP Google Maps

Scrutinizer Code Quality Code Coverage Build Status DeepScan Grade, (*1)

A Google Maps library for WordPress., (*2)

Installation

This project can be installed via Composer:, (*3)

composer require clubdeuce\wp-google-maps, (*4)

Simply include autoload.php from your vendor directory and the library will be included., (*5)

Usage

A simple example:, (*6)


use Clubdeuce\WPGoogleMaps\Google_Maps; Google_Maps::initialize(); // Register the conditions under which to load the necessary javascript // You can use WP specific ( e.g. is_single, is_search, etc ) or any // valid callback function or closure. Google_Maps::register_script_condition( 'is_single' ); //Create a new map object $map = Google_Maps::make_new_map(); //Create a new marker object $marker = Google_Maps::make_marker_by_address( '1600 Pennsylvania Ave NW Washington DC' ); //Set the info window content $marker->info_window()->set_content( 'The White House' ); //Add the marker to the map $map->add_marker( $marker ); //Render the map $map->the_map();

The Versions

10/03 2018

dev-master

9999999-dev http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

10/03 2018

0.2.5

0.2.5.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

03/01 2018

0.2.4

0.2.4.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

03/01 2018

0.2.3

0.2.3.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

14/12 2017

0.2.2

0.2.2.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

13/12 2017

0.2.1

0.2.1.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

06/12 2017

0.2.0

0.2.0.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

04/12 2017

0.1.7

0.1.7.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

04/12 2017

0.1.6

0.1.6.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

23/11 2017

0.1.5

0.1.5.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

23/11 2017

0.1.4

0.1.4.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

23/11 2017

0.1.3

0.1.3.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

22/11 2017

0.1.2

0.1.2.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

16/11 2017

0.1.1

0.1.1.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps

14/11 2017

0.1.0

0.1.0.0 http://github.com/clubdeuce/wp-google-maps

A Google Maps library for WordPress.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6.0

 

The Development Requires

wordpress php library google maps maps