GMSPinImageGlyph 클래스 참조

GMSPinImageGlyph 클래스 참조

공개 멤버 함수

(GMSPinImageGlyph *)- initWithText:textColor:
 지정된 텍스트의 글리프 모델을 반환합니다.
(GMSPinImageGlyph *)- initWithImage:
 지정된 텍스트의 글리프 모델을 반환합니다.
(GMSPinImageGlyph *)- initWithGlyphColor:
 지정된 글리프 색상을 가진 글리프 모델을 반환합니다.

속성

NSString * text
UIColor * textColor
UI이미지 * 이미지
UIColor * glyphColor

멤버 함수 문서

- (GMSPinImageGlyph *) initWithText: (NSString *) text
textColor: (UIColor *) textColor

지정된 텍스트의 글리프 모델을 반환합니다.

매개변수:
문서 유형글리프로 사용할 NSString 객체입니다.
textColor텍스트를 렌더링하는 데 사용할 UIColor 객체입니다.
반환:
초기화된 글리프 모델입니다.
- (GMSPinImageGlyph *) initWithImage: (UIImage *) 이미지

지정된 텍스트의 글리프 모델을 반환합니다.

매개변수:
이미지글리프로 사용할 UIImage 객체입니다.
반환:
초기화된 글리프 모델입니다.
- (GMSPinImageGlyph *) initWithGlyphColor: (UIColor *) glyphColor

지정된 글리프 색상을 가진 글리프 모델을 반환합니다.

매개변수:
glyphColor글리프를 렌더링하는 데 사용할 UIColor 객체입니다.
반환:
초기화된 글리프 모델입니다.

속성 문서

- (NSString*) 텍스트 [read, assign]
- (UIColor*) textColor [read, assign]
- (UIImage*) 이미지 [read, assign]
- (UIColor*) glyphColor [read, assign]