|
CartoType iOS API 9.2-12-g6c2dcf66f
for development in Swift and Objective C for iOS and Mac OS
|
#import <CartoTypeBase.h>
Instance Methods | |
| (id) | - init:topLeft: |
| (void) | - dealloc |
Properties | |
| UIImage * | image |
| CGPoint | topLeft |
A bitmap and a position to draw it. Used when drawing notices on the map.
| - (void) dealloc |
Destroys the object.
| - (id) init: | (UIImage *) | aImage | |
| topLeft: | (CGPoint) | aTopLeft | |
Creates a positioned bitmap from a bitmap and a position.
|
readwritenonatomicstrong |
The bitmap.
|
readwritenonatomicassign |
The position at which to draw the bitmap on the map.