Hello, I'm new to OSMAnd code, but I'm afraid you will have to ask/develop a new aidl to have access to it from the API. I think the date you are looking for is at GPXTrackAnalysis https://github.com/osmandapp/Osmand/blob/a7a1f620de0b7ada3819b61ba6d7d0ef2525f701/OsmAnd-java/src/main/java/net/osmand/GPXUtilities.java#L415
that is used at buildSlopeInfo, for instance: https://github.com/osmandapp/Osmand/blob/7ea50b863614e98aba9ded03354884bf11da6a99/OsmAnd/src/net/osmand/plus/routepreparationmenu/cards/RouteStatisticCard.java#L175 On Tue, 9 Jun 2020 at 20:38, Hannes R <[email protected]> wrote: > Yes, I mean via the Osmand application programming interface (like used in > the api-demo app). > That means, yes, I would like to write an app for that, for which the > manual share button isn't suitable. > > -- > You received this message because you are subscribed to the Google Groups > "OsmAnd" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/osmand/9dbfc65f-8b34-4d07-8796-2d6b759690aao%40googlegroups.com > . > -- You received this message because you are subscribed to the Google Groups "OsmAnd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osmand/CANaSaPBDjWG-gAdvYyac8Lw6YE%2BsJhvojok2FSY6FbOnpmZVkg%40mail.gmail.com.
