mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-28 21:01:39 +03:00
- App check if running on device or emulator
- LocationString on update - web app markers icons
This commit is contained in:
@@ -67,7 +67,7 @@ namespace MyFriendsAround.Data.BLL
|
||||
locateFriend.FriendName = friend.FriendName;
|
||||
locateFriend.FriendImageUrl = friend.FriendImageUrl;
|
||||
locateFriend.LastUpdated = friend.LastUpdated;
|
||||
locateFriend.LocationStr = friend.LocationStr;
|
||||
locateFriend.LocationStr = string.Format("POINT({0} {1})", friend.Latitude, friend.Longitude);
|
||||
|
||||
ctx.ObjectStateManager.ChangeObjectState(locateFriend, System.Data.EntityState.Modified);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user