Ignore:
Timestamp:
Mar 30, 2010, 9:27:00 AM (15 years ago)
Author:
Pieter Naber
Message:

Added some contraints, created a index file for a simple test.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/class/KMLPlacemark.class.php

    r7627 r7628  
    3737        }
    3838
    39         function setXCoordinate(string $newXCoordinate) {
     39        function setXCoordinate(float $newXCoordinate) {
    4040                $this->xCoordinate = $newXCoordinate;
    4141        }
    4242
    43         function setYCoordinate(string $newYCoordinate) {
     43        function setYCoordinate(float $newYCoordinate) {
    4444                $this->yCoordinate = $newYCoordinate;
    4545        }
Note: See TracChangeset for help on using the changeset viewer.