| File: Core\IGeoPathMapElement.cs | Web Access | 
| Project: src\src\Core\maps\src\Maps.csproj (Microsoft.Maui.Maps) | 
| using System.Collections.Generic; using Microsoft.Maui.Devices.Sensors; namespace Microsoft.Maui.Maps { public interface IGeoPathMapElement : IMapElement, IList<Location> { } } |