CartoType iOS API 7.8.2, 2022-03-25
for development in Swift and Objective C for iOS and Mac OS
Protected Attributes | List of all members
CartoTypePathPoint Struct Reference

#import <CartoTypeBase.h>

Protected Attributes

int32_t x
 
int32_t y
 
CartoTypePointType type
 

Detailed Description

A point on a path, defined using integer values.

Member Data Documentation

◆ type

- (CartoTypePointType) type
protected

The type: on the curve or a control point.

◆ x

- (int32_t) x
protected

The X coordinate.

◆ y

- (int32_t) y
protected

The Y coordinate.


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