14 lines
		
	
	
		
			238 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			238 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $tlPlacetypes = array (
 | |
|   0 => 'Administrative',
 | |
|   1 => 'Historical',
 | |
|   2 => 'Region',
 | |
|   3 => 'Street',
 | |
|   4 => 'Building',
 | |
|   5 => 'Mountains',
 | |
|   6 => 'Forrest',
 | |
|   7 => 'Body of water',
 | |
|   8 => 'Island',
 | |
| );
 |