- moovin-shopify-map-v2
- 2023-11-07
- Breiner Carranza. [email protected]
- Jhonny Picado. [email protected]
- Oldemar Cortés Rodríguez. [email protected]
- Ir al archivo CONSTANS en la constante KAPPAH añadir el apiKey de Here Map
export const KAPPAH = "aquí el apikey";
- Ir al achivo index-here.html cambiar el apiKey
<script
src="https://maps.googleapis.com/maps/api/js?key=aquí el apiKey&libraries=places">
</script>
- Ir al achivo index-google.html
<script
src="https://maps.googleapis.com/maps/api/js?key=aquí el apiKey&libraries=places">
</script>