웹 페이지에 표시하려고하면 Google지도에 '개발 목적으로 만'이라는 메시지가 표시됩니다.
이 메시지를 어떻게 지울 수 있습니까?
내 코드는 다음과 같습니다
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script type="text/javascript">
function initialize() {
var myLatlng = new google.maps.LatLng(50.5792659,8.6744471);
var centerMap = new google.maps.LatLng(50.5792659,8.6744471);
var div = document.getElementById('map');
}
</script>
그런 다음 나중에
<p>
<a
href="https://www.google.com/maps/dir//50.5792659,8.6744471/@50.579266,8.674447,16z"
target="_blank"
>Route berechnen</a>
</p>
이 메시지의 출처를 알 수 없습니다.