WME PLN Module - Geolocation

Módulo de geolocalización para WME Place Normalizer. No funciona por sí solo.

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @require https://update.greatest.deepsurf.us/scripts/548859/1657862/WME%20PLN%20Module%20-%20Geolocation.js

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

Bạn sẽ cần cài đặt một tiện ích mở rộng như Tampermonkey hoặc Violentmonkey để cài đặt kịch bản này.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tác giả
Mauricio Otálvaro Ospina
Phiên bản
9.0.0
Đã tạo
08-09-2025
Đã cập nhật
09-09-2025
Kích thước
20 KB
Giấy phép
MIT

### Propósito

Este script es un módulo de librería para el **WME Place Normalizer**. Su responsabilidad es encapsular todas las interacciones con el SDK de Waze que están relacionadas con datos geográficos. Esto incluye:
* Obtener las coordenadas de un lugar.
* Detectar lugares duplicados basándose en la proximidad física.
* Orquestar el complejo proceso de asignar una ciudad a un lugar, incluyendo la búsqueda de IDs y la interacción con el panel de edición.

---
### Módulo de

* **[WME Places Name Normalizer (Script Principal)](https://greatest.deepsurf.us/es/scripts/530268-wme-places-name-normalizer)**

---
### Uso

Esta librería no está diseñada para ser instalada directamente. Es invocada a través de la directiva `@require` por el script principal `WME_PLN_main.user.js`.

---
### Funciones Principales

* `plnApplyCityToVenue()`: Es la función principal que maneja toda la lógica para asignar una ciudad a un lugar.
* `getPlaceCoordinates()`: Obtiene las coordenadas geográficas (latitud, longitud) de un lugar.
* `detectAndAlertDuplicateNames()`: Compara lugares cercanos para alertar sobre posibles duplicados.

---
**Versión de Arquitectura:** 9.0.0 (Modular)