Geo class

Constructors

Geo.fromXml(UniversalFeed uf, XmlElement node)
factory

Properties

box String?
A bounding box is a rectangular region, often used to define the extents of a map or a rough area of interest. A box contains two space separate latitude-longitude pairs, with each pair separated by whitespace. The first pair is the lower corner, the second is the upper corner.
getter/setter pair
elev String?
Elevation, specified in GeoRSS elements, can be expressed as "elev" or "floor". elev is meant to contain "common" GPS elevation readings, i.e. height in meters from the WGS84 ellipsoid, which is a reading that should be easy to get from any GPS device.
getter/setter pair
featureName String?
A name associated with the mark, ex: Podunk
getter/setter pair
featureTypeTag String?
A tag associated with the mark, ex: city
getter/setter pair
floor String?
Elevation, specified in GeoRSS elements, can be expressed as "elev" or "floor". floor is meant to contain the floor number of a building. In some countries the numbering is different than in other countries, but since we'll know the location of the building, it should be fairly unambiguous.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
line String?
A line contains a space separated list of latitude-longitude pairs, with each pair separated by whitespace. There must be at least two pairs.
getter/setter pair
polygon String?
A polygon contains a space separated list of latitude-longitude pairs, with each pair separated by whitespace. There must be at least four pairs, with the last being identical to the first (so a polygon has a minimum of three actual points).
getter/setter pair
radius String?
Indicates the size in meters of a radius or buffer around the geometry object, for example, radius of circular area around a point geometry.
getter/setter pair
relationshipTag String?
ex: is-center-at
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited