Documentation
¶
Overview ¶
Live GPS location via binder IPC: register a callback, receive a fix, print coordinates.
Build:
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o build/gps_location ./examples/gps_location/ adb push build/gps_location /data/local/tmp/ && adb shell /data/local/tmp/gps_location
Click to show internal directories.
Click to hide internal directories.