map-integration

Integrate Google Maps and Mapbox with markers, polylines, and location tracking in Flutter.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/vertivolatam/monorepo --skill map-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: map-integration
Source: https://github.com/vertivolatam/monorepo/tree/main/skills/flutter/map-integration
Command: npx skills add https://github.com/vertivolatam/monorepo --skill map-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google_maps_flutter, mapbox_gl, geolocator, geocoding, flutter_polyline_points, maps_toolkit, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the integration of interactive maps into Flutter applications, enabling users to visualize locations, track movement, and plan routes.

Core Features & Use Cases

  • Map Display: Integrate Google Maps and Mapbox with custom markers, polylines, and styles.
  • Location Services: Implement real-time location tracking and geocoding.
  • Use Case: Develop a delivery app where drivers can see customer locations on a map, get optimized routes, and update their real-time location status.

Quick Start

Use the map-integration skill to display a Google Map centered on San Francisco with the current user's location enabled.

Frequently Asked Questions about map-integration

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

FAQPage Schema
How do I integrate Google Maps and Mapbox into a Flutter application?

Display interactive maps in Flutter using Google Maps and Mapbox SDKs to visualize custom markers, polylines, and user locations. It supports geocoding and route drawing for comprehensive navigation features.

Can I track real-time geolocation and draw route polylines in Flutter?

Track real-time geolocation and draw route polylines in Flutter using the geolocator and flutter_polyline_points packages. This combination enables live movement tracking and dynamic route rendering on your map interface.

Does this Flutter map integration support offline map capabilities and geocoding?

Offline map capabilities and geocoding are supported in this Flutter integration. It uses the geocoding package to translate addresses into coordinates and allows map visualization without a continuous network connection.

What is the best way to add custom markers to a Mapbox or Google Map in Flutter?

Add custom markers to Mapbox or Google Maps in Flutter through the provided map SDKs. This enables direct annotation of specific locations for use cases like delivery tracking and route planning visualization.

Do I need specific Flutter packages for location tracking and route planning?

Specific Flutter packages including geolocator, geocoding, and flutter_polyline_points are required for full location tracking and route planning functionality. These dependencies handle positioning, address translation, and route generation.