# Intersections {{< callout context="caution" title="IMPORTANT!" icon="outline/alert-triangle" >}} GPS variables are **deprecated** in Microsoft Flight Simulator 2024. For more information, please see the [GPS Vars In MSFS 2024](../gps-variables-legacy/#gps-vars-in-msfs-2024) section. {{< /callout >}} The tables below indicate the requirements for the [GPS Variables](../gps-variables-legacy/) that can be used to get and set the different GPS properties associated with intersections. You can find a complete index of all available GPS Vars here: [GPSVar Index](../gps-variables-legacy/#index) {{< table-wrapper "" "" "100px">}} | GPS Variable | Units | Settable | |---|---|:---:| | {{< anchor id="WaypointIntersectionICAO" />}}`WaypointIntersectionICAO` | String | {{< check/good >}} | | {{< anchor id="WaypointIntersectionIdent" />}}`WaypointIntersectionIdent` | String | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionCity" />}}`WaypointIntersectionCity` | String | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionRegion" />}}`WaypointIntersectionRegion` | String | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionLatitude" />}}`WaypointIntersectionLatitude` | Degrees | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionLongitude" />}}`WaypointIntersectionLongitude` | Degrees | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionType" />}}`WaypointIntersectionType` | Enum:{{< params/smallfont >}}`UNKNOWN` (0)`NAMED` (1)`UNNAMED` (2)`VOR` (3)`NDB` (4)`OFFROUTE` (5)`IAF` (6)`FAF` (7){{< /params/smallfont >}} | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionNearestVorIdent" />}}`WaypointIntersectionNearestVorIdent` | String | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionNearestVorFrequency" />}}`WaypointIntersectionNearestVorFrequency` | Hz | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionNearestVorType" />}}`WaypointIntersectionNearestVorType` | Enum:{{< params/smallfont >}}`UNKNOWN` (0)`VOR` (1)`VOR_DME` (2)`DME` (3)`TACAN` (4)`VORTAC` (5)`ILS` (6)`VOT` (7){{< /params/smallfont >}} | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionNearestVorTrueRadial" />}}`WaypointIntersectionNearestVorTrueRadial` | Degrees | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionNearestVorMagneticRadial" />}}`WaypointIntersectionNearestVorMagneticRadial` | Degrees | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionNearestVorDistance" />}}`WaypointIntersectionNearestVorDistance` | Meters | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionRouteNumber" />}}`WaypointIntersectionRouteNumber` | Number | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionCurrentRoute" />}}`WaypointIntersectionCurrentRoute` | Number | {{< check/good >}} | | {{< anchor id="WaypointIntersectionRouteName" />}}`WaypointIntersectionRouteName` | String | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionRoutePrevIcao" />}}`WaypointIntersectionRoutePrevIcao` | String | {{< check/bad >}} | | {{< anchor id="WaypointIntersectionRouteNextIcao" />}}`WaypointIntersectionRouteNextIcao` | String | {{< check/bad >}} | {{< /table-wrapper >}} ### Nearest Intersections {{< table-wrapper "" "" "100px">}} | GPS Variable | Units | Settable | |---|---|:---:| | {{< anchor id="NearestIntersectionCurrentLatitude" />}}`NearestIntersectionCurrentLatitude` | Degrees | {{< check/good >}} | | {{< anchor id="NearestIntersectionCurrentLongitude" />}}`NearestIntersectionCurrentLongitude` | Degrees | {{< check/good >}} | | {{< anchor id="NearestIntersectionMaximumItems" />}}`NearestIntersectionMaximumItems` | Number | {{< check/good >}} | | {{< anchor id="NearestIntersectionMaximumDistance" />}}`NearestIntersectionMaximumDistance` | Meters | {{< check/good >}} | | {{< anchor id="NearestIntersectionCurrentFilter" />}}`NearestIntersectionCurrentFilter` | Enum:{{< params/smallfont >}}`UNKNOWN` (0)`NAMED` (1)`UNNAMED` (2)`VOR` (3)`NDB` (4)`OFFROUTE` (5)`IAF` (6)`FAF` (7){{< /params/smallfont >}} | {{< check/good >}} | | {{< anchor id="NearestIntersectionAddIntersectionType" />}}`NearestIntersectionAddIntersectionType` | Enum:{{< params/smallfont >}}`UNKNOWN` (0)`NAMED` (1)`UNNAMED` (2)`VOR` (3)`NDB` (4)`OFFROUTE` (5)`IAF` (6)`FAF` (7){{< /params/smallfont >}} | {{< check/good >}} | | {{< anchor id="NearestIntersectionRemoveIntersectionType" />}}`NearestIntersectionRemoveIntersectionType` | Enum:{{< params/smallfont >}}`UNKNOWN` (0)`NAMED` (1)`UNNAMED` (2)`VOR` (3)`NDB` (4)`OFFROUTE` (5)`IAF` (6)`FAF` (7){{< /params/smallfont >}} | {{< check/good >}} | | {{< anchor id="NearestIntersectionSetDefaultFilter" />}}`NearestIntersectionSetDefaultFilter` | Enum:{{< params/smallfont >}}`UNKNOWN` (0)`NAMED` (1)`UNNAMED` (2)`VOR` (3)`NDB` (4)`OFFROUTE` (5)`IAF` (6)`FAF` (7){{< /params/smallfont >}} | {{< check/good >}} | | {{< anchor id="NearestIntersectionItemsNumber" />}}`NearestIntersectionItemsNumber` | Number | {{< check/bad >}} | | {{< anchor id="NearestIntersectionCurrentLine" />}}`NearestIntersectionCurrentLine` | Number | {{< check/good >}} | | {{< anchor id="NearestIntersectionCurrentIntersectionLatitude" />}}`NearestIntersectionCurrentIntersectionLatitude` | Degrees | {{< check/bad >}} | | {{< anchor id="NearestIntersectionCurrentIntersectionLongitude" />}}`NearestIntersectionCurrentIntersectionLongitude` | Degrees | {{< check/bad >}} | | {{< anchor id="NearestIntersectionCurrentICAO" />}}`NearestIntersectionCurrentICAO` | String | {{< check/bad >}} | | {{< anchor id="NearestIntersectionCurrentIdent" />}}`NearestIntersectionCurrentIdent` | String | {{< check/bad >}} | | {{< anchor id="NearestIntersectionCurrentType" />}}`NearestIntersectionCurrentType` | String | {{< check/bad >}} | | {{< anchor id="NearestIntersectionCurrentDistance" />}}`NearestIntersectionCurrentDistance` | Meters | {{< check/bad >}} | | {{< anchor id="NearestIntersectionCurrentTrueBearing" />}}`NearestIntersectionCurrentTrueBearing` | Degrees | {{< check/bad >}} | | {{< anchor id="NearestIntersectionSelectedIntersection" />}}`NearestIntersectionSelectedIntersection` | Number | {{< check/good >}} | | {{< anchor id="NearestIntersectionSelectedIntLatitude" />}}`NearestIntersectionSelectedIntLatitude` | Degrees | {{< check/bad >}} | | {{< anchor id="NearestIntersectionSelectedIntLongitude" />}}`NearestIntersectionSelectedIntLongitude` | Degrees | {{< check/bad >}} | | {{< anchor id="NearestIntersectionSelectedRefVorId" />}}`NearestIntersectionSelectedRefVorId` | String | {{< check/bad >}} | | {{< anchor id="NearestIntersectionSelectedRefVorType" />}}`NearestIntersectionSelectedRefVorType` | Enum:{{< params/smallfont >}}`UNKNOWN` (0)`VOR` (1)`VOR_DME` (2)`DME` (3)`TACAN` (4)`VORTAC` (5)`ILS` (6)`VOT` (7){{< /params/smallfont >}} | {{< check/bad >}} | | {{< anchor id="NearestIntersectionSelectedRefVorFrequency" />}}`NearestIntersectionSelectedRefVorFrequency` | Hz | {{< check/bad >}} | | {{< anchor id="NearestIntersectionSelectedRefVorTrueRadial" />}}`NearestIntersectionSelectedRefVorTrueRadial` | Degrees | {{< check/bad >}} | | {{< anchor id="NearestIntersectionSelectedRefVorMagneticRadial" />}}`NearestIntersectionSelectedRefVorMagneticRadial` | Degrees | {{< check/bad >}} | | {{< anchor id="NearestIntersectionSelectedRefVorDistance" />}}`NearestIntersectionSelectedRefVorDistance` | Meters | {{< check/bad >}} | | {{< anchor id="NearestIntersectionCurrentRouteNumber" />}}`NearestIntersectionCurrentRouteNumber` | Number | {{< check/bad >}} | | {{< anchor id="NearestIntersectionCurrentCurrentRoute" />}}`NearestIntersectionCurrentCurrentRoute` | Number | {{< check/good >}} | | {{< anchor id="NearestIntersectionCurrentRouteName" />}}`NearestIntersectionCurrentRouteName` | String | {{< check/bad >}} | | {{< anchor id="NearestIntersectionCurrentRoutePrevIcao" />}}`NearestIntersectionCurrentRoutePrevIcao` | String | {{< check/bad >}} | | {{< anchor id="NearestIntersectionCurrentRouteNextIcao" />}}`NearestIntersectionCurrentRouteNextIcao` | String | {{< check/bad >}} | {{< /table-wrapper >}}