Utils
Utils
Collection of miscelaneous helper methods
Author
Jose J Varó - Copyright © 2017 MapsPeople A/S. All rights reserved.
Functions
Link copied to clipboard
Converts the given coordinate value to its string form with 8 digits precision Use this method to avoid conversions such as 0.0009087344578802 (double) to "9.
@NonNull
Content copied to clipboard
@NonNull
Content copied to clipboard
Converts the given coordinate values to a single string with 8 digits precision each Use this method to avoid conversions such as 0.0009087344578802 (double) to "9.
Link copied to clipboard