Questions tagged [direction]

The movement or orientation of UI elements in a specific direction. This is limited to the user interface. Some example uses are player movements in games or principal element rotation/animation in UI. Use [directions] for maps navigation.

The movement or orientation of UI elements in a specific direction. This is limited to the user interface.

Some example uses are

  • player movements in games
  • principal direction of element elongation
  • directed animations
  • direction of written characters (ltr, rtl, etc.)
706 questions
-1
votes
1 answer

Google direction route from current location (LocationServices.FusedLocationApi)

I am following these awesome instructions on how to draw directions from origin to destination it almost works as I want. I have a strange problem. When I want to set my longitude and latitude like follows I get a crash: Location location =…
codemoonger
  • 613
  • 3
  • 11
  • 22
-1
votes
1 answer

Passing the lat long to waypoints instead of String in google map java api

I am using google-service-api(java) to get the directions, But i am using lat long instead of location names this will work for origin and destination but for waypoints its asking array of string(location names). is there any way to use the lat long…
Manjunath M
  • 588
  • 1
  • 6
  • 30
-1
votes
1 answer

HLSL fixed lighting location

Hi im trying to create a shader for my 3D models with materials and fog. Everything works fine but the light direction. I'm not sure what to set it to so I used a fixed value, but when I rotate my 3D model (which is a simple textured sphere) the…
-1
votes
1 answer

Android - Display direction on google map

How to get and display direction on google map as shown in the following screenshot? Screenshot
tamuzi_s
  • 13
  • 2
-1
votes
1 answer

How to get direction from current location to an address (in TableView)?

I have a tableView like the image below When I click City A, a tableView shows up with addresses What I want is, when I click Address A, a ViewController shows up with a MapView in it. The MapView shows the direction from the current location to…
Tuan Lam
  • 29
  • 1
  • 2
-1
votes
2 answers

Web Development further direction

Hi guys looking for some guidance, i have a knowledge of xhtml, css, javascript, php generated from education. But where do i go from here to reach an industrial standard? for example using those 4 languages, i have used notepad++ to write them. I'm…
Nathan
  • 1
  • 2
-1
votes
1 answer

How does Three.js store direction?

i'm writing a server for a game me and my friends are making. I want to keep the direction a certain player is looking at in a 3D plane in a variable. I was considering having it an object with two variables of radians, i.e vertical angle and…
Mladen Kajic
  • 125
  • 1
  • 2
  • 7
-1
votes
1 answer

css animations on mouse direction?

I am looking for a way to animate a picture using CSS. My goal is to make the picture move the same direction as the mouse on the page. If my mouse goes up, the picture goes up, if I move right, it goes right, the same for up and down. Is it…
-1
votes
1 answer

Getting perpendicular direction from a direction vector

Given a direction vector from the center of one circle to another, I would like to extract different positions from where a point could go from one circle to another, being the start position perpendicular to the direction vector. Like in this…
Frion3L
  • 1,502
  • 4
  • 24
  • 34
-1
votes
1 answer

Display Message when taking wrong direction from a specific destination

In my app I want to reach a specific destination from my current position and I'd like to inform me with a message, an alert,... if I take wrong direction from the destination
-1
votes
1 answer

Can an asp:DropDownList set to be displayed in a particular direction; up or down?

Is it possible to set the direction that an asp:DropDownList appears on a page (e.g. up or down) in a code-behind/with javascript irrespective of how a browser will render it?
StuperUser
  • 10,555
  • 13
  • 78
  • 137
-2
votes
1 answer

I want to Change the Direction of Text in Arabic From Right to Left

Anybody can help me out? I am using webflow for one of my client. The Website uses Weglot to translate text from arabic. The problem I am facing is the text direction issue. When a Plugin translates the text from English to arabic, It does not…
-2
votes
1 answer

Getting google map API issues in Direction API

I am getting this issues in google map direction API even this credential is working for places API { "error_message" : "This IP, site or mobile application is not authorized to use this API key. Request received from IP address 103.87.59.60,…
-2
votes
1 answer

google.maps.LatLng() not working not taking parameters as variable only direct values are working

I want to input source and destination and then show a direction between source and destination receptively, But the problem is google.maps.LatLng() this function is not taking in a variable as a parameter. if I pass value it's working for…
Basit
  • 17
  • 1
  • 1
-2
votes
1 answer

How to change direction and rotation of a spaceship in Unity3d

I have asked one question few hours ago,but I think that question not clearly define to you that what i want.So therefore i have post again it with some pictures. please carefully see the pictures.spaceship image with rotation and position So my…
Faisalmirza Mirza
  • 47
  • 1
  • 2
  • 10