Skip to content

Multiple Google Maps Markers is a simple project that helps to add multiple markers and filter them according to their status from the database and it uses multiple markers color to indicate different scenarios.

Notifications You must be signed in to change notification settings

PrinceNiyonshuti/Google-Map-Multi-Marker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Google-Map-Multi-Marker

image

Multiple Google Maps Markers is a simple project that helps to add multiple markers and filter them according to their status from the database and it uses multiple markers color to indicate different scenarios.

Documentation

before starting to run the project you must have the apache server or Xammp the recommended one.

Requirements

  • create your Google Map API Key
  • create your database
  • php v8 or later
  • Xampp or Apache server

DB Structure

CREATE TABLE `locations` (
  `loc_id` int(11) NOT NULL,
  `name` longtext NOT NULL,
  `latitude` longtext NOT NULL,
  `longitude` longtext NOT NULL,
  `color` text NOT NULL,
  `status` text NOT NULL,
  `date` date NOT NULL
)

Color Pallete Used

Feedback and issues

Any issue and feedback from the app don't hesitate to make an issue

Contributors


Niyonshuti Prince

Author

NIYONSHUTI Prince

About

Multiple Google Maps Markers is a simple project that helps to add multiple markers and filter them according to their status from the database and it uses multiple markers color to indicate different scenarios.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages