2016-04-28 6 views

Antwort

0

Ich denke, dass Sie so etwas verwenden können.

var displaySuggestions = function(predictions, status) { 
    if (status != google.maps.places.PlacesServiceStatus.OK) { 
    alert(status); 
    return; 
    }