android-mapview

How to trace a path in Kivy map?

How to trace a path in Kivy map? Question: i am trying to draw the streets actually i want to draw the strets path (like google maps) but this is what i got.enter image description here puntoA = self.puntos[0] puntoB = self.puntos[1] direccionx = puntoA.lon – puntoB.lon direcciony = puntoA.lat – puntoB.lat distanciax = direccionx/25 …

Total answers: 1