Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Which URL do I have to append in "Configuration of URLs" in Google Support Console
  2.  
  3. We build our map-document with a TWebbrowser and load it like this:
  4.  
  5. <script type="text/javascript"
  6. src="https://maps.googleapis.com/maps/api/js?v=3.23&client=AClientID&sensor=FALSE&signature=ASignature"></script>
  7.  
  8. After loading the map we load with some Javascript travel-routes and single-points onto the map.
  9.  
  10. In the documentation is shown, how to extract the parameters from an URL and use it to generate a valid signature with the crypto-key.
  11.  
  12. But how does this work if I use this from an embedded TWebbrowser on a Delphi-Form? I haven't any parameters to pass over.
  13.  
  14. Is it right, that I have to use the same signature with every request, because my link I use never changes?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement