how to show google map location by using Latitude and Longitude in mvc razor view its coming from model dynamic
foreach (var item in Model)
{
@item.Latitude
@item.Longitude
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted Dec 7, 2017, 7:20 AM