
A google maps App for Contentful that generates a static google image which is saved to media library
The Google Maps AppPOC App is a tool that allows users to create a static Google Map image with a marker inside of Contentful. It requires a Google Maps V3 API key and configuration of two fields in the content model. Users also need to specify a static image URL for the marker and JSON files for the Google Map theme. This app can be added to the media reference field in Contentful.
The Google Maps AppPOC App is a useful tool for Contentful users who need to create static Google Map images with markers. By integrating with Contentful, this app streamlines the process of managing and updating map images within the platform. Users can customize the markers using their own static image URLs and configure the Google Map theme using JSON files. With its seamless integration and easy installation process, this app provides a convenient solution for incorporating interactive maps into Contentful projects.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Contentful is a headless content management system (CMS) that provides a flexible and scalable platform for creating, managing, and delivering digital content across multiple channels and devices.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.