Contentful Google Maps App

screenshot of Contentful Google Maps App
react
contentful

A google maps App for Contentful that generates a static google image which is saved to media library

Overview:

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.

Features:

  • Create Static Google Map Image: Users can generate a static Google Map image with a marker.
  • Integration with Contentful: The app seamlessly integrates with Contentful, allowing users to create and manage map images within the platform.
  • Google Maps V3 API Integration: The app requires a valid Google Maps V3 API key for functionality.
  • Custom Marker Images: Users can specify a static image URL for the marker, giving them the flexibility to use their own custom marker icons.
  • Theme Configuration: The app supports the use of JSON files for configuring the Google Map theme. Users can obtain these files from external sources like https://snazzymaps.com/.

Summary:

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
React

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
Contentful

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
Typescript

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.