//Here is an example of how SquiGLE's dynamic layer API will work //Create a DynamicLayer DynamicLayer tempLayer = new DynamicLayer( upperLeftGPSPoint, lowerRightGPSPoint, layerColor, layerLineWidth, nodeWeight, treeDepth, isQueryable ); //get AP's from a magical WigleData class WigleElement[] accessPoints = WigleData.getElements(); //add the points to the layer for (int i=0; i