Changeset 7628 for trunk/src/class/KMLPlacemark.class.php
- Timestamp:
- Mar 30, 2010, 9:27:00 AM (15 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/class/KMLPlacemark.class.php
r7627 r7628 37 37 } 38 38 39 function setXCoordinate( string$newXCoordinate) {39 function setXCoordinate(float $newXCoordinate) { 40 40 $this->xCoordinate = $newXCoordinate; 41 41 } 42 42 43 function setYCoordinate( string$newYCoordinate) {43 function setYCoordinate(float $newYCoordinate) { 44 44 $this->yCoordinate = $newYCoordinate; 45 45 }
Note:
See TracChangeset
for help on using the changeset viewer.