Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tlserver committed Nov 3, 2023
1 parent c5b7a0c commit cb203db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ or their origin streams from a CurrentLocationLayer widget?
*A*: No, you should not get these streams from a CurrentLocationLayer widget. Instead, create you
own streams with the the same types and also pass it to all the widgets which need them.
CurrentLocationLayer doesn't own the streams; it just listens to them. You can use any
implementation of position and heading streams, as long as the stream types are Stream<Position> and
Stream<double>, respectively. You may
implementation of position and heading streams, as long as the stream types are
Stream&lt;Position&gt; and Stream&lt;double&gt;, respectively. You may
see [this example](https://github.com/tlserver/flutter_map_location_marker/blob/master/example/lib/page/default_stream_example.dart)
to know about how to do this.

0 comments on commit cb203db

Please sign in to comment.