CartoType iOS API 9.2-12-g6c2dcf66f
for development in Swift and Objective C for iOS and Mac OS
Instance Methods | Properties | List of all members
CtPositionedBitmap Class Reference

#import <CartoTypeBase.h>

Inheritance diagram for CtPositionedBitmap:

Instance Methods

(id) - init:topLeft:
 
(void) - dealloc
 

Properties

UIImage * image
 
CGPoint topLeft
 

Detailed Description

A bitmap and a position to draw it. Used when drawing notices on the map.

Method Documentation

◆ dealloc

- (void) dealloc

Destroys the object.

◆ init:topLeft:

- (id) init: (UIImage *)  aImage
topLeft: (CGPoint)  aTopLeft 

Creates a positioned bitmap from a bitmap and a position.

Property Documentation

◆ image

- (UIImage*) image
readwritenonatomicstrong

The bitmap.

◆ topLeft

- (CGPoint) topLeft
readwritenonatomicassign

The position at which to draw the bitmap on the map.


The documentation for this class was generated from the following file: