Is it possible to reach google.maps.Geocoder() in the library. #2941
              
                
                  
                  
                    Answered
                  
                  by
                    MehmetCanBOZ
                  
              
          
                  
                    
                      MehmetCanBOZ
                    
                  
                
                  asked this question in
                Q&A
              
            -
| 
         I can get the google.maps.Map in "onLoad?: (map: google.maps.Map) => void | Promise " props of the GoogleMap component. But I want to use Geocoder to get exact address of the coordinates so I need to google.maps.Geocoder().  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            MehmetCanBOZ
          
      
      
        Jan 21, 2022 
      
    
    Replies: 1 comment
-
| 
         const geocoder = new google.maps.Geocoder();  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        MehmetCanBOZ
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
const geocoder = new google.maps.Geocoder();