Jump to content
  • 0

Карты Google


AndreyB
 Share

Question

День добрый!

Хотел установить карту гугл на сайт, она должна быть "чистая" без кнопок, только с одной меткой на карте. Но как выяснилось чтобы их удалить нужно с JS возится, я его еще не знаю.

Если кому не сложно можете написать здесь пример кода?

Спасибо!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Значит что-то не так делаешь.

Верно, из-за моих стилей не отображалось.

В общем добавил, с координатами разобрался, а вот с маркером не могу, подскажи пожалуйста как его добавить?

Это вызов самой карты


function initialize() {
var mapOptions = {
zoom: 16,
center: new google.maps.LatLng(59.918796, 30.354753),
disableDefaultUI: true,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(document.getElementById('map-canvas'),
mapOptions);
}
google.maps.event.addDomListener(window, 'load', initialize);

Нарыл что маркеры создаются такой функцией (координаты свои вписал), но понять не могу куда вставлять, уже по разному пробовал.


var markerLatLng = new google.maps.LatLng(59.918796,30.354753);
var marker = new google.maps.Marker({
position: markerLatLng,
title:"Marker Title!"
});

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy