From 03f5e3351d6d7c41704af6e6c118ce764825c02a Mon Sep 17 00:00:00 2001 From: jrangel Date: Sat, 30 Nov 2024 09:02:34 +0000 Subject: [PATCH] Initial --- static-maps-api/examples.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static-maps-api/examples.txt diff --git a/static-maps-api/examples.txt b/static-maps-api/examples.txt new file mode 100644 index 0000000..a06704f --- /dev/null +++ b/static-maps-api/examples.txt @@ -0,0 +1,5 @@ +Static Google Map with a polygon + +https://maps.googleapis.com/maps/api/staticmap?center=43.3665,-124.2179&zoom=9&size=600x600&maptype=roadmap&path=color:0x0000ff|weight:3|fillcolor:0x0000ff33|43.424,-124.452|43.379,-124.415|43.369,-124.275|43.394,-124.241|43.368,-124.171|43.417,-124.105|43.447,-124.086|43.471,-124.146|43.497,-124.211|43.459,-124.259|43.487,-124.317|43.459,-124.392|43.426,-124.423|43.424,-124.452&key=API_KEY_HERE + +