Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

yoavrofe
Copy link
Collaborator

@yoavrofe yoavrofe commented Feb 6, 2019

Added myLocationTrackingMode with the following options: None, Tracking, TrackingCompass, TrackingGPS.

A callback named onCameraTrackingDismissed is called if the tracking mode is dismissed due to dragging of the map, etc.

Added a stub (not working yet) property myLocationVerticalAlignment for setting the location position, similar to what is done in React Native plugin.

@yoavrofe yoavrofe changed the title Click style and location Add location tracking mode Feb 6, 2019
@yoavrofe yoavrofe requested a review from tobrun February 7, 2019 05:42

void setMyLocationTrackingMode(int myLocationTrackingMode);

void setMyLocationVerticalAlignment(int myLocationVerticalAlignment);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not actionable atm but we might need to look into either using enums or using @StringDef/@IntDef for type safety

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it's on the Java side, I thought it's enough to rely on this array.

@yoavrofe
Copy link
Collaborator Author

yoavrofe commented Feb 7, 2019

Thanks for your comments, @tobrun ! I love learning from you.

@yoavrofe yoavrofe mentioned this pull request Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants