bug/#1360 - refactored icon anchoring in MyLocationNewOverlay#1460
bug/#1360 - refactored icon anchoring in MyLocationNewOverlay#1460monsieurtanuki merged 3 commits intomasterfrom
Conversation
Impacted class: * `MyLocationNewOverlay`: created methods `setPersonAnchor` and `setDirectionAnchor` while deprecating method `setPersonHotspot`; created method `setDirectionIcon` for consistency while deprecating method `setDirectionArrow`; refactored the constructor accordingly
|
working the merge issues now |
|
so i did a test merge, the sample 'custom my location overlay' was waaaaay off....but so is master. I'm not sure what happened to it. Looks like the icon was resized and/or scaled and the scaling did not account for screen resolution or something |
|
looks like the way off was introduced in 6.1.4 |
|
@spyhunter99 Actually it was just some refactoring when I was idle, not a fix. Perhaps a sensitive way to handle this would be to split the code, creating a class that "just" displays the circle and the icon for a given |
Impacted class:
MyLocationNewOverlay: created methodssetPersonAnchorandsetDirectionAnchorwhile deprecating methodsetPersonHotspot; created methodsetDirectionIconfor consistency while deprecating methodsetDirectionArrow; refactored the constructor accordingly