On 6/22/16, 10:17 PM, "PKumar" wrote:
>Thanks for update Peter,
>
>can i use FlexSDK installer to generate the FlexJS Nightly build?
>
Yes. For information about accessing nightly builds, please ask on the
d...@flex.apache.org mailing list (or search the archives).
Thanks,
-Alex
Thanks for update Peter,
can i use FlexSDK installer to generate the FlexJS Nightly build?
-
Regards,
Prashant
--
View this message in context:
http://apache-flex-users.246.n4.nabble.com/FlexJS-Getting-geolocation-using-Cordova-tp12878p12923.html
Sent from the Apache Flex Users mailing
To night's build (or you can grab build #1175 now) will have the addition
of the Geolocation stuff and it will have a new example: MobileMap. This
example shows how to combine Google Maps and Cordova Geolocation plugin.
—peter
On 6/22/16, 9:10 AM, "Peter Ent" wrote:
>Hi,
>
>If you do plan on co
Hi,
If you do plan on contributing, you will need to use git and work from the
repository. That will also save you from having to wait for the nightly
build.
‹peter
On 6/22/16, 4:07 AM, "PKumar" wrote:
>Thanks Peter,
>
>I will wait for next nightly build and trying to understand the FlexJS
>d
Thanks Peter,
I will wait for next nightly build and trying to understand the FlexJS
development setup, so that i can add more methods to the class and also
contribute my code to Apache. I am referring below mentioned URL for setup.
https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Develo
Hi,
In order to use an expression like:
navigator.geolocation.getCurrentPosition(onSuccess, onError);
from an ActionScript file there has to be a definition of the components
somewhere for the FlexJS compiler to use. My apologies for
misunderstanding what you were trying to do. I thought you wer
I am looking into it.
‹peter
On 6/21/16, 6:30 AM, "PKumar" wrote:
>Thanks Peter,
>
>I have successfully added MAP but i need to get the device current
>location
>also. I checked the cordova geolocation plugin but i do not know, how to
>use
>it. check the mentioned plugin URL.
>
>https://cordova.
Thanks Peter,
I have successfully added MAP but i need to get the device current location
also. I checked the cordova geolocation plugin but i do not know, how to use
it. check the mentioned plugin URL.
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-geolocation/
-
Regar
Hi,
The first thing you need to do is add the cordoba-plugins-googlemaps to
your Cordova app package. If you've used the file structure suggested on
the wiki, then this will be in the app sub-directory.
Once you have it there, you just use the Google Maps API. The
examples/DesktopMap project can