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})
GeocodeData.fromJson(Map<String, dynamic> kdTreeJson, {int numMarkers = 1})

Properties

bearings List<String>
List of possible bearings
final
DIRECTION_RANGE double
Angle that every possible bearings covers
final
hashCode int
The hash code for this object.
no setterinherited
numMarkers int
Number of nearest result
final
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
toJson() Map<String, dynamic>
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