googlemaps / google-maps-ios-utils

Google Maps SDK for iOS Utility Library
https://developers.google.com/maps/documentation/ios-sdk/utility/
Apache License 2.0
712 stars 399 forks source link

Are Heatmap renderings for android and ios lib the same or different? #419

Open chitgoks opened 1 year ago

chitgoks commented 1 year ago

I wish to ask for confirmation if the answer to the question in the post title is true or not. I have different result renderings of heatmaps in android and ios, though I use different libraries i am not sure if it could be the library itself or maybe ios rendering is different? Considering the GMUWeightedLatLng has an intensity property which i am not sure what that is for unlike in android.

The one in Android is what I am replicating for ios.

android ios
chitgoks commented 1 year ago

Added info. Used simple features lib for android to parse data

Used GeoSwift lib for ios. Simple features also has ios but its not in swift.

This is the data source https://earthquake.usgs.gov/fdsnws/event/1/query?starttime=2022-09-23&format=geojson&minlatitude=4&maxlatitude=21&minlongitude=112&maxlongitude=132

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

chitgoks commented 1 year ago

still important!