I think I found an issue with TMapView (on Android, not tested on iOS). Would someone confirm this, please?

I think I found an issue with TMapView (on Android, not tested on iOS). Would someone confirm this, please?
https://quality.embarcadero.com/browse/RSP-10707
https://quality.embarcadero.com/browse/RSP-10707

Comments

  1. This is because the map is a native control. It can be hosted by other controls with "platform" presentation style only, which is another new feature added in XE8.

    ReplyDelete
  2. So I put my TMapView inside a TPanel with ControlType = Platform but nothing changed. Is this iOS-only as I read here ( http://docwiki.embarcadero.com/Libraries/XE8/en/FMX.StdCtrls.TPanel.ControlType )? Can you name a containter component that is supported on Android too?
    Thanks!

    ReplyDelete
  3. Nope, on Android the issue is quite open. Only hiding/showing an other similar tricks will work. Looks like I didn't read carefully your description!

    ReplyDelete
  4. David Intersimone I saw Sarina's blog post and I have stolen a few concepts for my demo session at Delphi Porte Aperte (a live Delphi event here in Italy, April 29th). There is a line I had to add in the Android version when coming to customize the marker icon, otherwise I got an exception. Here's the issue on quality portal: https://quality.embarcadero.com/browse/RSP-10770

    Map support is a very nice feature to have, please upvote my issues ;-)

    HTH!

    ReplyDelete
  5. I just forwarded the public jira information to the R&D team - thanks.

    ReplyDelete

Post a Comment