2017-06-13 9 views
0

Ich erfuhr von here, dass es eine Google Maps Tile API (offizielle Dokumentation here) gibt. Ich kann jedoch keine Möglichkeit finden, diese API zu aktivieren.Wie aktiviere ich die Google Maps Tile API?

Bis auf den Link in der oben genannten Frage gefunden, konnte ich nirgendwo anderen Verweis auf diese API finden. Es ist nicht einmal auf der main page of the Maps API (hier) oder der documentation page aufgeführt.

Die API ist auch nicht in der Developer Console-API-Bibliothek aufgeführt.

Ich habe versucht, eine Sitzungsanforderung (as explained in the documentation) sendet, erhielt aber diese Antwort:

{ 
"error": { 
    "errors": [ 
    { 
    "domain": "usageLimits", 
    "reason": "accessNotConfigured", 
    "message": "Access Not Configured. Maps Tile API has not been used in project XXXXXXXXXXXX before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/tile.googleapis.com/overview?project=XXXXXXXXXXXX then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.", 
    "extendedHelp": "https://console.developers.google.com/apis/api/tile.googleapis.com/overview?project=XXXXXXXXXXXX" 
    } 
    ], 
    "code": 403, 
    "message": "Access Not Configured. Maps Tile API has not been used in project XXXXXXXXXXXX before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/tile.googleapis.com/overview?project=XXXXXXXXXXXX then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry." 
} 
} 

den Link zu der Entwicklerkonsole Nach erhalte ich diese Meldung:

Die API-Fliese“ .googleapis.com "existiert nicht oder Sie haben keine Berechtigung, darauf zuzugreifen.

Ist dies ein Go Google Maps Premium-Funktion? Hat jemand mehr Informationen zu dieser API?

Antwort