public interface VgMyRouteDisplay extends VgMyDisplayable
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the object
|
boolean |
createRouteObjects(VgIRouteConstRefPtr pRoute)
Creates the geometry objects to be added to the view to represent the route
|
void |
release()
This method should be called when the activity dies to notify that we
should release/unregister all VisioDevKit objects, and null out as much
references on other objects as possible.
|
hide, isVisible, show
boolean createRouteObjects(VgIRouteConstRefPtr pRoute)
pRoute
- The object containing the route data to represent.void clear()
void release()