Hello,
I am writing an app using GPS for use on my boat, and I need accurate elevation information, which I can get from the google elevation service api.
I have the needed Jar file, but that's all. What are the steps to wrap this and expose the public members and classes for use within b4a?
The library I am interested in is called geotoolsapi, it is the Google elevation and geocoding api for their elevation and geocoding webservice.
GettingStarted - geotoolsapi - Getting started with the library. - Java interface to Google GeoCode and Elevation web services - Google Project Hosting
Do I need to get/alter the source code, or is there a way to wrap the jar file and expose the public members without directly accessing the underlying source code?
Im not sure where to start.
I have java and eclipse experience.
Thanks in advance.
I am writing an app using GPS for use on my boat, and I need accurate elevation information, which I can get from the google elevation service api.
I have the needed Jar file, but that's all. What are the steps to wrap this and expose the public members and classes for use within b4a?
The library I am interested in is called geotoolsapi, it is the Google elevation and geocoding api for their elevation and geocoding webservice.
GettingStarted - geotoolsapi - Getting started with the library. - Java interface to Google GeoCode and Elevation web services - Google Project Hosting
Do I need to get/alter the source code, or is there a way to wrap the jar file and expose the public members without directly accessing the underlying source code?
Im not sure where to start.
I have java and eclipse experience.
Thanks in advance.