[iPhone] Multiple markers URL for Maps

Hi! Is there any way to send from your app multiple coordinates to the maps application so it would pin these multiple place?
With the openURL: method I've only been able to pin one place. Maybe I'm missing some URL parameter format or something like that.

Hi, I'm trying to do exactly that and it's not working.
What is the fully qualified URI, i.e. your {KML_FEED} in your url?
I tried every possible combination:
"file://localhost/private/var/mobile/Applications/.../tmp/myfile.kml"
"file:///private/var/mobile/Applications/.../tmp/myfile.kml"
"/private/var/mobile/Applications/.../tmp/myfile.kml"
etc...
And when creating the maps:// url, I also escape that file url but it still fails. How are you making it work? Thanks!

Similar Messages

  • Adding multiple markers to Google maps 1.0 widget??

    Is there any way to have multiple markers on the google maps widget? I've tried add some more markers in the code, but I can't get the name's on the markers to change. They all stay the same as the original marker.
    http://test.netfc.com/svf_dealer_locations.html

    Not sure about any "Google Maps Widget".... but Google Maps offers lots of editing options... including pin icons and the content that pops up when when you click the pin....Name, description, links, etc.
    Here are the steps I used..
    Create a Google Maps account,
    Log in,
    Create a map in "My Places"
    If needed, edit that map.
    For example:
    http://www.exploreolympics.com/map.html
    If the "widget" doesn't work... look at the other options available from Google Maps... just Google specifics for more information
    Best wishes,
    Adninjastrator

  • Multiple redirect URLs for mutliple guest VLANs

    We are trying to implement 2 guest WLANs tunnneled to our DMZ and want to redirect users to 2 different URLs (one for each WLAN) when they click the "Accept" button. We are running 6.0.182 on the DMZ controllers and have a customized web passthrough page currently working for the 1st WLAN.
    It appears that only 1 redirect URL can be configured via the command line (config custom-web redirectUrl), and we haven't had much luck modifying the web page for the 2nd WLAN to redirect correctly. Is this supported? Thanks

    Since you are on version 6, the config guide mentions the following in Chapter 10 (and talks about how to do a "global override" per WLAN):
    Assigning Login, Login Failure, and Logout Pages per WLAN
    You can display different web authentication login, login failure, and logout pages to users per WLAN.
    This feature enables user-specific web authentication pages to be displayed for a variety of network
    users, such as guest users or employees within different departments of an organization.
    Different login pages are available for all web authentication types (internal, external, and customized).
    However, different login failure and logout pages can be specified only when you choose customized as
    the web authentication type.

  • Answers Url For Maps with Filters

    Hi Team,
    We have integrated maps to OBIEE. The following is used as criteria to fetch the Answer data that is to be shown in the Map.
    var answerXMLResponseUrl = 'http://' + document.location.host + '/analytics/saw.dll?Go&searchid=' + encodeURIComponent(sid) + '&format=xml&nqid=' + nid;
    This url fetches the data irrespective of the filters added. So even though report has filters, we still see whole set of data.
    Is there a way to get only filtered data ?
    Thanks in advance

    Hi, I'm trying to do exactly that and it's not working.
    What is the fully qualified URI, i.e. your {KML_FEED} in your url?
    I tried every possible combination:
    "file://localhost/private/var/mobile/Applications/.../tmp/myfile.kml"
    "file:///private/var/mobile/Applications/.../tmp/myfile.kml"
    "/private/var/mobile/Applications/.../tmp/myfile.kml"
    etc...
    And when creating the maps:// url, I also escape that file url but it still fails. How are you making it work? Thanks!

  • Using the mapViewer for multiple markers

    Hello, I am using a visual jsf project and the mapViewer in NetBeans.What I want to do is add multiple markers on the map, but I am new to this so I wanted to know if someone knows how to do this.Is there a good tutorial for more complex use of the mapViewer?I have looked in google but all there is about mapViewer is the tutorial from the NetBeans page which is very simple.Any help would be appreciated thank you!

    Hi SqlCraze,
    I also design the report using Report Designer. So you can directly do the same steps as I post.
    In the fourth step that "Insert the corresponding fields to the second table" means directly insert State, ACount, BCount and Description fields. Please note that the list control is used to split one table into several tables based on the
    Description group: one table only displays the values when Description=Category1, one table only displays the values when Description=Category2, another table only displays the values when Description=Category3. We needn't add filters in the table, just add
    the list.
    For more information about the list control in Reporting Services, please refer to the following blog:
    http://blogs.technet.com/b/microsoft_in_education/archive/2013/03/09/ssrs-using-a-list-item-to-display-details.aspx
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Problem with multiple markers. enableMultiFeaturesMarkers() doesn't work: overlapping markers not rendered at all

    Hello everyone,
    I'm starting out with the world MapViewer and MapBuilder and my test range is fix a bug on a project already running.
    I was asked to insert support for multiple markers on the map, so that display the number of objects (rows from the database) on the same coordinates: only a marker for more traffic detection sensors; I read about the function enableMultiFeatureMarker (true), but it seems that it was not sufficient to invoke the creation of FOI, is that correct?
    How can I do?
    We use MapBuilder 11p6 for the creation of markers and styles as required by attribute "multiple-marker = true" in the creation of the marker intended for those sensors, and MapViewer 11p3 to render
    If someone wants to play with a bit of additional explanation, I'll be glad to read them all! :-)

    What version of Flash Player is reported when you visit this page?
    http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html

  • MapViewer and multiple markers

    Hello, I am using a visual jsf project and the mapViewer in NetBeans.What I want to do is add multiple markers on the map, but I am new to this so I wanted to know if someone knows how to do this.Is there a good tutorial for more complex use of the mapViewer?I have looked in google but all there is about mapViewer is the tutorial from the NetBeans page which is very simple.Any help would be appreciated thank you!

    I have tested your theory without success.
    The scenario is:
    User1 has a series of spatial tables
    User2 has another series of spatial tables
    UserMV is created to have SELECT access to all the tables in User1 and User2
    Both User1 and User2 have their tables registered in ALL_SDO_GEOM_METADATA view and (as UserMV) the query "select count(*) from all_sdo_geom_metadata;" returns a total count of all entries. The query "select count(*) from user_sdo_geom_metadata;" returns a zero count.
    UserMV can also run the following queries successfully:
    select count(*) from User1.table1;
    SELECT count(*)
    FROM User1.table1 A
    WHERE sdo_filter(A.geom, SDO_geometry(2003,NULL,NULL,
    SDO_elem_info_array(1,1003,3),
    SDO_ordinate_array(144.9720,-37.8060, 144.9756,-37.8010))) = 'TRUE';
    SELECT count(*)
    FROM User2.table1 A
    WHERE sdo_filter(A.geom, SDO_geometry(2003,NULL,NULL,
    SDO_elem_info_array(1,1003,3),
    SDO_ordinate_array(144.9720,-37.8060, 144.9756,-37.8010))) = 'TRUE';
    The spatial queries above return the correct results.
    When running the Oracle Map Definition Tool and connecting as UserMV the following message appears when trying to add a new theme:
    "There is no accessible table that has one or more sdo_geometry columns in USER_SDO_GEOM_METADATA" which indicates that the connected user must have its own entries in USER_SDO_GEOM_METADATA in order to create themes, styles and maps.
    The next step is to manually create a theme and a map in the database table MDSYS.SDO_THEMES_TABLE. Creating the table entries and querying the data yields the following error message from the mapviewer application:
    04/05/25 11:37:40 [oracle.sdovis.ThemeTable, ERROR] cannot find entry in USER_SD
    O_GEOM_METADATA table for theme: MY_THEME
    This indicates once again that the SDO_OWNER must have all spatial tables registered and accessible via USER_SDO_GEOM_METADATA.
    What are your thoughts?
    Thanks.

  • Generic HTTP URL For Multiple Interfaces

    Hi All,
    Please suggest on the following requirement. I am using PI 7.31 Single stack (Java only version).
    There are multiple HTTP to Proxy interfaces and each interface has different source structure.
    The requirement is --- How to utilize a single HTTP URL for all the interfaces.
    The major challenge is the source structure for all the interfaces is different.
    Kindly Suggest....
    Regards,
    Nitin...

    Hi Nitin,
    One solution is to create one sender interface (with either multiple operation of each interface or having all structure in different node and optional occurrence), then use operation specific mapping.
    refer the below example for multiple operation scenario
    Setup Multiple Operations Scenario in ESR and ID
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90dcc6f4-0829-2d10-b0b2-c892473f1571?overridelayout=t…
    regards,
    Harish

  • Show or view multiple album art for one song on iPhone 4?

    Is it possible to show or view multiple album artwork for one song on an iPhone 4, especially on the now playing screen? I figured since iTunes has this feature then the iPhone should too. Can I download an app that does this? I've searched but couldn't find any, maybe I'm using other keywords. Could anyone point me in the right direction with this?

    Darn. I hope an app is designed to be able to do this soon. From what I've seen this feature isn't really in demand so it could take a while. Thanks for replying.

  • While listening to a podcast on my iPhone I can e-mail the podcast ID. The email contains the url for the specific podcast. So you would assume that you could put that url into iTunes and it would take you to the podcast. This used to work but no longer.

    While listening to a podcast on my iPhone I can e-mail the podcast ID to share it with someone else. The email contains the url for the specific podcast. So you would assume that you could put that url into iTunes and it would take you to the podcast. This used to work but no longer. Months ago when I would e-mail myself the url all I had to do was click on the link in the e-mail and it took me right to the specific podcast in iTunes. Now it only opens iTunes and I can't figure out how to find the specific one. What good is the e-mail tab on the iPhone if it doesn't connect you to the podcast you sent?

    Same here. I just posted a question too.

  • ELM 1:N Can we Map Multiple Contact Persons for an Org

    I want to upload Multiple contact persons for an organization.
    Using ELM Mapping tool can we map multiple contact persons for an organization?
    orgID  name  persID  Name   CP_FUNCTIONKEY    CP_FUNCTIONNAME
    9          abc     9          Pers1             01                            Head of CAD
                          9         Pers2             02                            Head of Civil
    Thanks,
    Ramesh

    I found the way the mapping file should be.
    Entry 1: Organisation A, Person A-1
    Entry 2: Organisation A, Person A-2
    Entry 3: Organisation B, Person B-1
    Entry 4: Organisation C, Person B-1
    During mapping, the content of the fields ORG_NAME1, ORG_NAME2, ORG_NAME3, ORG_CITY, ORG_POSTL_COD1, POSTL_COD2, and ORG_STREET are used by the system to determine identical organizations within the list. The content of these fields must be identical for all records that belong to one organization.
    Thanks,
    Ramesh

  • I have upgrade os 6 on my iphone 4 but now in map application i cant found direction from location to location , message appear direction not found so please tell me solution for that

    i have upgrade os 6 on my iphone 4 but now in map application i cant found direction from location to location , message appear direction not found so please tell me solution for that

    http://support.apple.com/kb/HT3743
    Sorry discussing J/B is in breach of the terms and conditions of thi Apple hosted forum
    Google is probably your best hope

  • IPhone 5S IOS 8. Can't figure out how to disable the "live" location feature within the native calendar app used for mapping/travel time.  Have looked everywhere and it's driving me nuts.  Thanks for any help on where to make the change!!

    iPhone 5S IOS 8. Can't figure out how to disable the "live" location feature within the native calendar app used for mapping/travel time etc.  Have looked everywhere and it's driving me nuts.  Thanks for any help on where to make the change!!

    iPhone 5S IOS 8. Can't figure out how to disable the "live" location feature within the native calendar app used for mapping/travel time etc.  Have looked everywhere and it's driving me nuts.  Thanks for any help on where to make the change!!

  • Can I use Google Maps in iPhone application and charge for it?

    I'm looking to create a location-based application for the iphone that uses a map to display locations. I'd like to use a UIWebView to display Google Maps using their javascript API which shows a map hosted on my web site.
    When my app is finished, can I charge for it in the App Store, or will this be a violation of the Google Maps API Terms of Use?
    Are there any other non-free iPhone apps that embed Google Maps?
    Thanks, Scott

    My interpretation of the following:
    Google Maps API Terms of Service wrote:
    The API may be used only for services that are generally accessible to consumers without charge. Accordingly, You may not use the API for any service that requires a subscription or other restricted access, or for which a fee is charged.
    ... is that there's no way you can charge for an app that uses the API.

  • One punch-out URL for multiple PO submissions

    Hi,
    One of our punch-out vendor has only 1 URL for multiple countries, where end-users have to choose the country from a drop-down list and they will have different PO submission address based on country.
    The problem will be I can only have 1 Vendor number when I define OCI parameters. Considering one vendor can only have 1 PO submission address, I am worried how I can deal with other countries ?
    Did any body got this issue before?
    Thanks.

    No body knows ??

Maybe you are looking for

  • SQL Server Link Server issue.

    Hi, I have setup a linked sql in SQL Server 2000 to connect to an Oracle 9i database. When I try to select from a table through the link server I get the following error message. Could not execute query against OLE DB provider 'OraOLEDB.Oracle'. OLE

  • Oracle Service Bus

    Hi We are trying to use Oracle Service Bus for a large-volume (> 1GB) file-based interfaces with external partners. Have anyone implemented such integration scenario? Any constraints / limitations of OSB/ Weblogic / File Adapters? What sort of FTP me

  • Maxinum number of ship-to party for a sold-to party?

    Dear Expert, Is there any limitation on the number of the ship-to party that a sold-to party can have? I was told that one sold-to party can have maximally 999 ship-to party? Is it true? If it is true, what if a sold-to party does have more than 999

  • The iPod "iPod" could not be restored because it could not be found

    I get this error when trying to restore the iPod with iTunes. I can play music fine on it. It is an old 10Gb touch wheel one from way back in 2002 and up until now it was the only one out of my four iPods I've owned that hadn't had any problems! I tr

  • Authorize computer?? Purchased song on my iTunes on my Mac. Won't allow me to play it.

    Purchased a song on my iTunes account, on my personal macbook and iTunes will not allow me to play it. Receiving message that I need to authorize my computer and even after I have done that it still will not allow me to play the song. Any suggestions