Search Result

Collapse
6 results in 0.0039 seconds.
Keywords
Members
Tags
google map
  •  

  • Can we add marker in google Map using XY co ordinates

    Hi
    I am using Google map in my application.
    I am adding marker on Google map by using LAT/LONG of the point as shown below
    Code:
     var marker = new google.maps.Marker({ position: new google.maps.LatLng(LatValue,LongValue), map: map, title: MyTitle, icon:MyIcon });
    But it is found that in my case instead of LAT/LONG values , XY co ordinates are available.
    So can we plot marker using XY co ordinates something...
    See more | Go to post
    Last edited by Frinavale; Apr 25 '11, 10:27 PM. Reason: Added code tags. Please post code in code tags. Also, moved the question to the JavaScript forum since this is a JavaScript question.

  • phpuser123
    started a topic How do I get the image to load ?
    in Java

    How do I get the image to load ?

    The codes below send a request to server and the server sends a response back. Then, the client formats the request and makes it a url that it loads on imageitem. This works fine using the emulator but as I deploy it on my mob, It is able to retrieve the string from my server but as it tries to load the image, it says NegativeArrayEx ception.

    Note:1. I have web already activated on my mob
    2. When I use a static url, it works...
    See more | Go to post
    Last edited by Niheel; Feb 26 '11, 06:01 PM. Reason: gotta close the code tags with [/close]

  • Why the length of image array differs url is static string or returned from a funct?

    Code:
    public void run() {
            try {
                System.out.println("Sending message...");
                stringItem.setText(stringItem.getText() + "1");
                sendMessage("Query,map,$,start,211,Arsenal,!");
               stringItem.setText(stringItem.getText() + "2");
                String unformattedurl = receiveMessage();
                stringItem.setText(stringItem.getText()
    ...
    See more | Go to post

  • phpuser123
    started a topic Why the app gives receive failed message?
    in Java

    Why the app gives receive failed message?

    I am running an app that sends a query to a server and the server returns a string query back. Using the received query, the client formats the string and converts it to URL. Then, loads a map using this url. However, after client receives the string query and formats it, it displays receive failed ..
    Why is it giving this msg?

    Code:
    public void run() {
            try {
                System.out.println("Sending
    ...
    See more | Go to post

  • phpuser123
    started a topic What do I need to use a Google map in J2ME?
    in Java

    What do I need to use a Google map in J2ME?

    What do I need to use a Google map in J2ME?
    See more | Go to post

  • Why am I getting the Error "No source is available"?

    Hi, I've been struggling to run a GWT for a while and it doesn't work...

    My source code ::

    <CODE>
    package org.yournameher e.client;
    import com.google.gwt. ajaxloader.clie nt.JsDate;
    import com.google.gwt. core.client.Ent ryPoint;
    import com.google.gwt. user.client.ui. Button;
    import com.google.gwt. user.client.ui. Label;
    import com.google.gwt. user.client.ui. RootPanel;
    import...
    See more | Go to post
Working...