Hey Jose -- very, very nice work on this MVP! The route builder is super clean and polished; I esp. love the consistent orange theming! Really well done! I'm going to approve your MVP, because I don't have any 'must changes', but I do have some suggestions:
I noticed your next MVP involves editing, deleting, bookmarking, and finding routes. I'd strongly recommend you include a basic routes index in there, like the 'My Routes' page on Map My Run. It just makes easier to experience the full CRUD of your app, and makes it feel more fleshed out.
I'd recommend you not use an alert for naming the route after hitting 'Save'. I noticed that the 'Clear' button triggers an alert, which is fine, since this replicates the behavior of MapMyRup, but to use an alert for naming the route too clashes with the degree of polish you've otherwise achieved. I think implementing the sidebar of MapMyRun would work (just keeping it really empty); even if you don't want to do that, even just opening a small modal or dropdown I think would look better. This would also give you the flexibility to add activity type and description fields / attributes to your routes.
You might consider digging through the Google Maps API for a path builder, that will connect waypoints via roads and trails rather than as a straight line (which might go through water / city blocks). I don't know the API well enough to tell you how it's done; but I know it's been done before - let me know if you want support looking into how that's done / clarification on what I mean
Hey Jose -- very, very nice work on this MVP! The route builder is super clean and polished; I esp. love the consistent orange theming! Really well done! I'm going to approve your MVP, because I don't have any 'must changes', but I do have some suggestions: