How to create latitude and longitude automatically for civirm contact

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












I want to generate latitude and longitude automatically for CiviCRM contact when the address is present.



How to achieve this?







share|improve this question
























    up vote
    2
    down vote

    favorite












    I want to generate latitude and longitude automatically for CiviCRM contact when the address is present.



    How to achieve this?







    share|improve this question






















      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I want to generate latitude and longitude automatically for CiviCRM contact when the address is present.



      How to achieve this?







      share|improve this question












      I want to generate latitude and longitude automatically for CiviCRM contact when the address is present.



      How to achieve this?









      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 3 at 11:00









      rk1990

      111




      111




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          4
          down vote













          You need to enable Mapping and Geocoding from civicrm/admin/setting/mapping?reset=1



          • Enter your API Key or Application ID. An API Key is required for the Google Maps API. Refer to developers.google.com for the latest information.


          • Save the form and you should be able to see latitude and longitude based on your contact's address. Note that it displays when you click on inline edit and load the address form as shown below.


          enter image description here



          Also see https://docs.civicrm.org/user/en/latest/initial-set-up/mapping/






          share|improve this answer



























            up vote
            2
            down vote













            Welcome to Stackexchange. Take a look at the docs about geocoding and mapping. If you're using Google then you need an API key for geo coding requests. To get Google API key you can find information here.



            Once you have api key navigate CiviCRM >> Administer >> System Settings >> Mapping and Geocoding and set the API key there.



            After enabling the mapping provider, you may need to use this script to generate latitude/longitude information for existing contact addresses.




            • Navigate to CiviCRM >> Administer >> Localization >> Address Settings. Update Address Editing section with Latitude, Longitude, and Street Address Parsing enabled
              enter image description here



              • Enable cron job 'Geocode and Parse Addresses' by navigating to CiviCRM >> Administer >> System Settings >> Scheduled Jobs. With geocoding=1 and parse=0/1 in the Geocoding Parameters.


            You can also use CiviCRM Geocoder extension which provides additional information about the address.



            HTH



            Pradeep






            share|improve this answer




















              Your Answer







              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "605"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              convertImagesToLinks: false,
              noModals: false,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              noCode: true, onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













               

              draft saved


              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcivicrm.stackexchange.com%2fquestions%2f26370%2fhow-to-create-latitude-and-longitude-automatically-for-civirm-contact%23new-answer', 'question_page');

              );

              Post as a guest






























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              4
              down vote













              You need to enable Mapping and Geocoding from civicrm/admin/setting/mapping?reset=1



              • Enter your API Key or Application ID. An API Key is required for the Google Maps API. Refer to developers.google.com for the latest information.


              • Save the form and you should be able to see latitude and longitude based on your contact's address. Note that it displays when you click on inline edit and load the address form as shown below.


              enter image description here



              Also see https://docs.civicrm.org/user/en/latest/initial-set-up/mapping/






              share|improve this answer
























                up vote
                4
                down vote













                You need to enable Mapping and Geocoding from civicrm/admin/setting/mapping?reset=1



                • Enter your API Key or Application ID. An API Key is required for the Google Maps API. Refer to developers.google.com for the latest information.


                • Save the form and you should be able to see latitude and longitude based on your contact's address. Note that it displays when you click on inline edit and load the address form as shown below.


                enter image description here



                Also see https://docs.civicrm.org/user/en/latest/initial-set-up/mapping/






                share|improve this answer






















                  up vote
                  4
                  down vote










                  up vote
                  4
                  down vote









                  You need to enable Mapping and Geocoding from civicrm/admin/setting/mapping?reset=1



                  • Enter your API Key or Application ID. An API Key is required for the Google Maps API. Refer to developers.google.com for the latest information.


                  • Save the form and you should be able to see latitude and longitude based on your contact's address. Note that it displays when you click on inline edit and load the address form as shown below.


                  enter image description here



                  Also see https://docs.civicrm.org/user/en/latest/initial-set-up/mapping/






                  share|improve this answer












                  You need to enable Mapping and Geocoding from civicrm/admin/setting/mapping?reset=1



                  • Enter your API Key or Application ID. An API Key is required for the Google Maps API. Refer to developers.google.com for the latest information.


                  • Save the form and you should be able to see latitude and longitude based on your contact's address. Note that it displays when you click on inline edit and load the address form as shown below.


                  enter image description here



                  Also see https://docs.civicrm.org/user/en/latest/initial-set-up/mapping/







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Sep 3 at 11:28









                  jitendra - fuzion

                  4,136528




                  4,136528




















                      up vote
                      2
                      down vote













                      Welcome to Stackexchange. Take a look at the docs about geocoding and mapping. If you're using Google then you need an API key for geo coding requests. To get Google API key you can find information here.



                      Once you have api key navigate CiviCRM >> Administer >> System Settings >> Mapping and Geocoding and set the API key there.



                      After enabling the mapping provider, you may need to use this script to generate latitude/longitude information for existing contact addresses.




                      • Navigate to CiviCRM >> Administer >> Localization >> Address Settings. Update Address Editing section with Latitude, Longitude, and Street Address Parsing enabled
                        enter image description here



                        • Enable cron job 'Geocode and Parse Addresses' by navigating to CiviCRM >> Administer >> System Settings >> Scheduled Jobs. With geocoding=1 and parse=0/1 in the Geocoding Parameters.


                      You can also use CiviCRM Geocoder extension which provides additional information about the address.



                      HTH



                      Pradeep






                      share|improve this answer
























                        up vote
                        2
                        down vote













                        Welcome to Stackexchange. Take a look at the docs about geocoding and mapping. If you're using Google then you need an API key for geo coding requests. To get Google API key you can find information here.



                        Once you have api key navigate CiviCRM >> Administer >> System Settings >> Mapping and Geocoding and set the API key there.



                        After enabling the mapping provider, you may need to use this script to generate latitude/longitude information for existing contact addresses.




                        • Navigate to CiviCRM >> Administer >> Localization >> Address Settings. Update Address Editing section with Latitude, Longitude, and Street Address Parsing enabled
                          enter image description here



                          • Enable cron job 'Geocode and Parse Addresses' by navigating to CiviCRM >> Administer >> System Settings >> Scheduled Jobs. With geocoding=1 and parse=0/1 in the Geocoding Parameters.


                        You can also use CiviCRM Geocoder extension which provides additional information about the address.



                        HTH



                        Pradeep






                        share|improve this answer






















                          up vote
                          2
                          down vote










                          up vote
                          2
                          down vote









                          Welcome to Stackexchange. Take a look at the docs about geocoding and mapping. If you're using Google then you need an API key for geo coding requests. To get Google API key you can find information here.



                          Once you have api key navigate CiviCRM >> Administer >> System Settings >> Mapping and Geocoding and set the API key there.



                          After enabling the mapping provider, you may need to use this script to generate latitude/longitude information for existing contact addresses.




                          • Navigate to CiviCRM >> Administer >> Localization >> Address Settings. Update Address Editing section with Latitude, Longitude, and Street Address Parsing enabled
                            enter image description here



                            • Enable cron job 'Geocode and Parse Addresses' by navigating to CiviCRM >> Administer >> System Settings >> Scheduled Jobs. With geocoding=1 and parse=0/1 in the Geocoding Parameters.


                          You can also use CiviCRM Geocoder extension which provides additional information about the address.



                          HTH



                          Pradeep






                          share|improve this answer












                          Welcome to Stackexchange. Take a look at the docs about geocoding and mapping. If you're using Google then you need an API key for geo coding requests. To get Google API key you can find information here.



                          Once you have api key navigate CiviCRM >> Administer >> System Settings >> Mapping and Geocoding and set the API key there.



                          After enabling the mapping provider, you may need to use this script to generate latitude/longitude information for existing contact addresses.




                          • Navigate to CiviCRM >> Administer >> Localization >> Address Settings. Update Address Editing section with Latitude, Longitude, and Street Address Parsing enabled
                            enter image description here



                            • Enable cron job 'Geocode and Parse Addresses' by navigating to CiviCRM >> Administer >> System Settings >> Scheduled Jobs. With geocoding=1 and parse=0/1 in the Geocoding Parameters.


                          You can also use CiviCRM Geocoder extension which provides additional information about the address.



                          HTH



                          Pradeep







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Sep 3 at 11:39









                          Pradeep Nayak

                          7,622418




                          7,622418



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fcivicrm.stackexchange.com%2fquestions%2f26370%2fhow-to-create-latitude-and-longitude-automatically-for-civirm-contact%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              Comments

                              Popular posts from this blog

                              Long meetings (6-7 hours a day): Being “babysat” by supervisor

                              Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                              Confectionery