uble longitude = latlong.Longitude; return GetMapUri(latitude, longitude, zoom, mapStyle, width, height); } Step 5:In your Index action, call the MapAddress method by passing the address and other parameter where mapstyle you can pass as ROAD, AERIAL and HYBRID and receive the URL in a string or store it in ViewBag using this ViewBag we will show in our view. public ActionResult Index() { ViewBag.