You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Se encarga de dibujar el mapa y sus puntos.
Recibe dos propiedades, points que es un array de puntos, y onNewPoint que es una funcion que recibe un nuevo punto como parametro.
Un punto tiene la siguiente forma:
{
lat: number,
long: number,
photoUrl: string
}
NewPoint
Recibe una propiedad que es una funcion que recibe un nuevo punto como parametro.