mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Some comments
This commit is contained in:
parent
e642846e7d
commit
fd2f09a078
5 changed files with 17 additions and 4 deletions
|
|
@ -52,6 +52,10 @@ namespace MapControl
|
|||
Add(new Location(latitude, longitude));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates a LocationCollection instance from a string containing a sequence
|
||||
/// of Location strings that are separated by a spaces or semicolons.
|
||||
/// </summary>
|
||||
public static LocationCollection Parse(string locations)
|
||||
{
|
||||
if (string.IsNullOrEmpty(locations))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue