Obsolete
Status Update
Comments
ad...@permusoft.com <ad...@permusoft.com> #2
Just to make sure I understand the request, you want LatLng coordinates translated to
absolute pixel coordinates? Is that correct?
absolute pixel coordinates? Is that correct?
en...@google.com <en...@google.com>
rg...@google.com <rg...@google.com> #3
Filing the feature request, but please confirm my question above.
br...@gmail.com <br...@gmail.com> #4
Yes, absolute pixel coordinates.
br...@gmail.com <br...@gmail.com> #5
Sorry, I just woke up, i meant to say. Yes, absolute pixel coordinates. Thanks for
the response :)
the response :)
vi...@gmail.com <vi...@gmail.com> #6
Got it, thanks!
Description
/**
* Construct a WifiConfiguration from a scanned network
* @param scannedAP the scan result used to construct the config entry
* TODO: figure out whether this is a useful way to construct a new entry.
*
public WifiConfiguration(ScanResult scannedAP) {
networkId = -1;
SSID = scannedAP.SSID;
BSSID = scannedAP.BSSID;
// aaaah screw it I'm tired/lazy
}
*/