public class VgIconMarkerDescriptor extends VgMarkerDescriptor
Modifier and Type | Method and Description |
---|---|
static VgIconMarkerDescriptorRefPtr |
create()
This static method returns a new heap-allocated descriptor.
|
void |
delete() |
VgITextureRefPtr |
getMIcon()
The icon's texture.
|
float |
getMScale()
Scales the icon (which sides always mesure 1x1 meter), by default 70.0.
|
VgMarkerType |
getType() |
void |
setMIcon(VgITextureRefPtr value)
The icon's texture.
|
void |
setMScale(float value)
Scales the icon (which sides always mesure 1x1 meter), by default 70.0.
|
getNbReferences, ref, unref
public void delete()
delete
in class VgMarkerDescriptor
public static VgIconMarkerDescriptorRefPtr create()
public void setMIcon(VgITextureRefPtr value)
public VgITextureRefPtr getMIcon()
public void setMScale(float value)
public float getMScale()
public VgMarkerType getType()
getType
in class VgMarkerDescriptor