ReverseGeocodingRunner Class Reference
from PyKDE4.marble import *
Inherits: QObject
Namespace: Marble
Detailed Description
Signal Documentation
Reverse geocoding is finished, result in the given placemark.
To be emitted by runners after a
- See also:
- reverseGeocoding call.
- Signal syntax:
QObject.connect(source, SIGNAL("reverseGeocodingFinished(const Marble::GeoDataCoordinates&, const Marble::GeoDataPlacemark&)"), target_slot)
Method Documentation
__init__ |
( |
self, |
|
|
|
QObject |
parent |
|
) |
|
|
|
Access to the currently used model, or null if no was set with
- See also:
- setModel
- Abstract method:
- This method is abstract and can be overridden but not called directly.
Start a reverse geocoding request. Called by MarbleRunnerManager, runners
are expected to return the result via the reverseGeocodingFinished signal.
If implemented in a plugin, make sure to include ReverseGeocoding in the
plugin capabilities, otherwise MarbleRunnerManager will ignore the plugin
Stores a pointer to the currently used model