CartoType iOS API 8.8-13-g03c6f7017
for development in Swift and Objective C for iOS and Mac OS
Instance Methods | Properties | List of all members
CartoTypePositionedBitmap Class Reference

#import <CartoTypeBase.h>

Inheritance diagram for CartoTypePositionedBitmap:

Instance Methods

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

Properties

CGImageRef 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: (CGImageRef)  aImage
topLeft: (CGPoint)  aTopLeft 

Creates a positioned bitmap from a bitmap and a position.

Property Documentation

◆ image

- (CGImageRef) image
readwritenonatomicassign

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: