- App check if running on device or emulator

- LocationString on update
- web app markers icons
This commit is contained in:
2011-05-09 13:20:44 +03:00
parent 72c1bbdcfc
commit 1f79fa6349
9 changed files with 72 additions and 118 deletions
@@ -13,5 +13,7 @@ namespace GoogleMaps.Models
public string lng { get; set; }
public string html { get; set; }
public string label { get; set; }
public string icon { get; set; }
public string lastUpdated { get; set; }
}
}