Title: Waypoints: Trip Planner
Author: acodebeard
Published: <strong>जुन 16, 2026</strong>
Last modified: जुन 17, 2026

---

प्लगिनहरू खोज्नुहोस्

![](https://ps.w.org/waypoints-trip-planner/assets/icon-256x256.png?rev=3576085)

# Waypoints: Trip Planner

 [acodebeard](https://profiles.wordpress.org/acodebeard/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/waypoints-trip-planner.1.0.2.zip)

 * [विवरण](https://ne.wordpress.org/plugins/waypoints-trip-planner/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/waypoints-trip-planner/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/waypoints-trip-planner/#installation)
 * [विकास](https://ne.wordpress.org/plugins/waypoints-trip-planner/#developers)

 [सहायता](https://wordpress.org/support/plugin/waypoints-trip-planner/)

## विवरण

Waypoints: Trip Planner adds a configurable trip-planning interface to a page or

post. Visitors can search Google place results, add stops to a waypoint list, reorder
their trip, preview the route when map embeds are configured, and open the finished
route in Google Maps.

### Credits

Special thanks to [Hagan](https://github.com/hagan) and
 [Datapoke](https://github.com/datapoke)
for development help.

### Configuration

Manage settings in Settings > Waypoints: Trip Planner.

Current settings include:

 * Default location label, address/search phrase, latitude, longitude, and Place
   ID.
 * Allowed start modes, max waypoints, result count, distance unit, map preview,
   
   and Google Maps handoff toggles.
 * Editable categories and interface copy.
 * Browser-facing Maps Embed API key.
 * Server-side Places API and Geocoding API keys.
 * Google API timeout and cache TTLs.
 * Rate-limit value and trusted proxy CIDRs for public endpoint protection.
 * Admin-only API call counter for troubleshooting request behavior.

### External services

Waypoints: Trip Planner uses Google services for place results, place details,
 
geocoding, embedded map previews, and Google Maps handoff links.

The plugin can send data to Google from the server when:

 * a visitor runs a category or custom place search
 * the plugin geocodes a configured or visitor-provided starting area
 * the plugin resolves selected waypoint place details

The plugin can also send data to Google from the visitor’s browser when:

 * the frontend loads a Google Maps Embed preview from `https://www.google.com/maps/
   embed/v1/search` or `https://www.google.com/maps/embed/v1/directions`
 * a visitor opens the generated Google Maps handoff link

Depending on the interaction, data sent to Google can include:

 * search phrases
 * configured or visitor-provided starting locations
 * selected Google Place IDs
 * visitor IP address and the browser-facing Maps Embed API key when the browser
   loads an embedded map preview
 * origin text plus waypoint and destination Place IDs when the browser loads an
   embedded directions preview
 * route waypoint information needed to build map previews or handoff URLs

Google provides these services. Review their terms and privacy information:

 * https://policies.google.com/privacy
 * https://cloud.google.com/maps-platform/terms

## स्क्रिनसटहरू

[⌊Add waypoints from categories or a search, then send the trip to Google Maps.⌉⌊
Add waypoints from categories or a search, then send the trip to Google Maps.⌉[

Add waypoints from categories or a search, then send the trip to Google Maps.

## ब्लकहरू

यो प्लगिनले 1 ब्लक उपलब्ध गराउँछ।

 *   Waypoints: Trip Planner Render the Waypoints: Trip Planner interface through
   the block editor.

## स्थापना

Built release zip:

 1. Build or download the packaged `waypoints-trip-planner` release zip.
 2. Upload it through the Plugins screen in WordPress.
 3. Activate the plugin. Built release zips include generated Composer autoload files.

Source checkout:

 1. Copy or symlink this plugin directory as `/wp-content/plugins/waypoints-trip-planner/`.
 2. Run `composer install` inside the plugin directory to generate vendor/autoload.
    php.
 3. Activate the plugin through the Plugins screen in WordPress.
 4. Open Settings > Waypoints: Trip Planner and configure the required default location
    and Google API keys.

## प्रश्नोत्तर

### What do I need before using it on a live site?

Configure the required default location and Google API keys in Settings >
 Waypoints:
Trip Planner. For best results, restrict Google API keys in Google Cloud Console
and test the planner flow on a staging site before adding it to a public page.

### How do I display the planner?

Use the Waypoints: Trip Planner block in the block editor or add `[waypoints]`
 
to a page, post, or Shortcode block. The optional `action_url` shortcode attribute
and `Action URL` block setting can submit planner updates to a specific page URL.

### Where is the developer documentation?

See the repository `docs/` directory for installation, usage, admin, release,
 architecture,
settings, security, and troubleshooting notes.

## समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

## योगदानकर्ता र डेभलपरहरू

“Waypoints: Trip Planner” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा
योगदान गरेका छन्।

योगदानकर्ताहरू

 *   [ acodebeard ](https://profiles.wordpress.org/acodebeard/)

[“Waypoints: Trip Planner” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/waypoints-trip-planner)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/waypoints-trip-planner/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/waypoints-trip-planner/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/waypoints-trip-planner/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/waypoints-trip-planner/) को
सदस्यता लिनुहोस्।

## चेन्जलग

#### 1.0.2

 * Updated the WordPress.org submission name and slug to Waypoints: Trip Planner.

#### 1.0.1

 * Added an admin control for briefly revealing saved Google API keys while checking
   copied values.
 * Hardened Google API key settings against browser autofill and non-key values.

#### 1.0

 * Renamed the original public plugin surface to Waypoints, including the REST namespace,
   block name, preferred shortcode, release metadata, and package artifact.
 * Added WordPress.org submission-readiness checks covering PHP quality, PHPStan,
   browser smoke tests, WordPress Plugin Check, release packaging, and metadata 
   validation.
 * Hardened the release artifact so it ships as a single `waypoints/` plugin directory
   with production Composer autoload files and normalized file permissions.
 * Added admin-only API request counting for troubleshooting Google API usage.
 * Added contributor credits and clearer production installation, configuration,
   and external-service documentation.

#### 0.5

 * Added block-editor and shortcode entry points that share the same planner renderer.
 * Added admin-editable categories and interface copy settings.
 * Added REST-powered planner interactions, rate limiting, and Google API admin 
   tools.
 * Added a reproducible release zip builder and manual release-process documentation.
 * Added color mode controls, Noto Sans assets, and a cleaned-up settings interface.
 * Added an upgrade cleanup that prunes removed interface-copy settings from existing
   installs.

#### 0.1.0

 * Initial plugin scaffold (GH issue #20): directory structure, main plugin file,
   activation / deactivation hooks, uninstall routine, PSR-4 autoloading.

## मेटा

 *  संस्करण **1.0.2**
 *  पछिल्लो अपडेट **34 मिनेट अघि**
 *  सक्रिय स्थापना **१० भन्दा कम**
 *  वर्डप्रेस संस्करण ** 6.8 वा उच्च **
 *  जाँच गरिएको **7.0**
 *  PHP संस्करण ** 8.2 वा उच्च **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/waypoints-trip-planner/)
 * ट्यागहरू
 * [maps](https://ne.wordpress.org/plugins/tags/maps/)[planning](https://ne.wordpress.org/plugins/tags/planning/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/waypoints-trip-planner/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

[Your review](https://wordpress.org/support/plugin/waypoints-trip-planner/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/waypoints-trip-planner/reviews/)

## योगदानकर्ताहरू

 *   [ acodebeard ](https://profiles.wordpress.org/acodebeard/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/waypoints-trip-planner/)