and this code was used to implement google map > > > > > > > > > > * MapContainer map = new MapContainer(); Container > root = LayeredLayout.encloseIn(BorderLayout.center(map)); > addMarkers(res, map, "price_d"); root.setScrollable(false); > gui_Con_Map.add(BorderLayout.CENTER, root); > map.zoom(initCoord, 12); map.setShowMyLocation(true);* > > * addFabListener(res, map); *
> On Sat, Apr 11, 2020 at 8:17 AM Shai Almog <[email protected]> wrote: > The problem isn't google maps. You can use that just fine. > The problem is the navigation code you have in your app which launches > only Google Maps or Waze. It should support Apple Maps too. How did you > implement navigation? > > -- > You received this message because you are subscribed to the Google Groups > "CodenameOne Discussions" 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/codenameone-discussions/afacc56c-b490-4e3c-b022-9b6df3561bdd%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/afacc56c-b490-4e3c-b022-9b6df3561bdd%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" 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/codenameone-discussions/CAPS3HZVrpMvGcNZT1MDc-WhkMjey6o_%2B7RyN%2BRDW9fRYU2zDPg%40mail.gmail.com.
