fatfree
fatfree copied to clipboard
Google Static Maps - is this still a feature?
Just experimenting with the static-map class and ran into 2 problems:
- the example in the documentation uses parse_str to parse the url parameters. For php 8 this requires two parameters (mandatory).
- Google complains there is no authentication key. I can obtain a key but how is this specified in F3?
(This is not critical; I am just experimenting. I am using F3 extensively for my APIs; an excellent lightweight framework)
I can obtain a key but how is this specified in F3?
$map->key('YOUR_API_KEY');