Package globus.glmap
Annotation Interface GLMapDrawable.TransformMode
- Enclosing class:
- GLMapDrawable
Determines how to use scale and offset of drawable
-
Field Summary
-
Field Details
-
Off
static final int OffTransform is disabled- See Also:
-
Custom
static final int CustomScale and offset of vector object will be applied to it's points- See Also:
-
Screen
static final int ScreenScale and offset is in screen coordinates- See Also:
-