Package globus.glmap
Class GLMapImage
java.lang.Object
globus.glmap.GLNativeObject
globus.glmap.GLMapDrawObject
globus.glmap.GLMapDrawable
globus.glmap.GLMapImage
Drawable with image
-
Nested Class Summary
Nested classes/interfaces inherited from class globus.glmap.GLMapDrawable
GLMapDrawable.TransformMode
-
Constructor Summary
ConstructorDescriptionCreates new empty image that will be injected to mapGLMapImage
(int drawOrder) Creates new empty image with given draw order -
Method Summary
Methods inherited from class globus.glmap.GLMapDrawable
getAngle, getHeight, getOffset, getPosition, getScale, getWidth, hitTest, isRotatesWithMap, setAngle, setOffset, setPosition, setRotatesWithMap, setScale, setTransformMode
Methods inherited from class globus.glmap.GLMapDrawObject
getDrawOrder, isHidden, setHidden
Methods inherited from class globus.glmap.GLNativeObject
dispose
-
Constructor Details
-
GLMapImage
public GLMapImage(int drawOrder) Creates new empty image with given draw order- Parameters:
drawOrder
- Draw order used to sort objects on map
-
GLMapImage
public GLMapImage()Creates new empty image that will be injected to map
-
-
Method Details
-
setBitmap
Sets new image to draw- Parameters:
bitmap
- new image to drawonReadyToDraw
- optional runnable that called when image ready to draw
-
setBitmap
public void setBitmap(@NonNull android.graphics.Bitmap bitmap) Sets new image to draw- Parameters:
bitmap
- new image to draw
-