google maps

google maps

Hi,
 
I'm a new user to zoho, I'm having some issues working out how to get my addresses to show as a placemarker in googlemaps (my address is formatted as 1 field is the number of the house, 1 field is the address and 1 field is the surburb).
 
I have seen this in the forum - but where do I enter this info?  Do I have to create a new HTML view?  if someone could please walk me thru where I type this code and get it to work, that would be much appreciated.
 
Will this code pull in other fields info?  (such so info that I want to show up in the google map)
 
---------------------------------
 
Function for generating authoization header
Copy code
  1. string googlemap.getGoogleAuthToken(string email, string passwd, string GoogleService)
  2. {
  3.     accountType = "HOSTED_OR_GOOGLE";
  4.     url = "https://www.google.com/accounts/ClientLogin?accountType=" + accountType + "&Email=" + email + "&Passwd=" + passwd + "&service=" + input.GoogleService;  // Check GDATA API for service codes
  5.     response = getUrl(url);
  6.     authToken = response.getSuffix("Auth=").trim();  // Store this Authorization for subsequent request
  7.     return authToken;
  8. }
Function to retrive the latitude and langitude for address (Geocoding requests).
Copy code
  1. map googlemap.getLatitudeAndLangitudeMap(string address)
  2. {
  3.     latandlngXml = getUrl("http://maps.google.com/maps/api/geocode/xml?address=" + input.address + "&sensor=true");  // Retriving xml containing latitude and langitude xml
  4.     latitude = latandlngXml.executeXPath("/GeocodeResponse/result/geometry/location/lat/text()");
  5.     langitude = latandlngXml.executeXPath("/GeocodeResponse/result/geometry/location/lng/text()");
  6.     return { "latitude" : latitude, "langitude" : langitude};
  7. }
Function for adding PlaceMarks to GoogleMap.
Copy code
  1. void googlemap.createMapAndAddPlaceMark(string mapName, string placeTitle, string address)
  2. {
  3.     GoogleAuthToken = thisapp.googlemap.getGoogleAuthToken("xxx@gmail.com", "yyy", "local");
  4. //HeaderParams included
  5.     headerMap = { "Authorization" : "GoogleLogin auth=\"" + GoogleAuthToken + "\"", "Content-Type" : "text/csv", "Slug" : input.mapName };

  6.     latAndLanMap = thisapp.googlemap.getLatitudeAndLangitudeMap(address);
  7.     latitude = latAndLanMap.get("latitude");
  8.     langitude = latAndLanMap.get("langitude");
  9. //CSVMap Data Generating
  10.     title = input.placeTitle;
  11.     placeDesc = (input.address).replaceAll(","," ");
  12.     csvMapData = "name,latitude,longitude,description\n" + title + "," + latitude + "," + langitude + "," + placeDesc;
  13. //Adding GoogleMap into MyMaps to the AuthenticatedUser.
  14.     result = postUrl("http://maps.google.com/maps/feeds/maps/default/full", csvMapData, headerMap,false);
  15.     info result.get("responseText");
  16.     info result.get("responseCode");
  17. }
            --
            Thanks



            • Recent Topics

            • Zoho Inventory. Preventing Negative Stock in Sales Orders – Best Practices?

              Dear Zoho Inventory Community, We’re a small business using Zoho Inventory with a team of sales managers. Unfortunately, some employees occasionally overlook stock levels during order processing, leading to negative inventory issues. Is there a way to
            • steps and options to change Domain DNS/Nameservers settings

              Please share the options or steps to change  Domain DNS/Nameservers settings 
            • Integración Books para cumplir la ley Crea y Crece y Ley Antifraude (VeriFactu)

              Hola: En principio, en julio de 2025, entra en vigor la ley Crea y Crece y Ley Antifraude (VeriFactu). ¿Sabéis si Zoho va a cumplir con la ley para cumplir con la facturación electrónica conectada a Hacienda? Gracias
            • Zoho One - Syncing Merchants and Vendors Between Zoho Expense and Zoho Books

              Hi, I'm exploring the features of Zoho One under the trial subscription and have encountered an issue with syncing Merchant information between Zoho Expense and Zoho Books. While utilizing Zoho Expense to capture receipts, I noticed that when I submit
            • Offline support for mobile app

              Accessing your files and folders from your mobile devices is now quicker and simpler, thanks to the power of offline support. Whether on an Android or iOS device, you can use the Offline function to save files and folders, so you can review them even
            • Zoho Sheet for Desktop

              Does Zoho plans to develop a Desktop version of Sheet that installs on the computer like was done with Writer?
            • Create static subforms in Zoho CRM: streamline data entry with pre-defined values

              Last modified on (9 July, 2025): This feature was available in early access and is currently being rolled out to customers in phases. Currently available for users in the the AU, CA, and SA DCs. It will be enabled for the remaining DCs in the next couple
            • BUTTONS SHOWN AS AN ICON ON A REPORT

              Hi Is there any way to create an action button but show it as an icon on a report please? As per the attached example? So if the user clicks the icon, it triggers an action?
            • Dropshipping Address - Does Not Show on Invoice Correctly

              When a dropshipping address is used for a customer, the correct ship-to address does not seem to show on the Invoice. It shows correctly on the Sales Order, Shipment Order, and Package, just not the Invoice. This is a problem, because the company being
            • RFQ MODEL

              A Request for quotation model is used for Purchase Inquiries to multiple vendors. The Item is Created and then selected to send it to various vendors , once the Prices are received , a comparative chart is made for the user. this will help Zoho books
            • Will zoho thrive be integrated with Zoho Books?

              title
            • Product Updates in Zoho Workplace applications | August 2025

              Hello Workplace Community, Let’s take a look at the new features and enhancements that went live across all Workplace applications this August. Zoho Mail Delegate Email Alias Now you can let other users send emails on your behalf—not just from your primary
            • Notebook audio recordings disappearing

              I have recently been experiencing issues where some of my attached audio recordings are disappearing. I am referring specifically to ones made within a Note card in Notebook on mobile, made by pressing the "+" button and choosing "Record audio" (or similar),
            • Error While Sign in on Zoho Work Drive

              Dear Team, I hope this email finds you well. I have recently created a Zoho account and started using it. But while I am trying to log in to Zoho work drive it won't log me in its crashing every time I try it. I have tried it on android app, phone browser
            • Unable to send message; Reason:554 5.1.8 Email Outgoing Blocked

              Hi, I sent few emails and got this: Unable to send message; Reason:554 5.1.8 Email Outgoing Blocked And now I have few days since I cant send any email. Is there something wrong I did? Also can someone fix this please
            • Want to use Zoho Books in Switzerland. CHF support planned?

              Hi, We're a Swiss company using other Zoho suite software and I discovered Zoho Books and other accounting SaaS when looking for an accounting tool. Do you intend to cover Switzerland and CHF based accounting anytime soon? Roy
            • Zoho sheet desktop version

              Hi Zoho team Where can I access desktop version of zoho sheets? It is important as web version is slow and requires one to be online all the time to do even basic work. If it is available, please guide me to the same.
            • Creator - Portal Custom Domain

              I will pay $100 in crypto to anyone who can actually get my Creator Custom Domain to function (actually tell me how you got yours to).  Domain verifies, Nothing. I've been fighting it a week, multiple chats to customer service. Clearly I'm doing something wrong.  Some datapoints Domain name itself unimportant, can be a string of numbers.  I need to know what registrars are working for you because GoDaddy does NOT.  Do I need hosting? I've tried both ways and nothing works.  I pushed through Cloudflare
            • Weekly Tips : Teamwork made easy with Multiple Assignees

              Let's say you are working on a big project where different parts of a single task need attention from several people at the same time—like reviewing a proposal that requires input from sales, legal, and finance teams. Instead of sending separate reminders
            • Celebrating Connections with Zoho Desk

              September 27 is a special day marking two great occasions: World Tourism Day and Google’s birthday. What do these two events have in common (besides the date)? It's something that Zoho Desk celebrates, too: making connections. The connect through tourism
            • What is Resolution Time in Business Hours

              HI, What is the formula used to find the total time spent by an agent on a particular ticket? How is Resolution Time in Business Hours calculated in Zohodesk? As we need to find out the time spent on the ticket's solution by an agent we seek your assistance
            • Upload API

              I'm trying to use the Upload API to upload some images and attach them to comments (https://desk.zoho.com/DeskAPIDocument#Uploads#Uploads_Uploadfile) - however I can only ever get a 401 or bad request back. I'm using an OAuth token with the Desk.tickets.ALL
            • Zoho Desk KB article embedded on another site.

              We embed KB articles from Zoho Desk on another site (our application). When opening the article in a new tab, there is no issue, but if we choose lightbox, we are getting an error "To protect your security, help.ourdomain.com will not allow Firefox to
            • Is Zoho Sheet available for Linux ?

              Is Zoho Sheet available for Linux ?
            • How use

              Good morning sir I tried Zoho Mail
            • Adding Overlays to Live Stream

              Hello folks, The company I work for will host an online event through Zoho Webinar. I want to add an overlay (an image) at the bottom of the screen with all the sponsors' logos. Is it possible to add an image as an overlay during the live stream? If so,
            • Email Sending Failed - SMTP Error: data not accepted. - WHMCS Not sending emails due to this error

              I have been trying to figure out a fix for about a week now and I haven't found one on my own so I am going to ask for help on here.  After checking all the settings and even resetting my password for the email used for WHMCS it still says: Email Sending Failed - SMTP Error: data not accepted.  I have no clue how to fix it at this point. Any insight would be lovely. 
            • Support new line in CRM Multiline text field display in Zoho Deluge

              Hi brainstrust, We have a Zoho CRM field which is a Muti Line (Small) field. It has data in it that has a carriage return after each line: When I pull that data in via Deluge, it displays as: I'm hoping a way I can change it from: Freehand : ENABLED Chenille
            • Does Zoho Learn integrate with Zoho Connect,People,Workdrive,Project,Desk?

              Can we propose Zoho LEarn as a centralised Knowledge Portal tool that can get synched with the other Zoho products and serve as a central Knowledge repository?
            • Zoho Flow - Update record in Trackvia

              Hello, I have a Flow that executes correctly but I only want it to execute once when a particular field on a record is updated in TrackVia. I have the trigger filters setup correctly and I want to add an "update record" action at the end of the flow to
            • Add Comprehensive Accessibility Features to Zoho Desk Help Center for End Users

              Hello Zoho Desk Team, We hope you're doing well. We’d like to submit a feature request to enhance the client-facing Help Center in Zoho Desk with comprehensive accessibility features, similar to those already available on the agent interface. 🎯 Current
            • Rename Record Summary PDF in SendMail task

              So I've been tasked with renaming a record summary PDF to be sent as part of a sendmail task. Normally I would offer the manual solution, a user exports the PDF and uploads it to a file upload field, however this is not acceptable to the client in this
            • Option to Empty Entire Mailbox or Folder in Zoho Mail

              Hello Zoho Mail Team, How are you? We would like to request an enhancement to Zoho Mail that would allow administrators and users to quickly clear out entire folders or mailboxes, including shared mailboxes. Current Limitation: At present, Zoho Mail only
            • in zoho creator Sales Returns form has sub form Line Items return quantity when i upate the or enter any values in the sub form that want to reflect in the Sales Order form item deail sub form field Q

              in zoho creator Sales Returns form has sub form Line Items return quantity when i upate the or enter any values in the sub form that want to reflect in the Sales Order form item deail sub form field Quantity Returned\ pls check the recording fetch_salesorder
            • Estimates with options and sub-totals

              Hi It seems it would be great to be able to show multiple options in an estimate. For instance I have a core product to which I can add options, and maybe sub-options... It would be great to have subtotals and isolate the core from the not compulsory items. Thanks
            • Rate Limiting in Zoho Flow (OpenAI API)

              Hi Everyone, We are facing some issues when using Zoho Flow as we have a deluge script running which is making external calls to OpenAI endpoint. Sometimes the response takes more than 30 seconds meaning the script will timeout. We want to implement a
            • Optional Items Estimate

              How do you handle optional items within an estimate? In our case we have only options to choose with. (Like your software pricing, ...standard, professional, enterprise) How can we disable the total price? Working with Qty = 0 is unprofessional....
            • Important Update : Zendesk Sell announced End of Life

              Hello Zendesk users, Zendesk has officially announced that Zendesk Sell will reach its End of Life (EOL) on August 31, 2027 (Learn more). In line with this deprecation, Zoho Analytics will retire its native Zendesk Sell connector effective October 1,
            • Zoho Sheets

              Hi, I am trying to transition into Zoho sheets, I have attached the issues encountered. Server issues, file trying to upload for more than 30 mins, even once uploaded my data aren't loaded. Simple calculations are not working I have attached the sample.
            • Zoho CRM + Zoho FSM : alignez vos équipes commerciales et techniques

              La vente est finalisée, mais le parcours client ne fait que commencer ! Dans les entreprises orientées service, conclure une vente représente seulement la première étape. Ce qui suit — installation, réparation ou maintenance régulière — influence grandement
            • Next Page