First we need to make sure address1_latitude and address1_longitude should be added under account form and filled for all account records based on their address. RequirementLet’s say we have a requirement to show all the child accounts (sub accounts) as pushpins on map under parent account and show their name and city when user will hover on pushpin. SolutionWe can simply develop an html web resource where we can use Bing Maps AJAX control to show pushpins for child account based on the latitude or longitude values. We can implement this in the following three steps:
So let’s follow the below given steps:
References: BingMaps SDK