HMS-FAC / BoatlaunchMVP

MVP for Boatlaunch App
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Google Map API #18

Closed hdrdavies closed 8 years ago

hdrdavies commented 8 years ago

Will need a specific key for heavy traffic when building app, see:

  1. on http://git.io/vRodY

Infowindow on marker will have a link to the slipway content further down the page (specify the href): https://goo.gl/Eick2A

Custom markers are possible too, it would be worth asking the client what he might prefer: https://goo.gl/mT5Ptm

Mounted search bar to add to take care of locations (has autocomplete functionality too): https://goo.gl/DkchfL

Add API keys to environment variables.

Without API key we can render search box. however with more traffic we will need to use API key.

Google maps api allows 25,000 requests for free.

Conorc1000 commented 8 years ago

this is a sub issue of #5

hdrdavies commented 8 years ago

@tormod17 Have now added geo location and created hapi server. #5

hdrdavies commented 8 years ago

Done :+1: