|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgPlaceIconDescriptor () | |
| VgPlaceIconDescriptor (VgPlaceIconDescriptor pDescriptor) | |
| void | setMScale (double value) |
| double | getMScale () |
| void | setMIcon (VgITextureRefPtr value) |
| VgITextureRefPtr | getMIcon () |
The VgPlaceIconDescriptor encapsulates information associated with a place icon, where a place icon is a texture associated with a place.
| VgPlaceIconDescriptor.VgPlaceIconDescriptor | ( | ) |
Constructor.
| VgPlaceIconDescriptor.VgPlaceIconDescriptor | ( | VgPlaceIconDescriptor | pDescriptor | ) |
Copy Constructor
| pDescriptor | The VgIPlaceIconDescriptor to be copied. |
| VgITextureRefPtr VgPlaceIconDescriptor.getMIcon | ( | ) |
| double VgPlaceIconDescriptor.getMScale | ( | ) |
| void VgPlaceIconDescriptor.setMIcon | ( | VgITextureRefPtr | value | ) |
| void VgPlaceIconDescriptor.setMScale | ( | double | value | ) |