Structs
-
CameraAnimationOption을 지정하는 구조체.
See moreDeclaration
Objective-C
struct CameraAnimationOptions {}
Swift
struct CameraAnimationOptions
-
CameraTransform의 변화량값을 지정하는 구조체.
See moreDeclaration
Objective-C
struct CameraTransformDelta {}
Swift
struct CameraTransformDelta
-
애니메이션 효과 옵션 지정을 위한 구조체
See moreDeclaration
Objective-C
struct AnimationInterpolation {}
Swift
struct AnimationInterpolation
-
평면좌표계 표현을 위한 구조체
See moreDeclaration
Objective-C
struct CartesianCoordinate {}
Swift
struct CartesianCoordinate
-
경위도좌표계 표현을 위한 구조체
See moreDeclaration
Objective-C
struct GeoCoordinate {}
Swift
struct GeoCoordinate
-
Euler각을 표현하기 위한 구조체
See moreDeclaration
Objective-C
struct EulerAngle {}
Swift
struct EulerAngle
-
3차원 벡터를 표현하기 위한 구조체
See moreDeclaration
Objective-C
struct Vector3 {}
Swift
struct Vector3
-
2차원 벡터를 표현하기 위한 구조체
See moreDeclaration
Objective-C
struct Vector2 {}
Swift
struct Vector2
-
Gui의 Fade-In & Fade-Out 효과의 옵션을 지정하는 구조체.
See moreDeclaration
Objective-C
struct FadeInOutOptions {}
Swift
struct FadeInOutOptions
-
Gui의 Image 크기를 나타내기 위한 구조체.
See moreDeclaration
Objective-C
struct GuiSize {}
Swift
struct GuiSize
-
GuiComponent 내부 패딩값을 지정하기 위한 구조체.
left, right, top, bottom 방향으로 패딩값을 주어 GuiComponent내부에 패딩 공간을 지정할 수 있다.
See moreDeclaration
Objective-C
struct GuiPadding {}
Swift
struct GuiPadding
-
Gui 및 GuiComponent의 수직/수평방향 정렬을 지정하기 위한 구조체
See moreDeclaration
Objective-C
struct GuiAlignment {}
Swift
struct GuiAlignment
-
Gui의 가변 크기를 위한 inset
See moreDeclaration
Objective-C
struct GuiEdgeInsets {}
Swift
struct GuiEdgeInsets
-
Poi가 나타나고 사라질 때 transition 효과를 지정하는 구조체
See moreDeclaration
Objective-C
struct PoiTransition {}
Swift
struct PoiTransition
-
RoutePointInfo
Declaration
Swift
public struct RoutePointInfo
-
RouteProgressInfo
Declaration
Swift
public struct RouteProgressInfo
-
RouteLine상의 특정 지점 정보를 표현하기 위한 구조체
See moreDeclaration
Objective-C
struct RPInfo {}
Swift
struct RPInfo