mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-29 11:02:07 +03:00
Added tag tag1 for changeset 4c285537b335
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace GoogleMaps.Models
|
||||
{
|
||||
public class MarkerList
|
||||
{
|
||||
public List<Marker> markers { get; set; }
|
||||
}
|
||||
|
||||
public class Marker
|
||||
{
|
||||
public string lat { get; set; }
|
||||
public string lng { get; set; }
|
||||
public string html { get; set; }
|
||||
public string label { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user