tlserver / flutter_map_location_marker

A flutter map plugin for displaying device current location.
https://pub.dev/packages/flutter_map_location_marker
BSD 3-Clause "New" or "Revised" License
97 stars 81 forks source link

The marker does not appear on ios #42

Closed giorgi19 closed 1 year ago

tlserver commented 1 year ago

How do you build the map? Any screenshot?

giorgi19 commented 1 year ago

When opnening the app location marker mostly does not show. When shows it does not move with you. On android it works properly only GPS is jumping when going to the direction.

FlutterMap(
    children: [
      TileLayerWidget(
        options: TileLayerOptions(
          urlTemplate: 'my tile',
          subdomains: ['a', 'b', 'c'],
        ),
      ),
      LocationMarkerLayerWidget(),
    ],
  );
njugh1996 commented 1 year ago

I run into same issue and I'm already on release....

tlserver commented 1 year ago

Is it a permission problem?

giorgi19 commented 1 year ago

No, because it sometimes appears

tlserver commented 1 year ago

Why this issue is closed?