You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: display-device-location-with-nmea-data-sources/src/main/java/com/esri/arcgismaps/sample/displaydevicelocationwithnmeadatasources/MainActivity.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ class MainActivity : AppCompatActivity() {
129
129
// collects the accuracy for each location change
130
130
collectLocationChanges()
131
131
// collects satellite changes and display satellite information
132
-
setupSatelliteChangedListener()
132
+
collectSatelliteChanges()
133
133
}
134
134
135
135
/**
@@ -244,7 +244,7 @@ class MainActivity : AppCompatActivity() {
244
244
* Obtains NMEA satellite information from the NMEA location data source,
0 commit comments