Screen placement of the OSM attribution overlay. More...
#include <com/navigine/idl/objc/NCAttributionAlignment.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithHorizontalAlignment:verticalAlignment: |
| Default constructor for class NCAttributionAlignment. | |
| (nonnull instancetype) | - init |
| Default constructor for class NCAttributionAlignment. | |
Class Methods | |
| (nonnull instancetype) | + attributionAlignmentWithHorizontalAlignment:verticalAlignment: |
| Factory method for class NCAttributionAlignment. | |
| (nonnull instancetype) | + attributionAlignment |
| Factory method for class NCAttributionAlignment. | |
Properties | |
| NCAttributionHorizontalAlignment | horizontalAlignment |
| Horizontal edge or center AttributionHorizontalAlignment. | |
| NCAttributionVerticalAlignment | verticalAlignment |
| Vertical edge AttributionVerticalAlignment. | |
Screen placement of the OSM attribution overlay.
Same shape as typical map logo alignment: horizontal × vertical. Default: right + bottom (OSM Vector Tile Usage Policy).
Referenced from LocationWindow attributionAlignment.
Definition at line 23 of file NCAttributionAlignment.h.
| + (nonnull instancetype) attributionAlignment |
Factory method for class NCAttributionAlignment.
| + (nonnull instancetype) attributionAlignmentWithHorizontalAlignment: | (NCAttributionHorizontalAlignment) | horizontalAlignment | |
| verticalAlignment: | (NCAttributionVerticalAlignment) | verticalAlignment |
Factory method for class NCAttributionAlignment.
| - (nonnull instancetype) init |
Default constructor for class NCAttributionAlignment.
| - (nonnull instancetype) initWithHorizontalAlignment: | (NCAttributionHorizontalAlignment) | horizontalAlignment | |
| verticalAlignment: | (NCAttributionVerticalAlignment) | verticalAlignment |
Default constructor for class NCAttributionAlignment.
|
readnonatomicassign |
Horizontal edge or center AttributionHorizontalAlignment.
Swift code snippet:
Objective C code snippet:
Definition at line 59 of file NCAttributionAlignment.h.
|
readnonatomicassign |
Vertical edge AttributionVerticalAlignment.
Definition at line 64 of file NCAttributionAlignment.h.