Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

syncfusion-maui-maps同步融合毛伊岛地图

Agent Skill

syncfusion-maui-maps 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

840

周安装

35

GitHub Stars

54

下载量

280
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-maui-maps(同步融合毛伊岛地图)
来源仓库:https://github.com/syncfusion/maui-ui-components-skills
仓库路径:skills/syncfusion-maui-maps
安装命令:
npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-maps
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/maui-ui-components-skills --skill syncfusion-maui-maps

简介

同步融合毛伊岛地图组件,提供地理定位与地图交互功能。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中的位置服务与地图应用开发。
  • 从 GitHub 仓库获取并安装,采用通用技能部署流程。
  • 需确认其是否依赖外部地图服务 API 及相应访问权限。
  • syncfusion-maui-maps 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing.NET MAUI Maps (SfMaps)

A comprehensive skill for implementing Syncfusion's.NET MAUI Maps control. The SfMaps control is a powerful data visualization component for displaying statistical information across geographical areas with highly interactive and customizable features.

When to Use This Skill

Use this skill when you need to:

  • Install and configure Syncfusion.NET MAUI Maps (SfMaps) control
  • Display geographic data using shape layers with shapefile data
  • Integrate tile-based maps from providers.
  • Add markers to denote locations with built-in symbols or custom content
  • Visualize data with bubbles, color mapping, and choropleth maps
  • Display legends for shapes or bubbles with customizable appearance
  • Show data labels on map shapes with smart positioning
  • Add sublayers (circle, arc, line, polygon, polyline) for additional data visualization
  • Enable interactions like zoom, pan, shape selection, and tooltips
  • Implement AI-driven location search for smart geocoding and search

Component Overview

Syncfusion.NET MAUI Maps provides two primary layer types:

  1. Shape Layer (MapShapeLayer): Renders vector maps from GeoJSON or shapefile data
  2. Tile Layer (MapTileLayer): Renders raster map tiles from web map tile services

Key Features:

  • Multiple layer support with sublayers
  • Markers with built-in and custom templates
  • Bubble visualization for data representation
  • Color mapping (equal and range-based)
  • Interactive legends
  • Data labels with smart positioning
  • Zoom and pan capabilities
  • Shape selection and tooltips
  • AI-driven location search

Platforms Supported: Android, iOS, Windows, macOS

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

When to read: First-time setup, installation, basic map creation

Topics covered:

  • NuGet package installation (Syncfusion.Maui.Maps)
  • Handler registration in MauiProgram.cs
  • Creating your first map with shape layer
  • Loading shapefile data from local.
  • Creating your first map with tile layer
  • Basic configuration and map display

Layer Types

Shape Layer

📄 Read: references/shape-layer.md

When to read: Working with vector maps, shapefile data, choropleth maps, data binding

Topics covered:

  • MapShapeLayer overview and configuration
  • Loading shape data
  • Data source binding with DataSource, PrimaryValuePath, and ShapeDataField
  • Color mapping strategies (EqualColorMapping, RangeColorMapping)
  • Shape styling (fill, stroke, hover states)
  • Shape customization and theming
  • AOT mode considerations and preservation attributes

Tile Layer

📄 Read: references/tile-layer.md

When to read: Integrating OpenStreetMap, Bing Maps, or other tile providers

Topics covered:

  • MapTileLayer overview
  • URL template format and WMTS specification
  • Subscription key configuration
  • Map center and zoom settings
  • Map type variations (Road, Aerial, etc.)

Visual Elements

Markers

📄 Read: references/markers.md

When to read: Adding location markers, pins, or custom markers to maps

Topics covered:

  • MapMarker overview and MapMarkerCollection
  • Adding markers to shape layers
  • Adding markers to tile layers
  • Built-in icon types (Circle, Diamond, Rectangle, Square)
  • Marker positioning with latitude/longitude
  • Icon customization (size, color, fill, stroke)
  • Custom marker templates with MarkerTemplate
  • Marker alignment, offset, and anchoring
  • Marker tooltips
  • Marker events and selection

Bubbles

📄 Read: references/bubbles.md

When to read: Visualizing data with size/color-coded bubbles on shapes

Topics covered:

  • Bubble visualization overview
  • Enabling bubbles with ShowBubbles
  • BubbleSettings configuration
  • Size-based bubbles with SizeValuePath, MinSize, MaxSize
  • Color-based bubbles with ColorValuePath
  • Bubble styling (fill, stroke, opacity)
  • Bubble tooltips
  • Bubble color mapping
  • Multiple bubble series

Data Labels

📄 Read: references/data-labels.md

When to read: Displaying text labels on map shapes

Topics covered:

  • Data label overview and purpose
  • Enabling labels with ShowDataLabels
  • DataLabelSettings configuration
  • DataLabelPath for binding label text
  • Label styling (font, color, size, weight)
  • Label positioning and alignment
  • Smart label behavior (trim, hide on overflow)
  • Custom label templates
  • Label interaction and events

Legends

📄 Read: references/legends.md

When to read: Adding legends for shapes or bubbles

Topics covered:

  • Legend overview and MapLegend configuration
  • Shape legend with SourceType.Shape
  • Bubble legend with SourceType.Bubble
  • Legend placement (Top, Bottom, Left, Right)
  • Legend text customization from ColorMapping.Text
  • Icon customization (size, type, spacing)
  • Legend positioning and padding
  • Text style configuration with TextStyle
  • Custom legend templates
  • Legend visibility and toggling

Advanced Features

Sublayers

📄 Read: references/sublayers.md

When to read: Adding multiple layers, circles, arcs, lines, polygons, or polylines

Topics covered:

  • Sublayer overview and types
  • MapShapeSublayer for additional shape layers
  • MapCircle for radius-based circles
  • MapArc for connecting two points with arcs
  • MapLine for simple line connections
  • MapPolygon for custom polygon shapes
  • MapPolyline for multi-point line paths
  • Sublayer data binding and collections
  • Sublayer styling and appearance
  • Multiple sublayers and stacking
  • Layer z-index and ordering

Interaction Features

📄 Read: references/interaction-features.md

When to read: Enabling zoom, pan, selection, or tooltips

Topics covered:

  • Zoom and Pan:

- EnableZooming and EnablePanning properties - ZoomPanBehavior configuration - MinZoomLevel and MaxZoomLevel - Programmatic zoom methods - Zooming to specific regions

  • Selection:

- Shape selection with EnableSelection - Selection appearance customization - Selection events and handlers

  • Tooltips:

- ShowShapeTooltip for shape tooltips - Tooltip templates and styling - Tooltips for markers and bubbles - Custom tooltip content

AI-Driven Location Search

📄 Read: references/ai-location-search.md

When to read: Implementing smart location search and geocoding

Topics covered:

  • AI-driven location search overview
  • Smart search capabilities
  • Location autocomplete
  • Geocoding integration
  • Search configuration
  • Search result handling
  • Custom search providers

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.18%
按下载量换算104

Claude

26.46%
按下载量换算74

Cursor

17.14%
按下载量换算48

Gemini CLI

9.25%
按下载量换算26

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills