Skip to content

Commit e2561a3

Browse files
authored
Update mobility-service-data-structure.md
1 parent 37fb1e5 commit e2561a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-maps/mobility-service-data-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Mobility Service uses a parallel data model for Lines and Line Groups. This mod
3737

3838
### Line Groups
3939

40-
A Line Group is an entity, which groups together all lines that are logically part of the same group. Usually, a line group will contain two lines. One line from point A to B, and the other line returning from point B to A. Both lines would belong to the same Public Transport agency and have the same line number. However, there may be cases in which a line group has more than two lines or only a single line within it.
40+
A Line Group is an entity, which groups together all lines that are logically part of the same group. Usually, a line group contains two lines, one from point A to B, and the other returning from point B to A. Both lines would belong to the same Public Transport agency and have the same line number. However, there may be cases in which a line group has more than two lines or only a single line within it.
4141

4242

4343
### Lines
4444

45-
As discussed above, each line group is composed of a set of lines. Each line group is composed of two lines, and each line describes a direction. However there are cases in which more lines comprise a line group. For example, there's a line that sometimes detours through a certain neighborhood and sometimes doesn't. In both cases, it operates under the same line number. Also a line group can be composed of a single line. A circular line with a single direction is a ling group with one line.
45+
As discussed above, each line group is composed of a set of lines. Each line group is composed of two lines, and each line describes a direction. However, there are cases in which more lines compose a line group. For example, there's a line that sometimes detours through a certain neighborhood and sometimes doesn't. In both cases, it operates under the same line number. Also a line group can be composed of a single line. A circular line with a single direction is a ling group with one line.
4646

4747
To begin, you can request line groups by using the [Get Transit Line API](https://aka.ms/AzureMapsMobilityTransitLine).
4848

0 commit comments

Comments
 (0)