fatfree icon indicating copy to clipboard operation
fatfree copied to clipboard

Google Static Maps - is this still a feature?

Open meljturner opened this issue 1 year ago • 1 comments

Just experimenting with the static-map class and ran into 2 problems:

  1. the example in the documentation uses parse_str to parse the url parameters. For php 8 this requires two parameters (mandatory).
  2. 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)

meljturner avatar Jun 24 '23 13:06 meljturner

I can obtain a key but how is this specified in F3?

$map->key('YOUR_API_KEY');

pauljherring avatar Jun 25 '23 10:06 pauljherring