Skip to content

MrInternauta/Web_Map-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Map Application

A simple Web app implementing Google Maps

What you can do with this project

  • Select a direction in the map
  • Find a direction
  • Position the direction marker in the map

Technologies

This project was develoment with:

  • [EcmaScript 6+] - ECMAScript is a programming language (general purpose).
  • [Google Maps Javascript] - The Maps JavaScript API lets you customize maps with your own content and imagery for display on web pages and mobile devices.

Previous requirements

Generate a new Google Maps API KEY Using:

  • Geocoding API
  • Maps Javascript
  • Places API

Instalation

In index.html change the word "API_KEY" by your API KEY.

Direction Object

  • descripcion: is the description of the direction
  • lat: is the latitude
  • lng: is the longitude
    direccion: {
        descripcion: '',
        lat: 0.0,
        lng: 0.0
    }

Developer

-Felipe Ramirez (framirez@mrinternauta.com)

Preview image

Screenshot