Pymaps
-
Whatever Happened to Pymaps?
I have an application I am developing that needs to estimate lat / long with a GPy. I see the map in pyBytes seems to be very accurate. How do I access the lat / long coordinates from PyBytes? I am willing to pay if this is a service.
Thanks in advance!
-
Hi,
If the device is connected to pybytes, using theupdate location
button will update the location in the map.
You can find the map in the dashboard of the device.To send a custom location, you should be able to use the following function:
pybytes.send_custom_location()
, but it appears to not work (yet)
-
Hi,
If the device is connected to pybytes, using theupdate location
button will update the location in the map.
You can find the map in the dashboard of the device.To send a custom location, you should be able to use the following function:
pybytes.send_custom_location()
, but it appears to not work (yet)