Google. Maps. Feature. Shape. LineGroup
Represents a collection of Shape.Lines used to represent a 2D path on a map, such as a road, train line or ferry route.
Summary
Inheritance
Inherits from: Google.Maps.Feature.Shape.MapFeatureShape
Constructors and Destructors |
|
---|---|
LineGroup(ICollection< Line > lines)
Constructor.
|
Public attributes |
|
---|---|
Lines
|
readonly List< Line >
The Lines that make up the LineGroup.
|
Protected functions |
|||||
---|---|---|---|---|---|
CalculateLocalBoundingBox()
|
virtual override Bounds
|
||||
TranslateGeometry(Vector2 offset)
|
virtual override void
Translates the geometry by the supplied offset. This does not change the position of the Origin.
Parameters |
|
|
Public attributes
Public functions
LineGroup
LineGroup( ICollection< Line > lines )
Constructor.
Details | |||
---|---|---|---|
Parameters |
|
Protected functions
CalculateLocalBoundingBox
virtual override Bounds CalculateLocalBoundingBox()
TranslateGeometry
virtual override void TranslateGeometry( Vector2 offset )
Translates the geometry by the supplied offset. This does not change the position of the Origin.
offset
|
An offset vector used for translation.
|