Nasal library/geo: Difference between revisions

Jump to navigation Jump to search
Line 346: Line 346:
{{Nasal doc
{{Nasal doc
|syntax = geo.PositionedSearch._equals;
|syntax = geo.PositionedSearch._equals;
|text = Function that checks if two objects are equal. You must redefine this function to use <code>geo.PositionedSearch</code> for other uses.
|text = Function that checks if two objects are equal. You must redefine this function to use <code>geo.PositionedSearch</code> for other uses (i.e. objects not working in terms of the geo.Coord interface).
|example1 = var searchCmd = func(){
|example1 = var searchCmd = func(){
     var vec = [];
     var vec = [];

Navigation menu