WD: penguin navigation library updated.

dev_v3.13.6_PenguinIn
taha.alam 1 year ago
parent 3d44aa2e64
commit 95bc097e55

Binary file not shown.

Binary file not shown.

@ -207,13 +207,6 @@ internal class PenguinView(
.build()
// Set location delegate to handle location updates
PlugAndPlaySDK.setPiLocationDelegate {
// Example code to handle location updates
// Uncomment and modify as needed
// if (location.size() > 0)
// Toast.makeText(_context, "Location Info Latitude: ${location[0]}, Longitude: ${location[1]}", Toast.LENGTH_SHORT).show()
}
// Set events delegate for reporting issues
PlugAndPlaySDK.setPiEventsDelegate { }

@ -27,7 +27,7 @@ class PenguinMethodChannel {
"clientKey": "UGVuZ3VpbklOX1Blbk5hdl9QSUY=",
"mapBoxKey": "sk.eyJ1IjoicndhaWQiLCJhIjoiY2x6NWo0bTMzMWZodzJrcGZpemYzc3Z4dSJ9.uSSZuwNSGCcCdPAiORECmg",
// "clinicID": details?.clinicId ?? "",
"clinicID": details?.clinicId ?? "", // 46 ,49, 133
"clinicID": details?.clinicId ?? "", // 46 ,49, 133, 21, 7
"patientID": details?.patientId ?? "",
"projectID": details?.projectId ?? "",
});

Loading…
Cancel
Save