globalmapper.FindNearestAddress =============================== .. currentmodule:: globalmapper .. py:function:: FindNearestAddress (GM_Point_t aSearchPt, [GM_LayerHandle_t32] aLayerList, float aMaxDistMeters, int aReserved) -> GM_Error_t32, str Searches the provided list of layers for any visible vector line feature within the provided search distance (*aMaxDistMeters*) which has addressing information in a supported format (i.e. Tiger/Line data). :param GM_Point_t aSearchPt: Search location in current view projection (as returned by SetProjection) :param [GM_LayerHandle_t32] aLayerList: List of layers to search or None for all vector layers :param float aMaxDistMeters: Maximum distance in meters to search around search point :param int aReserved: Reserved for later use, must be 0. :returns: Error Code :rtype: GM_Error_t32 :return: The addressing information of the found features :rtype: str