Alan-Chumbley / Police-Interceptors

MIT License
2 stars 2 forks source link

API Fetch #2

Open Jaycossey opened 10 months ago

Jaycossey commented 10 months ago

API list:

https://data.police.uk/docs/ https://developers.google.com/maps https://openweathermap.org/api/geocoding-api

Alan-Chumbley commented 10 months ago

Highlighting a specific location on google maps API: https://developers.google.com/maps/documentation/maps-static/start#Paths | seperates the long | latitude of starting poing | then end point: path=pathStyles|pathLocation1|pathLocation2|...

Thin blue line with 50% opacity: path=color:0x0000ff80|weight:1

So brought together it would look like: path=color:0x0000ff|weight:5|40.737102,-73.990318|40.749825,-73.987963|40.752946,-73.987384|40.755823,-73.986397

Alan-Chumbley commented 10 months ago

Dark Mode API Google: https://developers.google.com/maps/documentation/javascript/examples/style-array

Jaycossey commented 10 months ago

Amazing research @Alan-Chumbley will make sure we address this tonight on zoom!