QGIS/python/core/auto_additions/qgslocatorcontext.py

7 lines
810 B
Python
Raw Normal View History

# The following has been generated automatically from src/core/locator/qgslocatorcontext.h
try:
QgsLocatorContext.__attribute_docs__ = {'targetExtent': 'Map extent to target in results. This can be used to prioritize searching\nfor results close to the current map extent. The CRS for the extent\nis specified by targetExtentCrs.\n\n.. seealso:: :py:func:`targetExtentCrs`', 'targetExtentCrs': 'Coordinate reference system for the map extent variable.\n\n.. seealso:: :py:func:`targetExtent`', 'transformContext': 'Coordinate transform context, to use whenever performing coordinate transformations inside\na locator.\n\n.. versionadded:: 3.16', 'usingPrefix': 'Will be ``True`` if search is being conducted using a filter prefix.'}
QgsLocatorContext.__group__ = ['locator']
except NameError:
pass