html - How to plot latitude and longitude in google map? -


i plotting location in google map webpage, have search location in google map , copied longitude , latitude , pasted kml file. got example kml file,and longitude , latitude looks long when paste longitude , latitude in google map didnt come location. works fine in website , showed location in webpage.

-87.89289951324463,41.97881025520548,0  -87.89184808731079,41.97788506340239,0  -87.89150476455688,41.97762983571196,0  -87.8912901878357,41.97750222148314,0  -87.89090394973755,41.977326751500996,0  -87.89047479629517,41.97719913666485,0

but when replace longitude , latitude got google map , didnt work, show whole earth in map. longitude , latitude wanted plot are

-37.806606,144.962063,0  37.806055,144.957139,0  -37.805334,144.955969,0  -37.804224,144.956152,0

i following tutorial google map , example code changing latitude , longitude doesnt work, fine original latitude , longitude.

https://developers.google.com/maps/documentation/javascript/examples/layer-kml

as mentioned in comment, miss place longitude,latitude wrong way. should

144.962063,-37.806606,0 

Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -