VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
VgIPlaceListenerRefPtr () | |
VgIPlaceListenerRefPtr (VgIPlaceListener pPointer) | |
VgIPlaceListenerRefPtr (VgIPlaceListenerRefPtr pRefPtr) | |
VgIPlaceListenerRefPtr | set (VgIPlaceListener pPointer) |
VgIPlaceListener | __ref__ () |
VgIPlaceListener | __deref__ () |
VgIPlaceListener | get () |
boolean | isValid () |
void | notifyPlaceSelected (VgIApplication pVgApplication, String pID, VgPosition pPosition) |
void | notifyMapDatabaseLoaded (VgIApplication pVgApplication) |
void | ref () |
int | unref () |
int | getNbReferences () |
Static Public Member Functions | |
static VgIPlaceListenerRefPtr | getNull () |
The VgIPlaceListener allow users to be notified of Place related events that occur within the map module where the listener has been registered. An example of a Place related event is the nofity place selected event.
VgIPlaceListenerRefPtr.VgIPlaceListenerRefPtr | ( | ) |
VgIPlaceListenerRefPtr.VgIPlaceListenerRefPtr | ( | VgIPlaceListener | pPointer | ) |
VgIPlaceListenerRefPtr.VgIPlaceListenerRefPtr | ( | VgIPlaceListenerRefPtr | pRefPtr | ) |
VgIPlaceListener VgIPlaceListenerRefPtr.__deref__ | ( | ) |
VgIPlaceListener VgIPlaceListenerRefPtr.__ref__ | ( | ) |
VgIPlaceListener VgIPlaceListenerRefPtr.get | ( | ) |
int VgIPlaceListenerRefPtr.getNbReferences | ( | ) |
|
static |
boolean VgIPlaceListenerRefPtr.isValid | ( | ) |
void VgIPlaceListenerRefPtr.notifyMapDatabaseLoaded | ( | VgIApplication | pVgApplication | ) |
This method is called when all places have been loaded. Usually after selectDataset, or when a listener is added after the dataset has been selected.
pVgApplication | the source of the event. |
void VgIPlaceListenerRefPtr.notifyPlaceSelected | ( | VgIApplication | pVgApplication, |
String | pID, | ||
VgPosition | pPosition | ||
) |
This method is called when a place has been selected.
pVgApplication | the source of the event. |
pID | the place descriptor ID. |
pPosition | the view point position of the selected place |
void VgIPlaceListenerRefPtr.ref | ( | ) |
VgIPlaceListenerRefPtr VgIPlaceListenerRefPtr.set | ( | VgIPlaceListener | pPointer | ) |
int VgIPlaceListenerRefPtr.unref | ( | ) |