Send Destination

API

Dirija a los conductores a su empresa cuando más importa

Consiga que más clientes lleguen a las ubicaciones de su empresa enviando un destino directamente a la pantalla de navegación integrada del vehículo. Con la API Send Destination, puedes dirigir a los clientes en el momento adecuado en función de los factores desencadenantes específicos del vehículo.

Cómo utilizan las empresas el destino de envío

Alquiler y uso compartido de vehículos

Crea un proceso de devolución de vehículos sin interrupciones dirigiendo a los arrendatarios directamente a la ubicación de entrega del vehículo.

Reparación y mantenimiento de automóviles

Aumente las visitas a la tienda y las ventas enviando a los clientes a su ubicación más cercana. También puedes usar la API Smartcar para detectar automáticamente los eventos de mantenimiento y dirigir a los clientes exactamente cuándo es necesario reparar un automóvil.

Carga de vehículos eléctricos

Aumente la utilización y la capacidad de detección de las estaciones de carga de vehículos eléctricos enviándoles la ubicación de un cargador cercano. Elimina los problemas de autonomía y envía automáticamente las direcciones de los cargadores cuando la autonomía de la batería del conductor cae por debajo de un determinado nivel.

An illustration of a connected vehicle on a winding road.

Destino de envío

Envía las coordenadas del destino al sistema de navegación del vehículo.

const smartcar = require('smartcar');

// Get all vehicles associated with this access token
const {vehicles} = await smartcar.getVehicles("<access-token>");

// Construct a new vehicle instance using the first vehicle's id
const vehicle = new smartcar.Vehicle(vehicles[0], "<access-token>");

// Send the destination to the vehicle
const sendDestination = await vehicle.sendDestination(51.5007, 0.1246);


// Example http response from Smartcar (set charge limit)
{
  "status": "success"
}

import smartcar

# Get all vehicles associated with this access token
response = smartcar.get_vehicles("<access-token>")

# Construct a new vehicle instance using the first vehicle's id
vehicle = smartcar.Vehicle(response.vehicles[0], "<access-token>")

# Send the destination to the vehicle
send_destination_response = vehicle.send_destination(51.5007, 0.1246)


// Example http response from Smartcar (set charge limit)
{
  "status": "success"
}

import com.smartcar.sdk.*;

// Get all vehicles associated with this access token
VehicleIds response = Smartcar.getVehicles("<access-token>");
String[] vehicleIds = response.getVehicleIds();

// Construct a new vehicle instance using the first vehicle's id
Vehicle vehicle = new Vehicle(vehicleIds[0], "<access-token>");

// Send the destination to the vehicle
SendDestinationResponse sendDestinationResponse = vehicle.sendDestination(51.5007, 0.1246);


// Example http response from Smartcar (set charge limit)
{
  "status": "success"
}


// Example http response from Smartcar (set charge limit)
{
  "status": "success"
}

require 'smartcar'

# Get all vehicles associated with this access token
all_vehicles =  Smartcar.get_vehicles(token: token)

# Construct a new vehicle instance using the first vehicle's id
vehicle = Smartcar::Vehicle.new(
  token: "<access-token>",
  id: all_vehicles.vehicles.first
)

# Send the destination to the vehicle
vehicle.send_destination(51.5007, 0.1246)


// Example http response from Smartcar (set charge limit)
{
  "status": "success"
}

Consulta la documentación de la API

Características del producto

  • Compatible con 36 marcas de automóviles

    Compatible con 39 marcas de automóviles

  • Flujo de consentimiento de usuario amigable

    Flujo de consentimiento de usuario amigable

  • Funciona en vehículos de 2015 y más recientes

    Funciona en vehículos de 2015 y más recientes

  • Fiable y seguro

    Fiable y seguro

  • Recupere datos en tiempo real y active acciones

    Acceso a datos de vehículos en tiempo real

  • SDK para Go, Java, Node.js, Python y Ruby

    SDK para Go, Java, Node.js, Python y Ruby

Más información sobre las API de Smartcar

Industrias relacionadas

Redes de carga de vehículos eléctricos

Proporciona tiempos de carga estimados, horarios de carga automática y planificación de viajes con vehículos eléctricos en tu aplicación.

Servicios bajo demanda

Invite a los clientes a programar una visita de mantenimiento cuando el aceite del motor de su vehículo llegue al final de su vida útil recomendada.

Qué estamos construyendo

La latencia y la frecuencia de disponibilidad de los datos pueden variar entre las marcas y los modelos.