titaniumappcelerator-hyperloop

How to use PolyUtil.containsLocation method from Google Maps API Utility Library in titanium android using hyper loop


I am using Google Maps API Utility Library in titanium android using hyper loop.But PloyUtil.containsLocation method showing error while passing parameters. How can we pass parameter.


Solution

  • In case you can/want to use the normal ti.map module: checkout this PR https://github.com/appcelerator-modules/ti.map/pull/261.

    It adds containsLocation: https://github.com/hansemannn/ti.map/commit/db1582ae44e3bb2ab86e354a2b9b45c794906c85#diff-629cb4ae53387d93242309699182cd16R161

    So you don't need to use Hyperloop for this at all