GeocodeData class

Constructors

GeocodeData(String inputString, String featureNameHeader, String stateHeader, String latitudeHeader, String longitudeHeader, {int numMarkers = 1, String fieldDelimiter = defaultFieldDelimiter, String textDelimiter = defaultTextDelimiter, String eol = defaultEol})

Properties

bearings List<String>
List of possible bearings
final
DIRECTION_RANGE double
Angle that every possible bearings covers
final
eol String
End of line character in inputString
final
featureNameHeader String
Name of column that contains Location name
final
fieldDelimiter String
Field Delimiter in inputString
final
hashCode int
The hash code for this object.
no setterinherited
inputString String
String that contains all possible Location
final
latitudeHeader String
Name of column that contains Location latitude
final
longitudeHeader String
Name of column that contains Location longitude
final
numMarkers int
Number of nearest result
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateHeader String
Name of column that contains Location state
final
textDelimiter String
Text Delimiter in inputString
final

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

Static Methods

calculateDistance(double latStart, double lonStart, double latEnd, double lonEnd) double