org.openstreetmap.josm.gui.download
Class PlaceSelection.SearchResult

java.lang.Object
  extended by org.openstreetmap.josm.gui.download.PlaceSelection.SearchResult
Enclosing class:
PlaceSelection

private static class PlaceSelection.SearchResult
extends java.lang.Object

Data storage for search results.


Field Summary
 Bounds bounds
           
 java.lang.String description
           
 java.lang.String info
           
 double lat
           
 double lon
           
 java.lang.String name
           
 java.lang.String nearestPlace
           
 int zoom
           
 
Constructor Summary
private PlaceSelection.SearchResult()
           
 
Method Summary
 Bounds getDownloadArea()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

info

public java.lang.String info

nearestPlace

public java.lang.String nearestPlace

description

public java.lang.String description

lat

public double lat

lon

public double lon

zoom

public int zoom

bounds

public Bounds bounds
Constructor Detail

PlaceSelection.SearchResult

private PlaceSelection.SearchResult()
Method Detail

getDownloadArea

public Bounds getDownloadArea()


JOSM