うまくいけば、これは答えるのが簡単な質問になるでしょう。
LatLngBounds(https://developers.google.com/maps/documentation/javascript/reference#LatLngBounds)では、extend()関数は引数point:LatLngを取ります。現在、Map(https://developers.google.com/maps/documentation/javascript/reference#Map)の下で、panTo()関数は引数latlng:LatLngを取ります。2つの違いは何ですか?そして、コロンの前の部分は何を意味しますか?other:LatLngのように、他の人も見ました。