{"id":8604,"date":"2015-03-06T07:56:10","date_gmt":"2015-03-06T15:56:10","guid":{"rendered":"http:\/\/www.seedcode.com\/?p=8604"},"modified":"2015-03-06T07:56:10","modified_gmt":"2015-03-06T15:56:10","slug":"filemaker-multi-point-google-maps","status":"publish","type":"post","link":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/","title":{"rendered":"Mods: Multi-Point Google Maps"},"content":{"rendered":"<p>We&#8217;ve recently seen some great examples of modding\u00a0multi-point Google Maps in FileMaker Layouts. Here are\u00a0two very slick mods based on our\u00a0<a href=\"http:\/\/www.seedcode.com\/promaps\/\">ProMaps<\/a>\u00a0template&#8230;<\/p>\n<h3>Filtering\u00a0(and Color Coding)\u00a0Based on Found Sets.<\/h3>\n<p>This first mod\u00a0was done by Lisette Wilson of <a href=\"http:\/\/informingdesigns.com\/\">Informing Designs<\/a>; she&#8217;s linked ProMaps to SeedCode Calendar so that the contents of the map change as users navigate the calendar. That alone is pretty cool, but she&#8217;s also letting users change the way the appointments on the map are color coded. In the first screenshot they&#8217;re\u00a0color coding by the customer&#8217;s tank capacity:<\/p>\n<div class=\"lightbox\"><a href=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.40.46-PM-1.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-large wp-image-8612\" src=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.40.46-PM-1-1024x609.png\" alt=\"Screen Shot 2015-03-05 at 2.40.46 PM (1)\" width=\"1024\" height=\"609\" srcset=\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.40.46-PM-1-1024x609.png 1024w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.40.46-PM-1-300x178.png 300w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.40.46-PM-1-768x456.png 768w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.40.46-PM-1-1536x913.png 1536w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.40.46-PM-1.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div>\n<p>While in this one they&#8217;re\u00a0color coding by the day of the week the appointment is scheduled for. This lets\u00a0users\u00a0scan their map for appointments that are physically close to each other but aren&#8217;t scheduled for the same day:<\/p>\n<div class=\"lightbox\"><a href=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.39.39-PM-1.png\"><img decoding=\"async\" class=\"aligncenter size-large wp-image-8613\" src=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.39.39-PM-1-1024x611.png\" alt=\"Screen Shot 2015-03-05 at 2.39.39 PM (1)\" width=\"1024\" height=\"611\" srcset=\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.39.39-PM-1-1024x611.png 1024w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.39.39-PM-1-300x179.png 300w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.39.39-PM-1-768x458.png 768w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.39.39-PM-1-1536x916.png 1536w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/Screen-Shot-2015-03-05-at-2.39.39-PM-1.png 1919w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div>\n<p>Note that the pins also have the trick number assigned to that job (or &#8220;U&#8221; if a truck hasn&#8217;t been assigned yet). Lisette is using the Google Charts API to create those pins on the fly since there could be any combination of pin color and truck number. Very cool trick.<\/p>\n<p>For more information about this kind of deep integration between maps and calendars, and other interesting mapping mods, please\u00a0<a href=\"http:\/\/informingdesigns.com\/contact-us\/\">get in touch with Lisette<\/a>.<\/p>\n<h3>Creating a Found Set by Circling Pins on the Map<\/h3>\n<p>The mod below was done by\u00a0David McCulloch and represents a really cool workflow. He looks at his customers on the map&#8211;having filtered them down by zone and account type&#8211;and then draws a polygon around the ones he&#8217;s interested in. His scripts then gather the selected pins into a found set to which he assigns a sales rep and a date to visit them (in step &#8220;3&#8221; of the screenshot below).<\/p>\n<div class=\"lightbox\"><a href=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2015\/03\/save-group-polygon.png\"><img decoding=\"async\" class=\"aligncenter wp-image-8609 size-large\" src=\"http:\/\/www.seedcode.com\/wp-content\/uploads\/2015\/03\/save-group-polygon-1024x504.png\" alt=\"save group polygon\" width=\"1024\" height=\"504\" srcset=\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/save-group-polygon-1024x504.png 1024w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/save-group-polygon-300x148.png 300w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/save-group-polygon-768x378.png 768w, https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/save-group-polygon.png 1224w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><\/div>\n<p>While we added the polygon thing to ProMaps for him, David did the rest of the scripting here and has embedded little maps like this all over his solution to help his users keep their customers in context. Really nice work.<\/p>\n<p>If you&#8217;re interested in adding drawing tools like this to the multi-point Google maps in <a href=\"http:\/\/www.seedcode.com\/promaps\/\">ProMaps for FileMaker<\/a>, please <a href=\"http:\/\/www.seedcode.com\/contact\/\">let us know<\/a>.<\/p>\n<h3>More Inspiration: Beautiful\u00a0Icons for your Maps<\/h3>\n<p>If \u00a0you&#8217;re building your own maps, or making your own\u00a0mods to our ProMaps template, you&#8217;ll want to check out these map icons from\u00a0<a href=\"http:\/\/mapicons.nicolasmollet.com\/\" rel=\"nofollow\">http:\/\/mapicons.nicolasmollet.com<\/a>. Nicolas Mollet has been maintaining a great resource of free map icons but his site is currently down for maintenance (?). We hope it comes back soon but you can see the kinds of icons he offers in another one of our customers mods <a href=\"http:\/\/www.seedcode.com\/beautiful-filemaker-maps\/\">here<\/a>. Enjoy!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We&#8217;ve recently seen some great examples of modding\u00a0multi-point Google Maps in FileMaker Layouts. Here are\u00a0two very slick mods based on our\u00a0ProMaps\u00a0template&#8230; Filtering\u00a0(and Color Coding)\u00a0Based on Found Sets. This first mod\u00a0was done by Lisette Wilson of Informing Designs; she&#8217;s linked ProMaps to SeedCode Calendar so that the contents of the map change as users navigate the calendar. That alone is pretty cool, but she&#8217;s also letting users change the way the appointments on the map are color coded. In the first screenshot they&#8217;re\u00a0color coding by the customer&#8217;s tank capacity: While in this one they&#8217;re\u00a0color coding by the day of the week the appointment is scheduled for. This lets\u00a0users\u00a0scan their map for appointments that are physically close to each other but aren&#8217;t scheduled for the same day: Note that the pins also have the trick number assigned to that job (or &#8220;U&#8221; if a truck hasn&#8217;t been assigned yet). Lisette is using the Google Charts API to create those pins on the fly since there could be any combination of pin color and truck number. Very cool trick. For more information about this kind of deep integration between maps and calendars, and other interesting mapping mods, please\u00a0get in touch with Lisette. Creating a Found Set by Circling Pins on the Map The mod below was done by\u00a0David McCulloch and represents a really cool workflow. He looks at his customers on the map&#8211;having filtered them down by zone and account type&#8211;and then draws a polygon around the ones he&#8217;s interested in. His scripts then gather the selected pins into a found set to which he assigns a sales rep and a date to visit them (in step &#8220;3&#8221; of the screenshot below). While we added the polygon thing to ProMaps for him, David did the rest of the scripting here and has embedded little maps like this all over his solution to help his users keep their customers in context. Really nice work. If you&#8217;re interested in adding drawing tools like this to the multi-point Google maps in ProMaps for FileMaker, please let us know. More Inspiration: Beautiful\u00a0Icons for your Maps If \u00a0you&#8217;re building your own maps, or making your own\u00a0mods to our ProMaps template, you&#8217;ll want to check out these map icons from\u00a0http:\/\/mapicons.nicolasmollet.com. Nicolas Mollet has been maintaining a great resource of free map icons but his site is currently down for maintenance (?). We hope it comes back soon but you can see the kinds of icons he offers in another one of our customers mods here. Enjoy!<\/p>\n","protected":false},"author":1,"featured_media":8606,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[23,22],"class_list":["post-8604","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-javascript","tag-maps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Mods: Multi-Point Google Maps for FileMaker - SeedCode<\/title>\n<meta name=\"description\" content=\"A couple examples of slick mods to ProMaps, the Google Maps add-on for FileMaker Pro and FMGo.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mods: Multi-Point Google Maps for FileMaker - SeedCode\" \/>\n<meta property=\"og:description\" content=\"A couple examples of slick mods to ProMaps, the Google Maps add-on for FileMaker Pro and FMGo.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/\" \/>\n<meta property=\"og:site_name\" content=\"SeedCode\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/seedcoder\" \/>\n<meta property=\"article:published_time\" content=\"2015-03-06T15:56:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/multipin-map.png\" \/>\n\t<meta property=\"og:image:width\" content=\"109\" \/>\n\t<meta property=\"og:image:height\" content=\"110\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"seedcode\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dayback\" \/>\n<meta name=\"twitter:site\" content=\"@dayback\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"seedcode\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/\"},\"author\":{\"name\":\"seedcode\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f\"},\"headline\":\"Mods: Multi-Point Google Maps\",\"datePublished\":\"2015-03-06T15:56:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/\"},\"wordCount\":450,\"commentCount\":6,\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/multipin-map.png\",\"keywords\":[\"javascript\",\"Maps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/\",\"url\":\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/\",\"name\":\"Mods: Multi-Point Google Maps for FileMaker - SeedCode\",\"isPartOf\":{\"@id\":\"https:\/\/seedcode.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/multipin-map.png\",\"datePublished\":\"2015-03-06T15:56:10+00:00\",\"description\":\"A couple examples of slick mods to ProMaps, the Google Maps add-on for FileMaker Pro and FMGo.\",\"breadcrumb\":{\"@id\":\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#primaryimage\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/multipin-map.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/multipin-map.png\",\"width\":109,\"height\":110},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/seedcode.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods: Multi-Point Google Maps\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/seedcode.com\/#website\",\"url\":\"https:\/\/seedcode.com\/\",\"name\":\"SeedCode\",\"description\":\"Build the Software You&#039;ve Always Wanted\",\"publisher\":{\"@id\":\"https:\/\/seedcode.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/seedcode.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/seedcode.com\/#organization\",\"name\":\"SeedCode\",\"url\":\"https:\/\/seedcode.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"contentUrl\":\"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png\",\"width\":595,\"height\":189,\"caption\":\"SeedCode\"},\"image\":{\"@id\":\"https:\/\/seedcode.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/seedcoder\",\"https:\/\/x.com\/dayback\",\"https:\/\/www.linkedin.com\/company\/seedcode\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f\",\"name\":\"seedcode\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seedcode.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g\",\"caption\":\"seedcode\"},\"sameAs\":[\"https:\/\/seedcode.com\"],\"url\":\"https:\/\/seedcode.com\/author\/seedcode\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mods: Multi-Point Google Maps for FileMaker - SeedCode","description":"A couple examples of slick mods to ProMaps, the Google Maps add-on for FileMaker Pro and FMGo.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/","og_locale":"en_US","og_type":"article","og_title":"Mods: Multi-Point Google Maps for FileMaker - SeedCode","og_description":"A couple examples of slick mods to ProMaps, the Google Maps add-on for FileMaker Pro and FMGo.","og_url":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/","og_site_name":"SeedCode","article_publisher":"https:\/\/www.facebook.com\/seedcoder","article_published_time":"2015-03-06T15:56:10+00:00","og_image":[{"width":109,"height":110,"url":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/multipin-map.png","type":"image\/png"}],"author":"seedcode","twitter_card":"summary_large_image","twitter_creator":"@dayback","twitter_site":"@dayback","twitter_misc":{"Written by":"seedcode","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#article","isPartOf":{"@id":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/"},"author":{"name":"seedcode","@id":"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f"},"headline":"Mods: Multi-Point Google Maps","datePublished":"2015-03-06T15:56:10+00:00","mainEntityOfPage":{"@id":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/"},"wordCount":450,"commentCount":6,"publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"image":{"@id":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/multipin-map.png","keywords":["javascript","Maps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/","url":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/","name":"Mods: Multi-Point Google Maps for FileMaker - SeedCode","isPartOf":{"@id":"https:\/\/seedcode.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#primaryimage"},"image":{"@id":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#primaryimage"},"thumbnailUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/multipin-map.png","datePublished":"2015-03-06T15:56:10+00:00","description":"A couple examples of slick mods to ProMaps, the Google Maps add-on for FileMaker Pro and FMGo.","breadcrumb":{"@id":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#primaryimage","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/multipin-map.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2015\/03\/multipin-map.png","width":109,"height":110},{"@type":"BreadcrumbList","@id":"https:\/\/seedcode.com\/filemaker-multi-point-google-maps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/seedcode.com\/"},{"@type":"ListItem","position":2,"name":"Mods: Multi-Point Google Maps"}]},{"@type":"WebSite","@id":"https:\/\/seedcode.com\/#website","url":"https:\/\/seedcode.com\/","name":"SeedCode","description":"Build the Software You&#039;ve Always Wanted","publisher":{"@id":"https:\/\/seedcode.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/seedcode.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/seedcode.com\/#organization","name":"SeedCode","url":"https:\/\/seedcode.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/","url":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","contentUrl":"https:\/\/seedcode.com\/wp-content\/uploads\/2022\/12\/SeedCodeLogo.png","width":595,"height":189,"caption":"SeedCode"},"image":{"@id":"https:\/\/seedcode.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/seedcoder","https:\/\/x.com\/dayback","https:\/\/www.linkedin.com\/company\/seedcode\/"]},{"@type":"Person","@id":"https:\/\/seedcode.com\/#\/schema\/person\/af42f3f8cbfc8652fb0ffbb3f46f260f","name":"seedcode","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seedcode.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f0c386c5b845ee7fe111b36b2d87e983811f1f549682de9597a934b9dfd45469?s=96&d=mm&r=g","caption":"seedcode"},"sameAs":["https:\/\/seedcode.com"],"url":"https:\/\/seedcode.com\/author\/seedcode\/"}]}},"_links":{"self":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/8604","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/comments?post=8604"}],"version-history":[{"count":0,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/posts\/8604\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media\/8606"}],"wp:attachment":[{"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/media?parent=8604"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/categories?post=8604"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seedcode.com\/wp-json\/wp\/v2\/tags?post=8604"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}