| Package | com.esri.aws.services |
| Class | public class FindResult |
| Property | Defined by | ||
|---|---|---|---|
| category : String
Describes the location entity.
| FindResult | ||
| extent : Envelope
Contains the extent of the location.
| FindResult | ||
| fieldValues : Array
Contains data for each field in FindResultSet.fields as an array of Strings.
| FindResult | ||
| label : String
Contains the name of the location entity.
| FindResult | ||
| longDesc : String | FindResult | ||
| point : GeoPoint
Contains the x,y coordinates of the location.
| FindResult | ||
| shortDesc : String | FindResult | ||
| category | property |
public var category:StringDescribes the location entity.
| extent | property |
public var extent:EnvelopeContains the extent of the location.
| fieldValues | property |
public var fieldValues:ArrayContains data for each field in FindResultSet.fields as an array of Strings.
| label | property |
public var label:StringContains the name of the location entity.
| longDesc | property |
public var longDesc:String
| point | property |
public var point:GeoPointContains the x,y coordinates of the location.
| shortDesc | property |
public var shortDesc:String