Integrating google map with Dynamics crm In previous post we discussed how to Track latitude and longitude in Dynamics 365 for phone App Going one step forward, in this post i'll be showing how i have integrated google map into crm and shown the last locations of user on google map embedded on user record. I... Continue Reading →
How to track user location in Dynamics 365 for phone App
Track latitude and longitude in Dynamics 365 for phone App In previous post we discussed How to get address from longitude and latitude in c# | Reverse geo-coding in c# In this post, i'll discuss how we can track the location of a user using Dynamics 365 for phone mobile application. Prerequisit:- For storing the latitude... Continue Reading →
How to get address from longitude and latitude in c# | Reverse geo-coding in c#
Converting longitude and latitude into full address in c# In this post we'll discuss how you can get address from longitude and latitude. This process is also called reverse geo-coding. This can be used in many cases. Our example will be used in fetching address from geocodes in crm. We'll create a console application and... Continue Reading →