LatLng
    
    
      
    
    
      
      컬렉션을 사용해 정리하기
    
    
      
      내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
    
    
    
      
      
        위도/경도 쌍을 나타내는 객체로 위도(도)와 경도(도)를 나타내는 double의 쌍으로 표현됩니다. 달리 명시되지 않는 한 이 객체는  WGS84 표준을 준수해야 합니다. 값은 정규화된 범위 내에 있어야 합니다.
      
      
        
          
            
              | JSON 표현 | 
          
          
            
              | {
  "latitude": number,
  "longitude": number
} | 
          
        
      
      
        
          
            
            
          
          
            
              | 필드 | 
          
          
            
              | latitude | number
 위도입니다. 범위는 [-90.0, +90.0]입니다. | 
            
              | longitude | number
 경도입니다. 범위는 [-180.0, +180.0]여야 합니다. | 
          
        
      
    
  
  
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
  최종 업데이트: 2025-08-31(UTC)
  
  
  
    
      [null,null,["최종 업데이트: 2025-08-31(UTC)"],[],["The core content describes a JSON object representing a latitude/longitude pair. It requires two numerical fields: `latitude` (ranging from -90.0 to +90.0) and `longitude` (ranging from -180.0 to +180.0), both in degrees. The object must adhere to the WGS84 standard. The JSON representation format is `{ \"latitude\": number, \"longitude\": number }`. These ranges represent normalized value limits.\n"]]