python - Print routes in an kivy app -
i trying print routes between different points on map in kivy app. far found these different options printing map , plotting markers on specific places :
mapview : it's multi-plateform tile-based map rendering widget. question is, possible download tiles routes traced ? didn't found service that.
kivymaps : displays wms services, multi-plateform
kivy-gmaps : integrate google maps kivy, android, doesn't seem possible trace routes api.
so did succeed @ printing routes on map in kivy apps ?
Comments
Post a Comment