Acknowledged
CIQQA-3098

bug: vivoactive6 has no configurationSupport

SDK 8.1.1, vivoactive6, simulator:

Position has :hasConfigurationSupport == true
but neither of the following conditions are true:
if (Position has :CONFIGURATION_SAT_IQ && Position.hasConfigurationSupport(Position.CONFIGURATION_SAT_IQ))
if (Position has :CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1_L5 && Position.hasConfigurationSupport(Position.CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1_L5))
if (Position has :CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1 && Position.hasConfigurationSupport(Position.CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1))
if (Position has :CONFIGURATION_GPS_BEIDOU  && Position.hasConfigurationSupport(Position.CONFIGURATION_GPS_BEIDOU))
if (Position has :CONFIGURATION_GPS_GALILEO && Position.hasConfigurationSupport(Position.CONFIGURATION_GPS_GALILEO))
if (Position has :CONFIGURATION_GPS_GLONASS && Position.hasConfigurationSupport(Position.CONFIGURATION_GPS_GLONASS))
if (Position has :CONFIGURATION_GPS && Position.hasConfigurationSupport(Position.CONFIGURATION_GPS))
Parents
  • These seem to be working now in SDK 8.4.0:

    if (Position has :CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1 && Position.hasConfigurationSupport(Position.CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1))
    if (Position has :CONFIGURATION_GPS && Position.hasConfigurationSupport(Position.CONFIGURATION_GPS))

    However the rest (that according to the documentation should work: https://www.garmin.com/en-US/p/1555457/#specs ) are still not returning true.

Comment
  • These seem to be working now in SDK 8.4.0:

    if (Position has :CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1 && Position.hasConfigurationSupport(Position.CONFIGURATION_GPS_GLONASS_GALILEO_BEIDOU_L1))
    if (Position has :CONFIGURATION_GPS && Position.hasConfigurationSupport(Position.CONFIGURATION_GPS))

    However the rest (that according to the documentation should work: https://www.garmin.com/en-US/p/1555457/#specs ) are still not returning true.

Children
No Data