Class JOpenstreetmapElements
Openstreetmap API Elements class for the Joomla Platform
- JOpenstreetmapObject
- 
			 JOpenstreetmapElements JOpenstreetmapElements
		
		
		
		Package: Joomla\Platform\Openstreetmap
Deprecated: 4.0 Use the
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 13.1
Located at joomla/openstreetmap/elements.php
	
		Deprecated: 4.0 Use the
joomla/openstreetmap package via Composer insteadCopyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 13.1
Located at joomla/openstreetmap/elements.php
Methods summary
| 
				 public 
				array
				
				 | 
			#
			 createNode( integer $changeset, float $latitude, float $longitude, arary $tags )Method to create a node | 
| 
				 public 
				array
				
				 | |
| 
				 public 
				array
				
				 | |
| 
				 public 
				array
				
				 | |
| 
				 public 
				array
				
				 | 
			#
			 updateElement( string $element, string $xml, integer $id )Method to update an Element [node|way|relation] | 
| 
				 public 
				array
				
				 | 
			#
			 deleteElement( string $element, integer $id, integer $version, integer $changeset, float $latitude = null, float $longitude = null )Method to delete an element [node|way|relation] | 
| 
				 public 
				array
				
				 | 
			#
			 historyOfElement( string $element, integer $id )Method to get history of an element [node|way|relation] | 
| 
				 public 
				array
				
				 | 
			#
			 versionOfElement( string $element, integer $id, integer $version )Method to get details about a version of an element [node|way|relation] | 
| 
				 public 
				array
				
				 | 
			#
			 multiFetchElements( string $element, string $params )Method to get data about multiple ids of an element [node|way|relation] | 
| 
				 public 
				array
				
				 | 
			#
			 relationsForElement( string $element, integer $id )Method to get relations for an Element [node|way|relation] | 
| 
				 public 
				array
				
				 | |
| 
				 public 
				array
				
				 | 
			#
			 fullElement( string $element, integer $id )Method to get full information about an element [way|relation] | 
| 
				 public 
				array
				
				 | 
Methods inherited from JOpenstreetmapObject
			__construct(), 
			getOption(), 
			sendRequest(), 
			setOption()
		
