Anchor position of a map object title relative to its placement point. More...
Public Attributes | |
| CENTER | |
| Center of the text. | |
| TOP | |
| Top edge of the text. | |
| BOTTOM | |
| Bottom edge of the text. | |
| LEFT | |
| Left edge of the text. | |
| RIGHT | |
| Right edge of the text. | |
| TOP_LEFT | |
| Top-left corner of the text. | |
| TOP_RIGHT | |
| Top-right corner of the text. | |
| BOTTOM_LEFT | |
| Bottom-left corner of the text. | |
| BOTTOM_RIGHT | |
| Bottom-right corner of the text. | |
Anchor position of a map object title relative to its placement point.
Referenced from TitleStyle, MapObject.
Definition at line 18 of file title_anchor.dart.
| TitleAnchor.BOTTOM |
Bottom edge of the text.
Definition at line 30 of file title_anchor.dart.
| TitleAnchor.BOTTOM_LEFT |
Bottom-left corner of the text.
Definition at line 50 of file title_anchor.dart.
| TitleAnchor.BOTTOM_RIGHT |
Bottom-right corner of the text.
Definition at line 54 of file title_anchor.dart.
| TitleAnchor.CENTER |
Center of the text.
Definition at line 22 of file title_anchor.dart.
| TitleAnchor.LEFT |
Left edge of the text.
Definition at line 34 of file title_anchor.dart.
| TitleAnchor.RIGHT |
Right edge of the text.
Definition at line 38 of file title_anchor.dart.
| TitleAnchor.TOP |
Top edge of the text.
Definition at line 26 of file title_anchor.dart.
| TitleAnchor.TOP_LEFT |
Top-left corner of the text.
Definition at line 42 of file title_anchor.dart.
| TitleAnchor.TOP_RIGHT |
Top-right corner of the text.
Definition at line 46 of file title_anchor.dart.