haystacklib ~master (2019-10-21T14:33:42Z)
Home
Dub
Repo
Coord
haystack
tag
Latitude and Longitude global coordinates
struct
Coord {
double
lat
;
double
lng
;
bool
opEquals
(const(Coord) o);
string
toString
();
}
Members
Functions
opEquals
bool
opEquals
(const(Coord) o)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
lat
double
lat
;
lng
double
lng
;
Undocumented in source.
Meta
Source
See Implementation
haystack
tag
aliases
Dict
Grid
List
Number
functions
errorGrid
get
has
missing
tag
toStr
toString
properties
boolean
dis
empty
id
isNull
marker
na
num
str
uri
structs
Bool
Coord
GridImpl
Marker
Na
Num
Ref
Str
Tag
Time
Uri
XStr
templates
visit
Latitude and Longitude global coordinates