Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
For example, no way.
But you can make a similar effect like this: https://jsfiddle.net/d6sqryan/1/
At Google, you can create a custom marker and position it as you like, I'm not sure about Yasha.
// marker || default: hidden
$('<div/>').addClass('om').appendTo(map.getDiv()).click(function(){
var that = $(this); if(!that.data('win')) { that.data('win',new google.maps.InfoWindow({content:'Это Вы'})); that.data('win').bindTo('position',map,'center'); }
that.data('win').open(map);
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question