mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Remove cities from Place.java
This commit is contained in:
		
							parent
							
								
									b89ca7628e
								
							
						
					
					
						commit
						3b3a338ccd
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -73,14 +73,13 @@ public class NearbyPlaces { | |||
|                             image = "https://upload.wikimedia.org/wikipedia/commons/thumb/2/20/Point_d_interrogation.jpg/120px-Point_d_interrogation.jpg"; | ||||
|                     } | ||||
| 
 | ||||
|                     places.add(new Attraction( | ||||
|                     places.add(new Place( | ||||
|                             name, | ||||
|                             type, // list | ||||
|                             type, // details | ||||
|                             Uri.parse(image), | ||||
|                             null, | ||||
|                             new LatLng(latitude, longitude), | ||||
|                             CITY_SYDNEY | ||||
|                             new LatLng(latitude, longitude) | ||||
|                     )); | ||||
|                 } | ||||
|                 in.close(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 misaochan
						misaochan