2017 © Pedro Peláez
 

drupal-module coordinates

Provide a standard way to store coordinates

image

gertvdb/coordinates

Provide a standard way to store coordinates

  • Monday, July 16, 2018
  • by gertvdb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

coordinates

Build Status, (*1)

Provide a standard way to store coordinates and coordinate collections., (*2)

Usage

Initialising the classes., (*3)


use Drupal\coordinates\Coordinate; use Drupal\coordinates\CoordinateCollection; $coordinate_1 = new Coordinate(51.363176, 4.473185)); $coordinate_2 = new Coordinate(52.392404, 4.467884)); $coordinate_collection = new CoordinateCollection([$coordinate_1, $coordinate_2]);

The Versions

16/07 2018

dev-master

9999999-dev https://github.com/gertvdb/coordinates

Provide a standard way to store coordinates

  Sources   Download

MIT

The Requires

 

by Gert van den Buijs

coordinates

16/07 2018

1.0.0

1.0.0.0 https://github.com/gertvdb/coordinates

Provide a standard way to store coordinates

  Sources   Download

MIT

The Requires

 

by Gert van den Buijs

coordinates

16/07 2018

dev-develop

dev-develop https://github.com/gertvdb/coordinates

Provide a standard way to store coordinates

  Sources   Download

MIT

The Requires

 

by Gert van den Buijs

coordinates