The documentation at the following URL has a bug which causes a crash:
Original code:
if (Position has :CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1_L5) {
options[:configuration] = :CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1_L5;
Correct code:
if (Position has :CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1_L5) {
options[:configuration] = Position.CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1_L5;
-
flowstate
over 2 years ago
-
Cancel
-
Up
0
Down
-
-
More
-
Cancel
Comment-
flowstate
over 2 years ago
-
Cancel
-
Up
0
Down
-
-
More
-
Cancel
Children