2017-08-26 6 views

答えて

0

ここでは、ソリューション

marker = new google.maps.Marker({ 
    position: position, 
    map: map, 
    title: "12", 
    label: "12", // --- this is what you need to use. 
    visible: true, 
    icon: '/images/location.png' 
}); 
で行きます

に常に値を表示するには、labelを使用する必要があります。

参考資料:これはあなたを助けるhttps://developers.google.com/maps/documentation/javascript/marker-clustering

つ以上フィドルリンクGoogleドキュメントからhttps://jsfiddle.net/api/post/library/pure/

希望。