POST
|
oh wait I forgot we do expose the GeoViewHolding event already. You can use that to set a flag that the user is currently holding / magnifier is showing, then use the pointer-up event to drop the pin.
... View more
Friday
|
0
|
1
|
76
|
POST
|
> I am looking at the swift SDK. And it looks like swift has events that do not exist in .net. The events are provided by the underlying platform views. For .MAUI that could be done via the gesture recognizers but doesn't look like they currently expose a holding event. In the maps sdk, it's actually done at the lower native level (UIKit on iOS, View on Android and FrameworkElement on Windows), and relies on the holding event to start showing the magnifier, and the pointer-up for turning it off. So you'd need to use a combo of those two events for your scenario.
... View more
Friday
|
0
|
2
|
76
|
POST
|
@ShaneRumbaugh Could you share a little bit about the scenario that you need the image for? I can add your specific user-story to our internal issue tracking this feature request so we make sure it'll cover your case too.
... View more
2 weeks ago
|
0
|
0
|
123
|
POST
|
Have you considered using the ShowCalloutAt method instead? This will host your UI element and move it around to keep it on top of the map. A more advanced method would be to create a custom control yourself to host your content, and have that implement IViewOverlay interface, which will give you the information needed to re-arrange the view yourself (this is also what the callout uses to do this).
... View more
05-09-2025
02:48 PM
|
0
|
1
|
224
|
POST
|
Btw the specific error you're getting should only happen if you've used features that requires a license before you attempted to license the application.
... View more
05-07-2025
01:55 PM
|
0
|
0
|
160
|
POST
|
Once your app is licensed, you can only license "up", ie license for a higher-level license. There's no way to re-license the application without restarting.
... View more
05-07-2025
01:51 PM
|
0
|
0
|
161
|
POST
|
Also are you able to try v200.7? I believe there were some fixes that could have addressed this.
... View more
05-06-2025
09:03 AM
|
0
|
1
|
358
|
POST
|
Does the user you sign in with have permission/access to use the world geocoder?
... View more
05-06-2025
09:02 AM
|
0
|
1
|
358
|
POST
|
The title seem to suggest you're also using API Key. If you're using a signed in user, do not set the API Key. It's an either/or kind of thing.
... View more
05-06-2025
07:56 AM
|
0
|
0
|
376
|
POST
|
> and then lift my finger from the map, no GeoViewTabbed-event is triggered. That's correct, since that isn't a tap-gesture (it's a hold + drag gesture)
... View more
05-05-2025
08:43 AM
|
0
|
0
|
158
|
POST
|
I don't believe so, considering it's a Windows-specific and deprecated code page. I've logged an internal bug to investigate, but my gut feeling is you're running into an OS limitation.
... View more
05-02-2025
09:11 AM
|
0
|
0
|
275
|
POST
|
The behavior you see is by-design. While I agree in this specific scenario it's perhaps not ideal, there are many more cases where selection gets completely obscured by other layers above, making the selection invisible.
... View more
05-02-2025
09:09 AM
|
0
|
0
|
236
|
POST
|
Your data seems to be using codepage 936 which, according to wikipedia, is a legacy pre-unicode character encoding for Windows. I wonder if it's possible for you to author the shapefile with a codepage that Android and iOS understands (I was able to reproduce the issue on iOS too).
... View more
04-28-2025
09:51 AM
|
0
|
2
|
314
|
POST
|
Follow-up: I'm able to reproduce the issue and will have someone investigate.
... View more
04-28-2025
08:36 AM
|
0
|
3
|
333
|
POST
|
Thanks! I'll have a look. Btw how do you deploy and load the file onto your Android device? Android is quite different with how you deploy content with the application compared to other apps, so want to make sure this isn't the issue first.
... View more
04-28-2025
08:05 AM
|
0
|
4
|
333
|
Title | Kudos | Posted |
---|---|---|
1 | 04-17-2025 11:24 AM | |
2 | 04-10-2025 09:21 AM | |
1 | 04-04-2025 09:19 AM | |
1 | 03-12-2025 12:36 PM | |
1 | 03-17-2025 10:29 AM |
Online Status |
Offline
|
Date Last Visited |
Friday
|