GMSPinImageGlyph 클래스 참조

GMSPinImageGlyph 클래스 참조

개요

고급 마커에 대한 맞춤 핀 이미지 글리프를 제공합니다.

공개 멤버 함수

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

속성

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

멤버 함수 문서

- (GMSPinImageGlyph *) initWithText: (NSString *) text
텍스트색상: (UIColor *) textColor:

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

매개변수:
text글리프로 사용할 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]