tencent-lbs-integrator

Wrap Tencent LBS APIs for maps, geocoding, and location services.

Updated May 3, 2026
One-click install
npx skills add https://github.com/wanyusheng63-alt/vocab-learn --skill tencent-lbs-integrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-lbs-integrator
Source: https://github.com/wanyusheng63-alt/vocab-learn/tree/main/.codebuddy/skills/tencent-lbs-integrator
Command: npx skills add https://github.com/wanyusheng63-alt/vocab-learn --skill tencent-lbs-integrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrate Tencent LBS maps and location services into applications without building complex boilerplate and repetitive wiring.

Core Features & Use Cases

  • Interactive maps with dynamic markers, geocoding, and reverse geocoding support.
  • WebService based static maps, POI search, and IP location for lightweight integrations.
  • Flexible client options with built-in API key and domain whitelist guidance for production deployments.

Quick Start

Install the Tencent LBS client, load the GL API with loadTMapGL(), and create a map with createMap() to render locations.

Frequently Asked Questions about tencent-lbs-integrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Tencent LBS maps and geocoding into my application?

Integrate Tencent LBS maps and geocoding by wrapping Tencent LBS APIs to enable interactive maps, address lookup, and POI search without building complex boilerplate wiring.

Can I use Tencent LBS WebService for IP geolocation and static map generation?

Yes, Tencent LBS WebService supports IP geolocation and static map generation for lightweight integrations, handling requests via JSONP and returning results through a programmable client.

What is the best way to load the Tencent LBS GL API dynamically?

The best way to load the Tencent LBS GL API dynamically is using the loadTMapGL() function, followed by createMap() to render locations with dynamic markers.

How does error handling work for Tencent LBS WebService JSONP requests?

Error handling for Tencent LBS WebService JSONP requests is managed through the built-in LBSError mechanism, ensuring robust handling of API failures during geocoding or POI search.

Do I need an API key and domain whitelist for Tencent LBS production deployments?

Yes, production deployments of Tencent LBS require a flexible client configured with a built-in API key and domain whitelist guidance to ensure secure and authorized access.