UiPath Documentation
marketplace
latest
false
Importante :
Este contenido se ha traducido mediante traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Guía del usuario de Marketplace

Última actualización 1 de abr. de 2026

Buscar lugar

La actividad Buscar lugar toma una entrada de texto y devuelve un lugar. La entrada de texto puede ser cualquier tipo de datos de lugares, por ejemplo, un nombre, una dirección o un número de teléfono.

Propiedades

Entrada

  • Fields - The fields specifying the types of place data to return, separated by a comma.

    Tipo de datos: System.String

Fields correspond to Place Search results, and are divided into three billing categories:

The Basic category includes the following fields: formatted_address, geometry, icon, name, permanently_closed, photos, place_id, plus_code, types

The Contact category includes the following field: opening_hours (Place Search returns only open_now; use a Place Details request to get the full opening_hours results).

The Atmosphere category includes the following fields: price_level, rating, user_ratings_total

Ejemplo: "dirección_formateada, forma, icono, nombre, cerrado_permanentemente, fotos, id_lugar" (no se permiten espacios después de la coma)

  • Input: The text input specifying which place to search for (for example, a name, address, or phone number).).

    Tipo de datos: System.String

Ejemplo: "Prestigio comercial"

  • Input Type: The type of input. This can be one of either textquery or phonenumber.

    Tipo de datos: System.String

Ejemplo: es un menú desplegable, puede seleccionar consulta de texto o número de teléfono

  • Language: The language code, indicating in which language the results should be returned, if possible. See the list of supported languages and their codes.

    Tipo de datos: System.String

Ejemplo: "zh" para chino

  • Location Bias: Prefer results in a specified area, by specifying either a radius plus lat/lng, or two lat/lng pairs representing the points of a rectangle. If this parameter is not specified, the API uses IP address biasing by default. • IP bias: Instructs the API to use IP address biasing. Pass the string ipbias (this option has no additional parameters). • Point: A single lat/lng coordinate. Use the following format: point:lat,lng. • Circular: A string specifying radius in meters, plus lat/lng in decimal degrees. Use the following format: circle:radius@lat,lng. • Rectangular: A string specifying two lat/lng pairs in decimal degrees, representing the south/west and north/east points of a rectangle. Use the following format: rectangle:south,west|north,east. Note that east/west values are wrapped to the range -180, 180, and north/south values are clamped to the range -90, 90.

    Tipo de datos: System.String

Ejemplo: "círculo: 2000 @ 47.6918452, -122.2226413"

Salida

  • JSON: The output in the form of a JSON string. Data TypeData Type: System.String Places: The list of matched places. Data TypeData Type: UiPathTeam.GoogleMaps.Model.FindPlace.FindPlaceResponse

Común

  • Nombre para mostrar: el nombre para mostrar de la actividad.

Otros

  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level. For More info follow the link.
  • Propiedades
  • Entrada
  • Salida
  • Común
  • Otros

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado