How to get my business on maps

Hi everyone,
Simple question:
On Maps several businesses show up. How can I get mine displayed too?
Thanks
Frederik

Thanks. My name was on maps, pinned at an old address. I clicked the pin and selected 'report problem'. I submitted the correct address and other info. Now at Apple. I have to wait for manual revisioning?

Similar Messages

  • How to get coordinates from Google Map

    I wonder how to get coordinates from Google Map to JavaFX application when click has occured. Here is an example of code:
    public class JavaFXApplication extends Application {
    public void showCoordinates(String coords)
            System.out.println("Coordinates: " + coords);
        @Override public void start(Stage stage)
            final WebView webView = new WebView();
            final WebEngine webEngine = webView.getEngine();
            webEngine.load(getClass().getResource("googlemap.html").toString());
            webEngine.getLoadWorker().stateProperty().addListener(
                    new ChangeListener<State>() {
                        @Override
                        public void changed(ObservableValue<? extends State> ov, State oldState, State newState) {
                            if (newState == State.SUCCEEDED) {
                                JSObject window = (JSObject) webEngine.executeScript("window");
                                window.setMember("java", new JavaFXApplication());
            BorderPane root = new BorderPane();
            root.setCenter(webView);
            stage.setTitle("Google maps");
            Scene scene = new Scene(root,1000,700, Color.web("#666970"));
            stage.setScene(scene);
            stage.show();
       public static void main(String[] args){
            Application.launch(args);
    // googlemap.html file
    <!DOCTYPE html>
    <html>
        <head>
            <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
            <style type="text/css">
                html { height: 100% }
                body { height: 100%; margin: 0px; padding: 0px }
                #map_canvas { height: 100%; background-color: #666970; }
            </style>       
            <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false">
            </script>
            <script type="text/javascript">           
                function initialize() {
                    var latlng = new google.maps.LatLng(40.75089, -73.93804);
                    var myOptions = {
                        zoom: 10,
                        center: latlng,
                        mapTypeId: google.maps.MapTypeId.ROADMAP,
                        mapTypeControl: false,
                        panControl: true,
                        navigationControl: true,
                        streetViewControl: false,
                        backgroundColor: "#666970"
                    var map = new google.maps.Map(document.getElementById("map_canvas"),myOptions);    
                    document.map = map;
            google.maps.event.addListener(map, 'click', function(event) {
                //java.showCoordinates(event.latLng); ???
            map.setCenter(location);
            </script>
        </head>
        <body onload="initialize()">
            <div id="map_canvas" style="width:100%; height:100%"></div>
        </body>
    </html>Edited by: krbltik on 03.10.2012 22:59

    Hi, welcome!
    You may also have a look at GPS Info Qt, available for free at Ovi Store: http://store.ovi.com/content/165671
    GPS Info Qt is a nice Qt app. I have it on my C6-01 and I like it.
    Regards.

  • How to get system Name in Mapping

    Hi all,
    I need to know the system name in the mapping to do some logical decisions. Can any body please suggest how to get it?
    Any help will be appricaited.
    Thanks,
    Kulwant

    from this very useful thread,
    https://www.sdn.sap.com/irj/sdn/thread?messageID=685416#685416
    String user_login_id = System.getProperty("user.name");
    return user_login_id.substring(0,3);
    Regards,
    Bhavesh

  • How to get Moving Average Price ( MAP ) & Standered Price in BW

    Hi all,
    I want to get the Moving Average Price ( MAP) & Standered price in BW Report.So that please suggest me
    1. which Cube I have to use &
    2.  which datasource having that Moving Average Price ( VERPR) Field.
    If having other Procedure to calculate Moving Average Price in BW .
    please give me these details.
    Thanks,
    kiran

    Hi Kiran,
    0IC_C03 Cube can be used to bring the fields you require.
    Please search forum post by Anil Kumar, link is not available  thats why i am copying the text here.
    You need to enhance the Standard DS of Infoobject 0MAT_PLANT and Infoobject 0MAT_PLANT to include these 2 fields.
    And you need to enahance the 0IC_C03 cube to include 0MAT_PLANT and need to complete the mapping in all 3 Update rules for this added Infoobject.
    And you need to upload the attribute data of 0MAT_PLANT as full upload every day.
    In the reports , you need to dependent on Formula varibles with replacement path with standard price an MAP price attributes of 0MAT_PLANT. So if you go with these formula variables with replacement path, you should take 0MAT_PLANT characterstic into rows as a prerequiste.
    If you want to avoid this prerequisite, then take a look on How to calculate with attributes values.
    Other wise you need to do the calculations at 0MAT_PLANT level by a base query after every upload,and the result should be stored in TODS by APD .And then you can final report with out 0MAT_PLANT in rows upon this ODS.
    please see this links
    Re: 2lis_03_um and MBEW- STPRS
    Re: How to get Moving Average Prince and Standard Price in BW (inventory cube).
    Hope this Helps.
    Thanks
    CK

  • How to get last date of mapping execution?

    Hi all,
    Anybody knows how to get the last run date mapping? I try to develop incremental load, but i don´t know get the last date of mapping execution ok.
    anybody can help me, thanks in advanced

    Hi,
    In our project we also use last_run_date to detect the delta for incremental loading.
    We created a table which holds the run date and time for each mapping. When a mapping is new (initial load) the run date is set to 01/01/1900.
    In each mapping we added a post-mapping process that inserts a record in the process table with the mapping name and last run date.
    We also added a Constant operator to all mappings, calling a procedure to get the last_run_date out of our own process table.
    The constant attribute is then used in a FILTER operator to compare the dates and select only dates after the last run date.
    ==============================
    An other option is to use the get this information out of the runtime audit tables.
    ALL_RT_AUDIT_EXECUTIONS which reside in the runtime owner schema.
    Regards,
    Ilona

  • How to get the official blackberry maps

    Hey guys i was deleting some apps from blackberry bold 9650 and i deleted blackberry maps by misstake is there any way to get back if you do know how to get back pls send a link replys thank you.

    Hi reynardo
    Try this link to download BlackBerry maps : BlackBerry Maps.
    God luck.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • How to get E-Business Suite session.

    I want to get E-business suite session in Java program.

    Hi User,
    TRY THIS..!!
    FND_GLOBAL.APPS_INITIALIZE (Server)
    Variable      Description
    Summary      
    procedure APPS_INITIALIZE(user_id in number,
              resp_id in number,
              resp_appl_id in number);
    Description      This procedure sets up global variables and profile values in a database session. Call this procedure to initialize the global security context for a database session. You can use it for routines such as Java, PL/SQL, or other programs that are not integrated with either the Oracle E-Business Suite concurrent processing facility or Oracle Forms (both of which already do a similar initialization for a database session). The typical use for this routine would be as part of the logic for launching a separate non-Forms session (such as a Java program) from an established Oracle E-Business Suite form session. You can also use this procedure to set up a database session for manually testing application code using SQL*Plus. This routine should only be used when the session must be established outside of a normal form or concurrent program connection
    You can obtain valid values to use with this procedure by using profile option routines to retrieve these values in an existing Oracle E-Business Suite form session. For manual testing purposes, you can use Examine during an Oracle E-Business Suite form session to retrieve the profile option values.
    Variable      Description
    USER_ID      The USER_ID number
    RESP_ID      The ID number of the responsibility
    RESP_APPL_ID      The ID number of the application to which the responsibility belongs
    Example
    fnd_global.APPS_INITIALIZE (1010, 20417, 201);
    Hope this is Helpful
    MARK THE ANSWER CORRECT OR HELPFUL...

  • HT5429 Anyone know how to get your business on apple maps?

    Hey all i am part of a winery and we would desperately be able to be found on Apple Maps but for some reason can't find anyone who can help me make this happen. Hoping someone might know how to!
    Cheers
    GeorgiaU55

    Try THIS.

  • How to get Resultset in a Map or List

    Hi
    I want to store the data returned by the resultset in an array or list or map. but i dont know how to do it.
    also i need to know once stored how can i retrieve those values..
    Instead of saying
    while (rs.next()) {
    String name = rs.getString("name");
    String values = rs.getString("value");
    int id = rs.getInt("Id"); }
    i want it to be
    while(rs.next())
    { Map dataMap = new HashMap();
    dataMap.put(rs.getObject()); }
    something like [1,name1, value1
    2, name2, value2] and so on
    Does anone have any suggestions?
    I did refer to the below example, but i think there must be a simpler way
    http://forum.java.sun.com/thread.jsp?forum=48&thread=484092
    Thank you

    Check out the Jakarta DBUtils package. It can return a resultset as a Map.

  • How to get the business tax receipt?

    I've got my smart cover. I would like to business tax receipt.

    We are not Apple employees here, just other users trying to help each other with technical issues. You need to contact whoever or wherever you bought your cover. If you purchased from Apple I can't believe that you don't get some sort of emailed receipt but maybe you can find some help here.
    http://www.apple.com/contact/

  • How to get apo Business content

    Hi i am installing SD business content, where i need to install apo data source 0APO_PPDS_CDS_1 too. But it is not available in SAP R/3. help me to  get it.
    vennila

    You can still activate this DS in BW side. However if you have no APO system available they will simply not be used.

  • How to get HR Business partner

    Hi all,
    In which table I can fine HR Business Partnerer which are available under Rule ( OOCU_RESP ) Tcode.
    Is there any function module where we can get Business Parter based on Personnel Area and Personnel Sub Area?
    Thanks,
    Venkata Prasad

    Hi,
    Business partner is identified with object type "BP". Table BUT000 stores the business partner information. You can see the Business partner attributes using Transaction code BP using the object I.D.
    Business partner object is not associated with Personnel area or Sub area directly.
    Instead you can find the association of Person (Object P) with Central Person (Object CP) in HRP1001 and you can find association of Object CP with Object BP - Business partner.
    Alternatively, the below functional module is used to determine Determine Employee No. for Business Partner Number
    BAPI_BUPA_GET_EMPLOYEE_FROM_BP
    Hope this information helps.
    Best Regards
    G Raj

  • How to get the filename in mapping when using sender File adapter?

    hi Experts,
       I have scenario where XI reads the input file using Sender file adapter.
       The file name is configured in the communication channel.
       In my message mapping it is possible to read this file name?
    Thanks
    gopal

    Hi Gpoal,
    Use Dynamic Configuration - /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Regards,
    Geetha

  • How to get the Business One UDF description from the UDF name

    Hi
    I have a matrix that gets populated by a datatable, which has a query set dependent on a folder that is selected and therefore it is possible to populate the matrix with different data. The problem I am having is that currently the column headings for the matrix are being bought through as "U_" and then the field name. Would it be possible for me to get the description for the UDF such as Card Code so that this can be displayed instead. I could alternatively change the SQL statements used by the datatable so I name each individual UDF but it would be better if I could simply look in a table for example and pull in the description for that UDF.
    Thanks a lot.
    Steve

    Hi Steven,
    User field definition (including the descriptions) are stored in the CUFD table.
    Regards,
    Vítor Vieira

  • How to get the Business Unit

    Hello everyone,
    Am working in Oracle Application R12,
    to make the purchase order I have to made the request,
    In the request window I am selecting the Business Unit(BU) name from the flex field values,
    Is it possible to directly fetch or load the business Unit name based on the Responsibility name,
    For example If my Responsibility name is xxxx then correponding Business Unit code should be loaded,
    I should not select it by clicking Flex field.
    Thank you.

    Gurujothi wrote:
    Hi Mahendra,
    Here am trying to create the Purchase order,but before creating a Po I have to create the Requisition for the Po then it should be approved then only i can create the Po for the approved item,
    Here in creating a Request window only I need that Business unit based on the Responsibility.
    Thank you.Business unit you mean here is the operating unit..correct
    It will be set by profile options for each resp's..MO Operating Unit
    so that whatever the requisition you create will be under this..
    If you are R12 we can have MOAC enabled so that without changing resp..you can create req's in different OU's
    HTH
    Mahendra

Maybe you are looking for

  • Error while creating A/R Credit Memo

    Hello everyone. I'm creating some documents on my AddOn, keeping the relationship map. My process is to create: Sales Quotation > Sales Order > A/R Down Payment Invoice. The creating process is ok, but sometimes I need to cancel these documents. Sale

  • Defaulting Rules using PL/SQL Api - ORA error

    Hi All, Iam using the PLSQL api for OM defaulting rules. Based on the item in the Sales order line, Line type has to be defaulted. I have put debug messages and iam able to see successful execution and the required Line type value is returned. No exc

  • Error bips table

    I have a 845 Pro (MS-6529) MSI mainboard with a P4 1.7GHz. My problem is that the system can't start. I mean, I turn on the computer, coolers start moving, but nothing more happens except for some bips I can hear. If I can hear those bips its because

  • How do i get a recovery key ???????? PLEASE HELP !!

    I need help on getting a recovery key to change my password for icloud because if i change my password it will let me unlock the activation lock on my iphone 4 after restoring my phone and i've tried soooo many things to try to get into my iphone wit

  • Material master - accounting view 1

    Hi experts, I forgot to mention the standard price in accounting 1 view before saving a newly created material and now the field appears greyed out when I try to enter the value in MM02. Is it possible to fix this issue? Thank you very much for your