Google Maps Blog Posts
A collection of Google Maps Platform techical writing
1. Google Maps Search Along Route
This article introduces the Google Search Along Route API, which allows developers to identify places along a route that match a free-form text string. By integrating this API, applications can enhance user experiences by suggesting relevant stops or points of interest during a journey.
2. Using the Google Distance Matrix API for Taxi Dispatch
This post explores how to leverage the Google Distance Matrix API to build an efficient taxi dispatch system. It discusses methods to calculate optimal routes and estimated arrival times, thereby improving dispatch accuracy and customer satisfaction.
3. Plan a Route with Multiple Stops Using the Routes API
The article delves into the capabilities of the Google Maps Routes API for creating routes with multiple stops. It covers functionalities such as obtaining travel times, finding alternate routes, avoiding tolls, and drawing routes between multiple points, providing a comprehensive guide for developers.
4. A Developer's Guide to the Google Routes API
This guide offers an in-depth look at using the Google Maps Routes API to plan routes with multiple stops, retrieve travel times, avoid tolls, and search for places along a route. It serves as a valuable resource for developers aiming to integrate advanced routing features into their applications.
5. Google Navigation SDK Standalone
This post introduces the Google Navigation SDK, enabling developers to add turn-by-turn directions to Android or iOS applications. It highlights the SDK's features and provides insights into integrating navigation functionalities seamlessly.
6. Getting Started with the Google Navigation SDK
A tutorial focused on building a basic in-app turn-by-turn navigation app for Android using the Google Navigation SDK. It guides readers through setup, permissions, and implementing navigation features, serving as a foundational resource for developers new to the SDK.
7. Google Maps Building Outlines and Entrances API
This article introduces the Google Maps Building Outlines and Entrances API, which allows developers to display building outlines and entrance locations on maps. Such features can enhance applications that require precise building information, such as delivery or navigation services.
8. GMPRO Docs: Complete All Deliveries Before Pickups in Cargo Bike Logistics
This post discusses using the pickupToDeliveryTimeLimit feature in GMPRO to ensure that all deliveries are completed before accepting new pickups. It addresses challenges specific to cargo bike logistics and offers solutions to optimize delivery sequences.
9. GMPRO Docs: Driver Breaks
The article explains how to add driver breaks to a route using the Google Maps Platform Route Optimization API. It covers the importance of incorporating rest periods into route planning to comply with regulations and maintain driver well-being.
10. GMPRO Docs: Driver Load Balancing with Soft Constraints
This post explores methods to apply vehicle loads and capacities to distribute stops evenly using the softMaxLoad and costPerUnitAboveSoftMax fields in GMPRO. It provides insights into balancing workloads among drivers to improve efficiency.
11. GMPRO Docs: Solving the VRP with Route Clustering and Soft Constraints
The article discusses using GMPRO's distanceLimit and softMaxMeters fields to optimally cluster delivery routes. It addresses the Vehicle Routing Problem (VRP) and offers strategies for effective route clustering.
12. GMPRO Docs: Territory Optimization and Route Planning
This post explains how to use the costsPerVehicle parameter to build a territory optimization system with GMPRO. It highlights strategies for defining territories and planning routes to enhance operational efficiency.
13. GMPRO Docs: Fixed Vehicle Costs
The article explores methods to minimize the number of vehicles needed by adjusting fixed and variable costs in GMPRO. It provides insights into cost-effective fleet management and route planning.
14. Fleet Routing App - Free Google Maps Route Planner for Multiple Stops
This post introduces the Google Maps free route planner and demonstrates how to use it to evaluate routes created in GMPRO. It serves as a practical guide for users seeking efficient route planning solutions. blog.afi.io
15. Google Maps Route Optimization: Multi-Vehicle
The article discusses solving the Vehicle Routing Problem (VRP) using GMPRO, Google's route optimization API. It provides strategies for optimizing routes for multiple vehicles to improve logistics operations.
16. GMPRO TSP Solver: Google Maps with More Than 25 Waypoints
This post explores solving the Traveling Salesman Problem (TSP) using Google's route optimization API, specifically addressing scenarios with more than 25 waypoints. It offers solutions for complex routing challenges.
17. GMPRO: Google Maps Platform Route Optimization API
An introduction to GMPRO, Google's route optimization API. The article provides an overview of its features and applications in optimizing routes for various logistics needs.
18. Google Places Text Search
This post discusses using the Google Text Search API to help users quickly find places with simple, natural text queries. It highlights the API's capabilities in enhancing search functionalities within applications.
19. Google Nearby Search API
The article explains how to use the Google Nearby Search API to find nearby places
Last updated