Alper Dincer
Alper Dincer
I tried it but I still didn't see the DEM. Is there anything else to do?
I tried Math.round() and Math.floor() where map.getZoom() is used but it is not working. Is there any alternative solution?
There is a compiled module under releases. Please use that one instead of compiling.
Did you download the Google Maps SDK and change the module.xcconfig in modules folder according to your paths. Like in my module.xcconfig EXT_MODS_BASEDIR=/Users/alper/Documents/temp/timod/TiGMapV3/MekansalGMap OTHER_LDFLAGS=$(inherited) -F"$(EXT_MODS_BASEDIR)" -F"/Users/alper/Documents/temp/Frameworks/GoogleMapsIOS-1.4.0/" -framework GoogleMaps -framework AVFoundation...
Dear Victor, I'm trying to help you but you just said it is not working. What it in the log files? Can you give me detailed information? What is your...
Sorry for late response. Somehow I missed your issue request. You should check your module.xcconfig file and fix your Google Maps SDK path as follows : -F"/Users/username/Documents/temp/Frameworks/GoogleMapsIOS-1.3.1/GoogleMaps.framework" -framework GoogleMaps -framework...
Hi, I worked on the module last night and find the solution as explained in pull request : https://github.com/viezel/TiSocial.Framework/pull/100 You can create your own module with the change, or repo...